:orphan: .. title:: ENTROPY_MCUX_RNG .. option:: CONFIG_ENTROPY_MCUX_RNG *MCUX RNG driver* Type: ``bool`` Help ==== .. code-block:: none 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 =================== At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config ENTROPY_MCUX_RNG bool default y if HAS_MCUX_RNG depends on SOC_SERIES_LPC55XXX ---- At ``/entropy/Kconfig.mcux:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:30`` → ``/entropy/Kconfig:14`` Menu path: (Top) → Device Drivers → Entropy Drivers .. code-block:: kconfig config ENTROPY_MCUX_RNG bool "MCUX RNG driver" select ENTROPY_HAS_DRIVER depends on HAS_MCUX_RNG && 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.)*