-
CONFIG_MCUBOOT_SHELL
¶
MCUboot shell
Type: bool
Help¶
Enable shell module, which provides information about image slots and allows to perform such operations as: confirm, erase and request upgrade.
Direct dependencies¶
MCUBOOT_IMG_MANAGER
&& SHELL
&& IMG_MANAGER
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At <Zephyr>/subsys/dfu/Kconfig:34
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:47
Menu path: (Top) → Sub Systems and OS Services → DFU image manager
config MCUBOOT_SHELL bool "MCUboot shell" default y depends onMCUBOOT_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.)