:orphan: .. title:: CONFIG_NET_RAW_MODE .. kconfig:: CONFIG_NET_RAW_MODE CONFIG_NET_RAW_MODE ################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`IEEE802154_RAW_MODE ` Kconfig definition ================== At ``/net/ip/Kconfig:53`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. code-block:: kconfig config NET_RAW_MODE bool depends on 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.)*