:orphan: .. title:: CONFIG_IEEE802154_CC13XX_CC26XX .. kconfig:: CONFIG_IEEE802154_CC13XX_CC26XX CONFIG_IEEE802154_CC13XX_CC26XX ############################### *TI CC13xx / CC26xx IEEE 802.15.4 driver support* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`IEEE802154 ` && \ :kconfig:`SOC_SERIES_CC13X2_CC26X2 `) || (\ :kconfig:`IEEE802154 ` && \ :kconfig:`SOC_SERIES_CC13X2_CC26X2 `) || \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`PM ` - \ :kconfig:`PM ` Kconfig definitions =================== At ``/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/ti_simplelink/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config IEEE802154_CC13XX_CC26XX bool default y select PM depends on IEEE802154 && SOC_SERIES_CC13X2_CC26X2 ---- At ``/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/ti_simplelink/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config IEEE802154_CC13XX_CC26XX bool default y select PM depends on IEEE802154 && SOC_SERIES_CC13X2_CC26X2 ---- At ``/ieee802154/Kconfig.cc13xx_cc26xx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:72`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. code-block:: kconfig menuconfig IEEE802154_CC13XX_CC26XX bool "TI CC13xx / CC26xx IEEE 802.15.4 driver support" depends on IEEE802154 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*