:orphan: .. title:: NET_BUF .. option:: CONFIG_NET_BUF *Network buffer support* Type: ``bool`` Help ==== This option enables support for generic network protocol buffers. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`MODEM_CMD_HANDLER ` - \ :option:`BT ` - \ :option:`ISOTP ` - \ :option:`MCUMGR ` - \ :option:`NETWORKING ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` Menu path: (Top) → Sub Systems and OS Services → Networking .. parsed-literal:: 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.)*