:orphan: .. title:: IEEE802154_CC1200 .. option:: CONFIG_IEEE802154_CC1200 *TI CC1200 Driver support* Type: ``bool`` Direct dependencies =================== \ :option:`NETWORKING ` && \ :option:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_L2_IEEE802154_SUB_GHZ ` Kconfig definition ================== At ``/ieee802154/Kconfig.cc1200:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:68`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. code-block:: kconfig menuconfig IEEE802154_CC1200 bool "TI CC1200 Driver support" select NET_L2_IEEE802154_SUB_GHZ depends on NETWORKING && IEEE802154 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*