:orphan: .. title:: IEEE802154_RAW_MODE .. option:: CONFIG_IEEE802154_RAW_MODE *Use IEEE 802.15.4 driver without the MAC stack* Type: ``bool`` Help ==== This option enables using the drivers in a so-called "raw" mode, i.e. without a MAC stack (the net L2 layer for 802.15.4 will not be built). Used only for very specific cases, such as wpan_serial and wpanusb samples. Direct dependencies =================== \ :option:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_RAW_MODE ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/ieee802154/Kconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:10`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. parsed-literal:: config IEEE802154_RAW_MODE bool "Use IEEE 802.15.4 driver without the MAC stack" select \ :option:`NET_RAW_MODE ` depends on \ :option:`IEEE802154 ` help This option enables using the drivers in a so-called "raw" mode, i.e. without a MAC stack (the net L2 layer for 802.15.4 will not be built). Used only for very specific cases, such as wpan_serial and wpanusb samples. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*