: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 ================== At ``/ieee802154/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:10`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig IEEE802154 bool "IEEE 802.15.4 drivers options" default y if NET_L2_IEEE802154 || NET_L2_OPENTHREAD *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*