2016-06-03 16:15:37 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config SYSTEM_FLASH_ERASEALL
|
|
|
|
bool "FLASH Erase-all Command"
|
|
|
|
default n
|
2016-06-03 17:11:22 +02:00
|
|
|
depends on MTD && NSH_BUILTIN_APPS
|
|
|
|
select FSUTILS_FLASH_ERASEALL
|
2016-06-03 16:15:37 +02:00
|
|
|
---help---
|
|
|
|
Enable support for the FLASH eraseall tool.
|
|
|
|
|
|
|
|
if SYSTEM_FLASH_ERASEALL
|
|
|
|
endif
|
|
|
|
|