:orphan: .. title:: CONFIG_IEEE802154_RAW_MODE .. kconfig:: CONFIG_IEEE802154_RAW_MODE CONFIG_IEEE802154_RAW_MODE ########################## *Use IEEE 802.15.4 driver without the MAC stack* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_RAW_MODE ` Kconfig definition ================== At ``/ieee802154/Kconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. code-block:: kconfig config IEEE802154_RAW_MODE bool "Use IEEE 802.15.4 driver without the MAC stack" select NET_RAW_MODE depends on 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.)*