-
CONFIG_ENTROPY_NAME
¶
Entropy Device Name
Type: string
Help¶
Specify the device name to be used for the ENTROPY driver.
Defaults¶
- “ENTROPY_0” if
ENTROPY_GENERATOR
Kconfig definition¶
At drivers/entropy/Kconfig:28
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:28
Menu path: (top menu) → Device Drivers → Entropy Drivers
config ENTROPY_NAME string prompt "Entropy Device Name" ifENTROPY_GENERATOR
default "ENTROPY_0" ifENTROPY_GENERATOR
depends onENTROPY_GENERATOR
help Specify the device name to be used for the ENTROPY driver.
(Definitions include propagated dependencies, including from if’s and menus.)