:orphan: .. title:: IEEE802154 .. option:: CONFIG_IEEE802154 *IEEE 802.15.4 drivers options* Type: ``bool`` Default ======= - y if \ :option:`NET_L2_IEEE802154 ` || \ :option:`NET_L2_OPENTHREAD ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/ieee802154/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:10`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig IEEE802154 bool "IEEE 802.15.4 drivers options" default y if \ :option:`NET_L2_IEEE802154 ` || \ :option:`NET_L2_OPENTHREAD ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*