:orphan: .. title:: OS_MGMT_ECHO .. option:: CONFIG_OS_MGMT_ECHO *Support for echo 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:200`` 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_ECHO bool "Support for echo command" default y depends on \ :option:`MCUMGR_CMD_OS_MGMT ` && \ :option:`MCUMGR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*