summaryrefslogtreecommitdiff
path: root/apps/system/flash_eraseall/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/flash_eraseall/Kconfig')
-rw-r--r--apps/system/flash_eraseall/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/system/flash_eraseall/Kconfig b/apps/system/flash_eraseall/Kconfig
new file mode 100644
index 000000000..16c6e5c13
--- /dev/null
+++ b/apps/system/flash_eraseall/Kconfig
@@ -0,0 +1,15 @@
+#
+# 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
+ ---help---
+ Enable support for the FLASH eraseall tool.
+
+if SYSTEM_FLASH_ERASEALL
+endif
+