aboutsummaryrefslogtreecommitdiff
path: root/apps/system/install/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/install/Kconfig')
-rw-r--r--apps/system/install/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/system/install/Kconfig b/apps/system/install/Kconfig
new file mode 100644
index 000000000..a48f67f20
--- /dev/null
+++ b/apps/system/install/Kconfig
@@ -0,0 +1,14 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config SYSTEM_INSTALL
+ bool "FLASH installation tool"
+ default n
+ ---help---
+ Enable support for the FLASH installation tool.
+
+if SYSTEM_INSTALL
+endif
+