-
CONFIG_ENTROPY_GENERATOR
¶
Entropy Drivers
Type: bool
Help¶
Include entropy drivers in system config.
Defaults¶
y
y if
BUILD_WITH_TFM
|| (SPM
&&SPM_SECURE_SERVICES
)
Symbols that select this symbol¶
Kconfig definitions¶
At <Zephyr>/boards/xtensa/esp32/Kconfig.defconfig:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config ENTROPY_GENERATOR
bool
default y
depends on BT
At <nRF>/Kconfig.nrf:46
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect
config ENTROPY_GENERATOR
bool
default y if BUILD_WITH_TFM || (SPM && SPM_SECURE_SERVICES)
At <Zephyr>/drivers/entropy/Kconfig:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:30
Menu path: (Top) → Device Drivers
menuconfig ENTROPY_GENERATOR
bool "Entropy Drivers"
help
Include entropy drivers in system config.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)