:orphan: .. title:: CONFIG_ENTROPY_MCUX_RNG .. kconfig:: CONFIG_ENTROPY_MCUX_RNG 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 =================== \ :kconfig:`SOC_SERIES_LPC55XXX ` || (\ :kconfig:`HAS_MCUX_RNG ` && \ :kconfig:`ENTROPY_GENERATOR `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`HAS_MCUX_RNG ` Symbols selected by this symbol =============================== - \ :kconfig:`ENTROPY_HAS_DRIVER ` Kconfig definitions =================== At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/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:42`` → ``/Kconfig:32`` → ``/entropy/Kconfig:25`` 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.)*