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
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "FLASH Erase-all Command"
|
2016-06-03 16:15:37 +02:00
|
|
|
default n
|
2019-10-06 14:14:39 +02:00
|
|
|
depends on MTD
|
2016-06-03 17:11:22 +02:00
|
|
|
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
|