:orphan: .. title:: CONFIG_MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE .. kconfig:: CONFIG_MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE CONFIG_MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE ######################################### *Enables storage erase command* Type: ``bool`` Help ==== .. code-block:: none Enables command that allows to erase storage partition. Direct dependencies =================== \ :kconfig:`MCUMGR_GRP_ZEPHYR_BASIC ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:244`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers → Enable Zephyr specific basic group of commands .. code-block:: kconfig 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.)*