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
|| SOC_SERIES_LPC55XXX
|| (HAS_MCUX_RNG
&& ENTROPY_GENERATOR
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y if
HAS_MCUX_RNG
y if
HAS_MCUX_RNG
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:15
Included via Kconfig:8
→ Kconfig.zephyr:25
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4
Menu path: (Top)
config ENTROPY_MCUX_RNG
bool
default y if HAS_MCUX_RNG
depends on SOC_SERIES_LPC55XXX
At <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:15
Included via Kconfig:8
→ Kconfig.zephyr:27
→ <Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4
Menu path: (Top)
config ENTROPY_MCUX_RNG
bool
default y if HAS_MCUX_RNG
depends on SOC_SERIES_LPC55XXX
At <Zephyr Driver>/entropy/Kconfig.mcux:22
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:32
→ <Zephyr Driver>/entropy/Kconfig:15
Menu path: (Top) → Device Drivers → Entropy Drivers
config ENTROPY_MCUX_RNG
bool "MCUX RNG driver"
select ENTROPY_HAS_DRIVER
depends on HAS_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.)