CONFIG_IEEE802154¶
IEEE 802.15.4 drivers options
Type: bool
Default¶
- y if - NET_L2_IEEE802154||- NET_L2_OPENTHREAD
Kconfig definition¶
At <Zephyr Driver>/ieee802154/Kconfig:9
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:10
Menu path: (Top) → Device Drivers
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.)