-
CONFIG_ENTROPY_STM32_RNG
¶
STM32 RNG driver
Type: bool
Help¶
This option enables the RNG processor, which is a entropy number generator, based on a continuous analog noise, that provides a entropy 32-bit value to the host when read. It is available for F4 (except STM32F401 & STM32F411), L4, F7 and G4 series.
Direct dependencies¶
(ENTROPY_GENERATOR
&& SOC_STM32F427XX
&& SOC_SERIES_STM32F4X
) || (SOC_FAMILY_STM32
&& ENTROPY_GENERATOR
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
n
Symbols selected by this symbol¶
Kconfig definitions¶
At soc/arm/st_stm32/stm32f4/Kconfig.defconfig.stm32f427xx:16
Included via Kconfig:8
→ Kconfig.zephyr:25
→ soc/arm/st_stm32/Kconfig.defconfig:3
→ soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series:10
Menu path: (Top)
config ENTROPY_STM32_RNG bool default y depends onENTROPY_GENERATOR
&&SOC_STM32F427XX
&&SOC_SERIES_STM32F4X
At drivers/entropy/Kconfig.stm32:8
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:28
→ drivers/entropy/Kconfig:15
Menu path: (Top) → Device Drivers → Entropy Drivers
config ENTROPY_STM32_RNG bool "STM32 RNG driver" default n selectENTROPY_HAS_DRIVER
selectUSE_STM32_LL_RNG
depends onSOC_FAMILY_STM32
&&ENTROPY_GENERATOR
help This option enables the RNG processor, which is a entropy number generator, based on a continuous analog noise, that provides a entropy 32-bit value to the host when read. It is available for F4 (except STM32F401 & STM32F411), L4, F7 and G4 series.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)