nuttx-apps/system/flash_eraseall/Kconfig

16 lines
338 B
Plaintext
Raw Normal View History

2013-05-01 15:45:34 +02: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 && !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