:orphan: .. title:: CONFIG_OS_MGMT_TASKSTAT .. kconfig:: CONFIG_OS_MGMT_TASKSTAT CONFIG_OS_MGMT_TASKSTAT ####################### *Support for taskstat command* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MCUMGR_CMD_OS_MGMT ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:211`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers → Enable mcumgr handlers for OS management .. code-block:: kconfig config OS_MGMT_TASKSTAT bool "Support for taskstat command" default y depends on MCUMGR_CMD_OS_MGMT && MCUMGR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*