-
CONFIG_ENTROPY_HAS_DRIVER
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
This is an option to be enabled by individual entropy driver to signal that there is a true entropy driver.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At drivers/entropy/Kconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:28
Menu path: (top menu) → Device Drivers → Entropy Drivers
config ENTROPY_HAS_DRIVER
bool
depends on ENTROPY_GENERATOR
help
This is an option to be enabled by individual entropy driver
to signal that there is a true entropy driver.
(Definitions include propagated dependencies, including from if’s and menus.)