aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-14 20:22:48 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-14 20:22:48 +0000
commit5868e1dc923d4b066a0eb6a2ce61f0a3e9190540 (patch)
tree5e029bfe0e09ca46b3a8ab206776255f6c936c63 /nuttx
parent585a7030150e7b153f53fe4ea2e186d33efe5896 (diff)
downloadpx4-firmware-5868e1dc923d4b066a0eb6a2ce61f0a3e9190540.tar.gz
px4-firmware-5868e1dc923d4b066a0eb6a2ce61f0a3e9190540.tar.bz2
px4-firmware-5868e1dc923d4b066a0eb6a2ce61f0a3e9190540.zip
More Kconfig updates
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4610 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 085bae881..5e3215d69 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -9,6 +9,13 @@ config APPSDIR
string
option env="APPSDIR"
+# This is a temporary kludge to let the build system know that we are using the new
+# configuration system
+
+config NUTTX_NEWCONFIG
+ bool
+ default y
+
menu "General Setup"
config EXPERIMENTAL
bool "Prompt for development and/or incomplete code/drivers"