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.

Defaults

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.series:34

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/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 <Zephyr>/soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:36

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/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 <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw40z4:41

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/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 <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:46

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/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 <Zephyr>/drivers/entropy/Kconfig.mcux:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:30<Zephyr>/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.)