CONFIG_ENTROPY_NEORV32_TRNG
NEORV32 TRNG
Type: bool
Help
This option enables the True Random Number Generator (TRNG) driver for
the NEORV32.
Direct dependencies
SOC_SERIES_NEORV32
&& SYSCON
&& ENTROPY_GENERATOR
(Includes any dependencies from ifs and menus.)
Default
n
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/drivers/entropy/Kconfig.neorv32:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:32
→ <Zephyr>/drivers/entropy/Kconfig:34
Menu path: (Top) → Device Drivers → Entropy Drivers
config ENTROPY_NEORV32_TRNG
bool "NEORV32 TRNG"
default n
select ENTROPY_HAS_DRIVER
depends on SOC_SERIES_NEORV32 && SYSCON && ENTROPY_GENERATOR
help
This option enables the True Random Number Generator (TRNG) driver for
the NEORV32.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)