:orphan: .. title:: CONFIG_MCUBOOT_SHELL .. kconfig:: CONFIG_MCUBOOT_SHELL CONFIG_MCUBOOT_SHELL #################### *MCUboot shell* Type: ``bool`` Help ==== .. code-block:: none Enable shell module, which provides information about image slots and allows to perform such operations as: confirm, erase and request upgrade. Direct dependencies =================== \ :kconfig:`MCUBOOT_IMG_MANAGER ` && \ :kconfig:`SHELL ` && \ :kconfig:`IMG_MANAGER ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/dfu/Kconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:51`` Menu path: (Top) → Sub Systems and OS Services → DFU image manager .. code-block:: kconfig config MCUBOOT_SHELL bool "MCUboot shell" default y depends on MCUBOOT_IMG_MANAGER && SHELL && IMG_MANAGER help Enable shell module, which provides information about image slots and allows to perform such operations as: confirm, erase and request upgrade. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*