:orphan: .. title:: OS_MGMT_TASKSTAT .. option:: CONFIG_OS_MGMT_TASKSTAT *Support for taskstat command* Type: ``bool`` Direct dependencies =================== \ :option:`MCUMGR_CMD_OS_MGMT ` && \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:196`` 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 → Enable mcumgr handlers for OS management .. parsed-literal:: config OS_MGMT_TASKSTAT bool "Support for taskstat command" default y depends on \ :option:`MCUMGR_CMD_OS_MGMT ` && \ :option:`MCUMGR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*