CONFIG_NET_L2_CUSTOM_IEEE802154

Enable custom IEEE802154 L2

Type: bool

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.

Direct dependencies

NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At <Zephyr>/subsys/net/l2/Kconfig:84

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:39<Zephyr>/subsys/net/Kconfig:81

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options

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.)