CONFIG_HAS_MCUX_RNGA

(No prompt – not directly user assignable.)

Type: bool

Help

Set if the random number generator accelerator (RNGA) module is present in the SoC.

Direct dependencies

HAS_MCUX

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At ext/hal/nxp/mcux/Kconfig:45

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:11ext/hal/Kconfig:23

Menu path: (top menu) → External Sources → HALs

config HAS_MCUX_RNGA
    bool
    depends on HAS_MCUX
    help
      Set if the random number generator accelerator (RNGA) module is
      present in the SoC.

(Definitions include propagated dependencies, including from if’s and menus.)