:orphan: .. title:: MCUMGR_CMD_STAT_MGMT .. option:: CONFIG_MCUMGR_CMD_STAT_MGMT *Enable mcumgr handlers for statistics management* Type: ``bool`` Help ==== Enables mcumgr handlers for statistics management. Direct dependencies =================== \ :option:`STATS ` && \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:206`` 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 → Command Handlers .. parsed-literal:: menuconfig MCUMGR_CMD_STAT_MGMT bool "Enable mcumgr handlers for statistics management" depends on \ :option:`STATS ` && \ :option:`MCUMGR ` help Enables mcumgr handlers for statistics management. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*