:orphan: .. title:: ENTROPY_CC13XX_CC26XX_RNG .. option:: CONFIG_ENTROPY_CC13XX_CC26XX_RNG *TI SimpleLink CC13xx / CC26xx True Random Number Generator (TRNG)* Type: ``bool`` Help ==== .. code-block:: none This option enables the driver for the True Random Number Generator (TRNG) for TI SimpleLink CC13xx / CC26xx SoCs. Direct dependencies =================== (\ :option:`ENTROPY_GENERATOR ` && \ :option:`SOC_SERIES_CC13X2_CC26X2 `) || (\ :option:`SOC_SERIES_CC13X2_CC26X2 ` && \ :option:`ENTROPY_GENERATOR `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`ENTROPY_HAS_DRIVER ` - \ :option:`RING_BUFFER ` Kconfig definitions =================== At ``/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/ti_simplelink/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config ENTROPY_CC13XX_CC26XX_RNG bool default y depends on ENTROPY_GENERATOR && SOC_SERIES_CC13X2_CC26X2 ---- At ``/entropy/Kconfig.cc13xx_cc26xx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:30`` → ``/entropy/Kconfig:13`` Menu path: (Top) → Device Drivers → Entropy Drivers .. code-block:: kconfig config ENTROPY_CC13XX_CC26XX_RNG bool "TI SimpleLink CC13xx / CC26xx True Random Number Generator (TRNG)" select ENTROPY_HAS_DRIVER select RING_BUFFER depends on SOC_SERIES_CC13X2_CC26X2 && ENTROPY_GENERATOR help This option enables the driver for the True Random Number Generator (TRNG) for TI SimpleLink CC13xx / CC26xx SoCs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*