:orphan: .. title:: CONFIG_NET_BUF .. kconfig:: CONFIG_NET_BUF CONFIG_NET_BUF ############## *Network buffer support* Type: ``bool`` Help ==== .. code-block:: none This option enables support for generic network protocol buffers. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`NFC_NDEF_LE_OOB_REC_PARSER ` - \ :kconfig:`NFC_NDEF_CH_PARSER ` - \ :kconfig:`MODEM_CMD_HANDLER ` - \ :kconfig:`BT ` - \ :kconfig:`ISOTP ` - \ :kconfig:`MCUMGR ` - \ :kconfig:`NETWORKING ` Kconfig definition ================== At ``/subsys/net/Kconfig:8`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:42`` → ``/subsys/Kconfig:39`` Menu path: (Top) → Sub Systems and OS Services → Networking .. code-block:: kconfig config NET_BUF bool "Network buffer support" help This option enables support for generic network protocol buffers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*