:orphan: .. title:: CONFIG_NET_L2_CUSTOM_IEEE802154 .. kconfig:: CONFIG_NET_L2_CUSTOM_IEEE802154 CONFIG_NET_L2_CUSTOM_IEEE802154 ############################### *Enable custom IEEE802154 L2* Type: ``bool`` Help ==== .. code-block:: none Enable custom IEEE802154 based L2. Zephyr does not provide implementation for this L2 - users can implement their own L2 using this symbols, on top of the IEEE802154 radio driver. Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_L2_PHY_IEEE802154 ` Kconfig definition ================== At ``/net/l2/Kconfig:84`` 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_CUSTOM_IEEE802154 bool "Enable custom IEEE802154 L2" select NET_L2_PHY_IEEE802154 depends on NETWORKING help Enable custom IEEE802154 based L2. Zephyr does not provide implementation for this L2 - users can implement their own L2 using this symbols, on top of the IEEE802154 radio driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*