:orphan: .. title:: CONFIG_IEEE802154_CC2520 .. kconfig:: CONFIG_IEEE802154_CC2520 CONFIG_IEEE802154_CC2520 ######################## *TI CC2520 Driver support* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NETWORKING ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ieee802154/Kconfig.cc2520:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:62`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. code-block:: kconfig menuconfig IEEE802154_CC2520 bool "TI CC2520 Driver support" depends on NETWORKING && IEEE802154 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*