:orphan: .. title:: choice: Device features level support .. _choice_555: .. describe:: choice: Device features level support *Device features level support* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`NET_L2_IEEE802154 ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_L2_IEEE802154_RFD ` Choice options ============== - \ :kconfig:`NET_L2_IEEE802154_RFD ` Kconfig definition ================== At ``/net/l2/ieee802154/Kconfig:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:75`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable IEEE 802.15.4 Radio .. code-block:: kconfig 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.)*