:orphan: .. title:: HAS_MCUX_TRNG .. option:: CONFIG_HAS_MCUX_TRNG *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Set if the true random number generator (TRNG) module is present in the SoC. Direct dependencies =================== \ :option:`HAS_MCUX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_KINETIS_K8X ` - \ :option:`SOC_MIMXRT1011 ` - \ :option:`SOC_MIMXRT1015 ` - \ :option:`SOC_MIMXRT1021 ` - \ :option:`SOC_MIMXRT1024 ` - \ :option:`SOC_MIMXRT1051 ` - \ :option:`SOC_MIMXRT1052 ` - \ :option:`SOC_MIMXRT1061 ` - \ :option:`SOC_MIMXRT1062 ` - \ :option:`SOC_MIMXRT1064 ` - \ :option:`SOC_MKW40Z4 ` - \ :option:`SOC_MKW41Z4 ` Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.mcux:163`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:22`` Menu path: (Top) → Modules .. parsed-literal:: config HAS_MCUX_TRNG bool depends on \ :option:`HAS_MCUX ` help Set if the true random number generator (TRNG) module is present in the SoC. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*