:orphan: .. title:: CONFIG_NET_BUF_SIMPLE_LOG .. kconfig:: CONFIG_NET_BUF_SIMPLE_LOG CONFIG_NET_BUF_SIMPLE_LOG ######################### *Network buffer memory debugging* Type: ``bool`` Help ==== .. code-block:: none Enable extra debug logs and checks for the generic network buffers. Direct dependencies =================== \ :kconfig:`NET_BUF_LOG ` && \ :kconfig:`NET_BUF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`LOG ` Kconfig definition ================== At ``/net/Kconfig:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` Menu path: (Top) → Sub Systems and OS Services → Networking → Network buffer support .. code-block:: kconfig config NET_BUF_SIMPLE_LOG bool "Network buffer memory debugging" select LOG depends on NET_BUF_LOG && NET_BUF help Enable extra debug logs and checks for the generic network buffers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*