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 <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/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 <Zephyr>/Kconfig:8
→ <Zephyr>/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>/drivers/entropy/Kconfig.mcux:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:32
→ <Zephyr>/drivers/entropy/Kconfig:25
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.)