-
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 ifs and menus.)
Default¶
“ENTROPY_0”
Kconfig definition¶
At drivers/entropy/Kconfig:31
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:26
Menu path: (Top) → Device Drivers → Entropy Drivers
config ENTROPY_NAME string "Entropy Device Name" default "ENTROPY_0" depends on !HAS_DTS_ENTROPY
&&ENTROPY_GENERATOR
help Specify the device name to be used for the ENTROPY driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)