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

  • y

  • y

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr SoC>/arm/nxp_kinetis/k2x/Kconfig.defconfig.mk22f12:52

Included via Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7<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 Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7<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 Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7<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 Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7<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 SoC>/arm/nxp_kinetis/k2x/Kconfig.defconfig.mk22f12:52

Included via Kconfig:8Kconfig.zephyr:27<Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7<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 Kconfig:8Kconfig.zephyr:27<Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7<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 Kconfig:8Kconfig.zephyr:27<Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7<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 Kconfig:8Kconfig.zephyr:27<Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7<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 Driver>/entropy/Kconfig.mcux:6

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:32<Zephyr Driver>/entropy/Kconfig:15

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.)