:orphan: .. title:: NET_RAW_MODE .. option:: CONFIG_NET_RAW_MODE *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This is a very specific option used to built only the very minimal part of the net stack in order to get network drivers working without any net stack above: core, L2 etc... Basically this will build only net_pkt part. It is currently used only by IEEE 802.15.4 drivers, though any type of net drivers could use it. Direct dependencies =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`IEEE802154_RAW_MODE ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:53`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: config NET_RAW_MODE bool depends on \ :option:`NETWORKING ` help This is a very specific option used to built only the very minimal part of the net stack in order to get network drivers working without any net stack above: core, L2 etc... Basically this will build only net_pkt part. It is currently used only by IEEE 802.15.4 drivers, though any type of net drivers could use it. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*