The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_MCUMGR_CMD_OS_MGMT

Enable mcumgr handlers for OS management

Type: bool

Help

Enables mcumgr handlers for OS management

Direct dependencies

MCUMGR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/mgmt/mcumgr/Kconfig:196

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/mgmt/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers

menuconfig MCUMGR_CMD_OS_MGMT
    bool "Enable mcumgr handlers for OS management"
    select REBOOT
    depends on MCUMGR
    help
      Enables mcumgr handlers for OS management

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)