summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-06 13:00:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-06 13:00:50 -0600
commit77a632298aebc2287acf233f6dd998aa8d1f4db8 (patch)
treee6a2f31bb4f24ab917272e5a2ef9853708356f14 /nuttx/Kconfig
parent77fb1a3d39743ca53ed17239109b8a82c293205e (diff)
downloadnuttx-77a632298aebc2287acf233f6dd998aa8d1f4db8.tar.gz
nuttx-77a632298aebc2287acf233f6dd998aa8d1f4db8.tar.bz2
nuttx-77a632298aebc2287acf233f6dd998aa8d1f4db8.zip
Support for the older, manual configurations has been completely removed from the NuttX build system
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index eecb99670..c2217f493 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -9,13 +9,6 @@ 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 "Build Setup"
config EXPERIMENTAL