:orphan: .. title:: MCUMGR_CMD_IMG_MGMT .. option:: CONFIG_MCUMGR_CMD_IMG_MGMT *Enable mcumgr handlers for image management* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/mgmt/mcumgr/Kconfig:141`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers .. code-block:: kconfig menuconfig MCUMGR_CMD_IMG_MGMT bool "Enable mcumgr handlers for image management" select FLASH select MPU_ALLOW_FLASH_WRITE if ARM_MPU select IMG_MANAGER depends on MCUMGR help Enables mcumgr handlers for image management *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*