aboutsummaryrefslogtreecommitdiff
path: root/apps/system/install/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-14 20:01:08 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-14 20:01:08 +0000
commit585a7030150e7b153f53fe4ea2e186d33efe5896 (patch)
tree48c981689060f4b6bbbcd366051a377e96890318 /apps/system/install/Kconfig
parent5286a4c849d2c764475fb8b175f8bb3b12f7f2d1 (diff)
downloadpx4-firmware-585a7030150e7b153f53fe4ea2e186d33efe5896.tar.gz
px4-firmware-585a7030150e7b153f53fe4ea2e186d33efe5896.tar.bz2
px4-firmware-585a7030150e7b153f53fe4ea2e186d33efe5896.zip
Developing a new way to handle application configurations
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4609 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/system/install/Kconfig')
-rw-r--r--apps/system/install/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/system/install/Kconfig b/apps/system/install/Kconfig
index ae2bf3130..a48f67f20 100644
--- a/apps/system/install/Kconfig
+++ b/apps/system/install/Kconfig
@@ -2,3 +2,13 @@
# 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
+