:orphan: .. title:: ENTROPY_MCUX_RNG .. option:: CONFIG_ENTROPY_MCUX_RNG *MCUX RNG driver* Type: ``bool`` Help ==== This option enables the true random number generator (TRNG) driver based on the MCUX RNG driver on LPC Family. Direct dependencies =================== \ :option:`SOC_SERIES_LPC55XXX ` || (\ :option:`HAS_MCUX_RNG ` && \ :option:`ENTROPY_GENERATOR `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`HAS_MCUX_RNG ` Symbols selected by this symbol =============================== - \ :option:`ENTROPY_HAS_DRIVER ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_lpc/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config ENTROPY_MCUX_RNG bool default y if \ :option:`HAS_MCUX_RNG ` depends on \ :option:`SOC_SERIES_LPC55XXX ` ---- At ``drivers/entropy/Kconfig.mcux:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:30`` → ``drivers/entropy/Kconfig:14`` Menu path: (Top) → Device Drivers → Entropy Drivers .. parsed-literal:: config ENTROPY_MCUX_RNG bool "MCUX RNG driver" select \ :option:`ENTROPY_HAS_DRIVER ` depends on \ :option:`HAS_MCUX_RNG ` && \ :option:`ENTROPY_GENERATOR ` help This option enables the true random number generator (TRNG) driver based on the MCUX RNG driver on LPC Family. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*