:orphan: .. title:: CONFIG_NET_L2_PHY_IEEE802154 .. kconfig:: CONFIG_NET_L2_PHY_IEEE802154 CONFIG_NET_L2_PHY_IEEE802154 ############################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none A common config for all IEEE 802.15.4 based L2 implementations. Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`NET_L2_IEEE802154 ` - \ :kconfig:`NET_L2_OPENTHREAD ` - \ :kconfig:`NET_L2_CUSTOM_IEEE802154 ` Kconfig definition ================== At ``/net/l2/Kconfig:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:81`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options .. code-block:: kconfig config NET_L2_PHY_IEEE802154 bool depends on NETWORKING help A common config for all IEEE 802.15.4 based L2 implementations. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*