-
CONFIG_ENTROPY_MCUX_RNG
¶
MCUX RNG driver
Type: bool
Help¶
This option enables the true random number generator (TRNG) driver based on the MCUX RNG driver on LPC Family.
Direct dependencies¶
SOC_SERIES_LPC55XXX
|| (HAS_MCUX_RNG
&& ENTROPY_GENERATOR
)
(Includes any dependencies from ifs and menus.)
Default¶
y if
HAS_MCUX_RNG
Symbols selected by this symbol¶
Kconfig definitions¶
At soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:15
Included via Kconfig:8
→ Kconfig.zephyr:19
→ doc/_build/Kconfig/Kconfig.soc.defconfig:1
→ soc/arm/nxp_lpc/Kconfig.defconfig:4
Menu path: (Top)
config ENTROPY_MCUX_RNG bool default y ifHAS_MCUX_RNG
depends onSOC_SERIES_LPC55XXX
At drivers/entropy/Kconfig.mcux:22
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:30
→ drivers/entropy/Kconfig:14
Menu path: (Top) → Device Drivers → Entropy Drivers
config ENTROPY_MCUX_RNG bool "MCUX RNG driver" selectENTROPY_HAS_DRIVER
depends onHAS_MCUX_RNG
&&ENTROPY_GENERATOR
help This option enables the true random number generator (TRNG) driver based on the MCUX RNG driver on LPC Family.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)