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

(ENTROPY_GENERATOR && SOC_SERIES_CC13X2_CC26X2) || (SOC_SERIES_CC13X2_CC26X2 && ENTROPY_GENERATOR)

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:36

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/ti_simplelink/Kconfig.defconfig:3

Menu path: (Top)

config ENTROPY_CC13XX_CC26XX_RNG
    bool
    default y
    depends on ENTROPY_GENERATOR && SOC_SERIES_CC13X2_CC26X2

At <Zephyr>/drivers/entropy/Kconfig.cc13xx_cc26xx:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:30<Zephyr>/drivers/entropy/Kconfig:13

Menu path: (Top) → Device Drivers → Entropy Drivers

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.)