-
CONFIG_ENTROPY_NRF_FORCE_ALT
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
This option can be enabled to force an alternative implementation of the entropy driver.
Direct dependencies¶
BOARD_QEMU_CORTEX_M0
|| (SOC_COMPATIBLE_NRF
&& ENTROPY_GENERATOR
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At boards/arm/qemu_cortex_m0/Kconfig.defconfig:35
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config ENTROPY_NRF_FORCE_ALT
bool
default y
depends on BOARD_QEMU_CORTEX_M0
At drivers/entropy/Kconfig.nrf5:7
Included via Kconfig:8
→ Kconfig.zephyr:37
→ drivers/Kconfig:24
→ drivers/entropy/Kconfig:17
Menu path: (Top) → Device Drivers → Entropy Drivers
config ENTROPY_NRF_FORCE_ALT bool depends onSOC_COMPATIBLE_NRF
&&ENTROPY_GENERATOR
help This option can be enabled to force an alternative implementation of the entropy driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)