:orphan: .. title:: MCUMGR_CMD_IMG_MGMT .. option:: CONFIG_MCUMGR_CMD_IMG_MGMT *Enable mcumgr handlers for image management* Type: ``bool`` Help ==== Enables mcumgr handlers for image management Direct dependencies =================== \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`FLASH ` - \ :option:`MPU_ALLOW_FLASH_WRITE ` if \ :option:`ARM_MPU ` - \ :option:`IMG_MANAGER ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:138`` 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 .. parsed-literal:: menuconfig MCUMGR_CMD_IMG_MGMT bool "Enable mcumgr handlers for image management" select \ :option:`FLASH ` select \ :option:`MPU_ALLOW_FLASH_WRITE ` if \ :option:`ARM_MPU ` select \ :option:`IMG_MANAGER ` depends on \ :option:`MCUMGR ` help Enables mcumgr handlers for image management *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*