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.

Defaults

  • y

  • y

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/soc/arm/nxp_kinetis/k2x/Kconfig.defconfig.mk22f12:42

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/k2x/Kconfig.defconfig.series:18

Menu path: (Top)

config ENTROPY_MCUX_RNGA
    bool
    default y
    depends on ENTROPY_GENERATOR && SOC_MK22F51212 && SOC_SERIES_KINETIS_K2X

At <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:63

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/k6x/Kconfig.defconfig.series:26

Menu path: (Top)

config ENTROPY_MCUX_RNGA
    bool
    default y
    depends on ENTROPY_GENERATOR && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X

At <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk66f18:47

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/k6x/Kconfig.defconfig.series:26

Menu path: (Top)

config ENTROPY_MCUX_RNGA
    bool
    default y
    depends on ENTROPY_GENERATOR && SOC_MK66F18 && SOC_SERIES_KINETIS_K6X

At <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw2xd512:56

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_RNGA
    bool
    default y
    depends on ENTROPY_GENERATOR && (SOC_MKW22D5 || SOC_MKW24D5) && SOC_SERIES_KINETIS_KWX

At <Zephyr>/drivers/entropy/Kconfig.mcux:6

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_RNGA
    bool "MCUX RNGA driver"
    select ENTROPY_HAS_DRIVER
    depends on HAS_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.)