summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-14 20:22:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-14 20:22:48 +0000
commitb53d8081c1e407bdc9188f9b4f320846a1a50241 (patch)
tree5e029bfe0e09ca46b3a8ab206776255f6c936c63 /nuttx/Kconfig
parent9bb8a758ba47732e5a172bd4036b0ea12a08d7f9 (diff)
downloadpx4-nuttx-b53d8081c1e407bdc9188f9b4f320846a1a50241.tar.gz
px4-nuttx-b53d8081c1e407bdc9188f9b4f320846a1a50241.tar.bz2
px4-nuttx-b53d8081c1e407bdc9188f9b4f320846a1a50241.zip
More Kconfig updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4610 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-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"