:orphan: .. title:: ENTROPY_CC13XX_CC26XX_RNG .. option:: CONFIG_ENTROPY_CC13XX_CC26XX_RNG *TI SimpleLink CC13xx / CC26xx True Random Number Generator (TRNG)* Type: ``bool`` Help ==== 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 =================== .. highlight:: kconfig At ``soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/ti_simplelink/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config ENTROPY_CC13XX_CC26XX_RNG bool default y depends on \ :option:`ENTROPY_GENERATOR ` && \ :option:`SOC_SERIES_CC13X2_CC26X2 ` ---- At ``drivers/entropy/Kconfig.cc13xx_cc26xx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:30`` → ``drivers/entropy/Kconfig:13`` Menu path: (Top) → Device Drivers → Entropy Drivers .. parsed-literal:: config ENTROPY_CC13XX_CC26XX_RNG bool "TI SimpleLink CC13xx / CC26xx True Random Number Generator (TRNG)" select \ :option:`ENTROPY_HAS_DRIVER ` select \ :option:`RING_BUFFER ` depends on \ :option:`SOC_SERIES_CC13X2_CC26X2 ` && \ :option:`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.)*