choice: Device features level support

Device features level support

Type: bool

Help

Select which features level you want on the device. Depending on it, the device might expose more or less 802.15.4 protocol features. Only RFD is supported for now.

Direct dependencies

NET_L2_IEEE802154 && NETWORKING

(Includes any dependencies from ifs and menus.)

Choice options

Kconfig definition

At <Zephyr>/subsys/net/l2/ieee802154/Kconfig:64

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:85<Zephyr>/subsys/net/l2/Kconfig:73

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

choice
    bool "Device features level support"
    default NET_L2_IEEE802154_RFD
    depends on NET_L2_IEEE802154 && NETWORKING
    help
      Select which features level you want on the device. Depending on it,
      the device might expose more or less 802.15.4 protocol features.
      Only RFD is supported for now.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)