:orphan: .. title:: choice: Device features level support .. _choice_393: .. describe:: 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 =================== \ :option:`NET_L2_IEEE802154 ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`NET_L2_IEEE802154_RFD ` Choice options ============== - \ :option:`NET_L2_IEEE802154_RFD ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/l2/ieee802154/Kconfig:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:85`` → ``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 .. parsed-literal:: choice bool "Device features level support" default \ :option:`NET_L2_IEEE802154_RFD ` depends on \ :option:`NET_L2_IEEE802154 ` && \ :option:`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.)*