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