16 lines
318 B
Plaintext
Raw Normal View History

2013-05-01 07:45:34 -06:00
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config SYSTEM_FLASH_ERASEALL
bool "FLASH eraseall tool"
default n
depends on MTD && NSH_BUILTIN_APPS && !NUTTX_KERNEL
2013-05-01 07:45:34 -06:00
---help---
Enable support for the FLASH eraseall tool.
if SYSTEM_FLASH_ERASEALL
endif