blob: db43a7ca28569fe2f0f7b697204a129d6d2aabe1 [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"
depends on SOC_GECKO_TRNG
select ENTROPY_HAS_DRIVER
default y
help
This option enables the true random number generator
driver based on the TRNG.
config ENTROPY_GECKO_SE
bool "GECKO SE driver"
depends on SOC_GECKO_SE
select ENTROPY_HAS_DRIVER
default y
help
This option enables the true random number generator
driver based on the Secure Element (SE) module.