:orphan: .. title:: CONFIG_IEEE802154 .. kconfig:: CONFIG_IEEE802154 CONFIG_IEEE802154 ################# *IEEE 802.15.4 drivers options* Type: ``bool`` Default ======= - y if \ :kconfig:`NET_L2_IEEE802154 ` || \ :kconfig:`NET_L2_OPENTHREAD ` Kconfig definition ================== At ``/ieee802154/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/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.)*