:orphan: .. title:: MCUMGR_SMP_SHELL_RX_BUF_COUNT .. option:: CONFIG_MCUMGR_SMP_SHELL_RX_BUF_COUNT *Shell SMP RX buffer count* Type: ``int`` Help ==== Number of buffers used for receiving SMP fragments over shell. Direct dependencies =================== \ :option:`MCUMGR_SMP_SHELL ` && \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:261`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Shell mcumgr SMP transport .. parsed-literal:: config MCUMGR_SMP_SHELL_RX_BUF_COUNT int "Shell SMP RX buffer count" default 2 depends on \ :option:`MCUMGR_SMP_SHELL ` && \ :option:`MCUMGR ` help Number of buffers used for receiving SMP fragments over shell. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*