nuttx-apps/system/flash_eraseall/Kconfig

16 lines
370 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 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
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