2013-05-01 15:45:34 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2013-05-01 15:45:34 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
config SYSTEM_FLASH_ERASEALL
|
2015-04-07 21:23:39 +02:00
|
|
|
bool "FLASH Erase-all Command"
|
2013-05-01 15:45:34 +02:00
|
|
|
default n
|
2014-08-29 22:47:22 +02:00
|
|
|
depends on MTD && NSH_BUILTIN_APPS && !BUILD_PROTECTED && !BUILD_KERNEL
|
2013-05-01 15:45:34 +02:00
|
|
|
---help---
|
|
|
|
Enable support for the FLASH eraseall tool.
|
|
|
|
|
|
|
|
if SYSTEM_FLASH_ERASEALL
|
|
|
|
endif
|
|
|
|
|