blob: 35be96dd7d4a1920d88085b2c25fa32b3940c20d [file] [log] [blame]
# gecko entropy generator driver configuration
# Copyright (c) 2020 Lemonbeat GmbH
# Copyright (c) 2021 Safran Passenger Innovations Germany GmbH
# SPDX-License-Identifier: Apache-2.0
config ENTROPY_GECKO_TRNG
bool "GECKO TRNG driver"
default y
depends on DT_HAS_SILABS_GECKO_TRNG_ENABLED
select ENTROPY_HAS_DRIVER
help
This option enables the true random number generator
driver based on the TRNG.
config ENTROPY_GECKO_SE
bool "GECKO SE driver"
default y
depends on DT_HAS_SILABS_GECKO_SEMAILBOX_ENABLED
select ENTROPY_HAS_DRIVER
help
This option enables the true random number generator
driver based on the Secure Element (SE) module.