CONFIG_MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE

Enables storage erase command

Type: bool

Help

Enables command that allows to erase storage partition.

Direct dependencies

MCUMGR_GRP_ZEPHYR_BASIC && MCUMGR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:243

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:35<Zephyr>/subsys/mgmt/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers → Enable Zephyr specific basic group of commands

config MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE
    bool "Enables storage erase command"
    depends on MCUMGR_GRP_ZEPHYR_BASIC && MCUMGR
    help
      Enables command that allows to erase storage partition.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)