:orphan: .. title:: MCUMGR_BUF_COUNT .. option:: CONFIG_MCUMGR_BUF_COUNT *Number of mcumgr buffers* Type: ``int`` Help ==== The number of net_bufs to allocate for mcumgr. These buffers are used for both requests and responses. Direct dependencies =================== \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/Kconfig:72`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:20`` Menu path: (Top) → Management → mcumgr Support .. parsed-literal:: config MCUMGR_BUF_COUNT int "Number of mcumgr buffers" default 4 depends on \ :option:`MCUMGR ` help The number of net_bufs to allocate for mcumgr. These buffers are used for both requests and responses. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*