The latest development version of this page may be more current than this released 2.3.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:28soc/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 ARM
    select CPU_CORTEX_M4
    select CPU_CORTEX_M_HAS_DWT
    select CPU_HAS_FPU
    select SOC_FAMILY_TISIMPLELINK
    select HAS_CC13X2_CC26X2_SDK
    select HAS_TI_CCFG
    select HAS_SYS_POWER_STATE_SLEEP_1
    select HAS_SYS_POWER_STATE_SLEEP_2
    select HAS_SYS_POWER_STATE_DEEP_SLEEP_1
    select SYS_PM_STATE_LOCK if SYS_POWER_MANAGEMENT
    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.)