-
CONFIG_ENTROPY_MCUX_TRNG¶
MCUX TRNG driver
Type: bool
Help¶
This option enables the true random number generator (TRNG) driver based on the MCUX TRNG driver.
Direct dependencies¶
(ENTROPY_GENERATOR && SOC_SERIES_IMX_RT) || (ENTROPY_GENERATOR && SOC_SERIES_KINETIS_K8X) || (ENTROPY_GENERATOR && SOC_MKW40Z4 && SOC_SERIES_KINETIS_KWX) || (ENTROPY_GENERATOR && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX) || (HAS_MCUX_TRNG && ENTROPY_GENERATOR)
(Includes any dependencies from ifs and menus.)
Defaults¶
y if
HAS_MCUX_TRNGy
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:34
Included via Kconfig:8 → Kconfig.zephyr:19 → /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1 → soc/arm/nxp_imx/Kconfig.defconfig:4
Menu path: (Top)
config ENTROPY_MCUX_TRNG
bool
default y if HAS_MCUX_TRNG
depends on ENTROPY_GENERATOR && SOC_SERIES_IMX_RT
At soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:36
Included via Kconfig:8 → Kconfig.zephyr:19 → /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1 → soc/arm/nxp_kinetis/Kconfig.defconfig:3
Menu path: (Top)
config ENTROPY_MCUX_TRNG
bool
default y
depends on ENTROPY_GENERATOR && SOC_SERIES_KINETIS_K8X
At soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw40z4:41
Included via Kconfig:8 → Kconfig.zephyr:19 → /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1 → soc/arm/nxp_kinetis/Kconfig.defconfig:3 → soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11
Menu path: (Top)
config ENTROPY_MCUX_TRNG
bool
default y
depends on ENTROPY_GENERATOR && SOC_MKW40Z4 && SOC_SERIES_KINETIS_KWX
At soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:46
Included via Kconfig:8 → Kconfig.zephyr:19 → /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1 → soc/arm/nxp_kinetis/Kconfig.defconfig:3 → soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11
Menu path: (Top)
config ENTROPY_MCUX_TRNG
bool
default y
depends on ENTROPY_GENERATOR && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX
At drivers/entropy/Kconfig.mcux:14
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:30 → drivers/entropy/Kconfig:14
Menu path: (Top) → Device Drivers → Entropy Drivers
config ENTROPY_MCUX_TRNG
bool "MCUX TRNG driver"
select ENTROPY_HAS_DRIVER
depends on HAS_MCUX_TRNG && ENTROPY_GENERATOR
help
This option enables the true random number generator (TRNG)
driver based on the MCUX TRNG driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)