-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/ieee802154/Kconfig:18
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:14
Menu path: (top menu) → Device Drivers → IEEE 802.15.4 drivers options
config IEEE802154_RAW_MODE bool prompt "Use IEEE 802.15.4 driver without the MAC stack" ifIEEE802154
selectNET_RAW_MODE
ifIEEE802154
depends onIEEE802154
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.
(Definitions include propagated dependencies, including from if’s and menus.)