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 if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At ext/lib/mgmt/mcumgr/cmd/os_mgmt/Kconfig:18

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:19ext/lib/mgmt/Kconfig:22ext/lib/mgmt/mcumgr/Kconfig:25ext/lib/mgmt/mcumgr/cmd/Kconfig:23

Menu path: (top menu) → External Sources → Management → Command handlers

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

(Definitions include propagated dependencies, including from if’s and menus.)