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

Enable mcumgr handlers for image management

Type: bool

Help

Enables mcumgr handlers for image 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/img_mgmt/Kconfig:18

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

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

menuconfig MCUMGR_CMD_IMG_MGMT
    bool
    prompt "Enable mcumgr handlers for image management" if MCUMGR
    select FLASH if MCUMGR
    select MPU_ALLOW_FLASH_WRITE if CPU_HAS_MPU && MCUMGR
    select IMG_MANAGER if MCUMGR
    depends on MCUMGR
    help
      Enables mcumgr handlers for image management

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