The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_SOC_SERIES_CC13X2_CC26X2

TI SimpleLink Family CC13x2 / CC26x2

Type: bool

Help

Enable support for TI SimpleLink CC13x2 / CC26x2 SoCs

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.series:6

Included via Kconfig:8Kconfig.zephyr:29soc/Kconfig:6soc/arm/ti_simplelink/Kconfig.soc:5

Menu path: (Top) → SoC/CPU/Configuration Selection

config SOC_SERIES_CC13X2_CC26X2
    bool "TI SimpleLink Family CC13x2 / CC26x2"
    select CPU_CORTEX_M4
    select CPU_CORTEX_M_HAS_SYSTICK
    select CPU_HAS_FPU
    select SOC_FAMILY_TISIMPLELINK
    select HAS_CC13X2_CC26X2_SDK
    depends on <choice: SoC/CPU/Configuration Selection>
    help
      Enable support for TI SimpleLink CC13x2 / CC26x2 SoCs

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)