CONFIG_NET_DEFAULT_IF_IEEE802154¶
IEEE 802.15.4
Type: bool
Direct dependencies¶
NET_L2_IEEE802154 && <choice: Default Network Interface>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr Subsystem>/net/ip/Kconfig:719
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:87
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Default Network Interface
config NET_DEFAULT_IF_IEEE802154
    bool "IEEE 802.15.4"
    depends on NET_L2_IEEE802154 && <choice>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)