-
CONFIG_ENTROPY_MCUX_RNGA
¶
MCUX RNGA driver
Type: bool
Help¶
This option enables the random number generator accelerator (RNGA) driver based on the MCUX RNGA driver.
Direct dependencies¶
(ENTROPY_GENERATOR
&& SOC_MK22F51212
&& SOC_SERIES_KINETIS_K2X
) || (ENTROPY_GENERATOR
&& SOC_MK64F12
&& SOC_SERIES_KINETIS_K6X
) || (ENTROPY_GENERATOR
&& (SOC_MKW22D5
|| SOC_MKW24D5
) && SOC_SERIES_KINETIS_KWX
) || (HAS_MCUX_RNGA
&& ENTROPY_GENERATOR
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At soc/arm/nxp_kinetis/k2x/Kconfig.defconfig.mk22f12:65
Included via Kconfig:8
→ Kconfig.zephyr:25
→ soc/arm/nxp_kinetis/Kconfig.defconfig:3
→ soc/arm/nxp_kinetis/k2x/Kconfig.defconfig.series:18
Menu path: (Top)
config ENTROPY_MCUX_RNGA bool default y depends onENTROPY_GENERATOR
&&SOC_MK22F51212
&&SOC_SERIES_KINETIS_K2X
At soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:85
Included via Kconfig:8
→ Kconfig.zephyr:25
→ soc/arm/nxp_kinetis/Kconfig.defconfig:3
→ soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:15
Menu path: (Top)
config ENTROPY_MCUX_RNGA bool default y depends onENTROPY_GENERATOR
&&SOC_MK64F12
&&SOC_SERIES_KINETIS_K6X
At soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw2xd512:82
Included via Kconfig:8
→ Kconfig.zephyr:25
→ soc/arm/nxp_kinetis/Kconfig.defconfig:3
→ soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11
Menu path: (Top)
config ENTROPY_MCUX_RNGA bool default y depends onENTROPY_GENERATOR
&& (SOC_MKW22D5
||SOC_MKW24D5
) &&SOC_SERIES_KINETIS_KWX
At drivers/entropy/Kconfig.mcux:6
Included via Kconfig:8
→ Kconfig.zephyr:37
→ drivers/Kconfig:24
→ drivers/entropy/Kconfig:14
Menu path: (Top) → Device Drivers → Entropy Drivers
config ENTROPY_MCUX_RNGA bool "MCUX RNGA driver" selectENTROPY_HAS_DRIVER
selectHAS_DTS_ENTROPY
depends onHAS_MCUX_RNGA
&&ENTROPY_GENERATOR
help This option enables the random number generator accelerator (RNGA) driver based on the MCUX RNGA driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)