summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-11 23:06:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-11 23:06:30 +0000
commit3874129d283ec7f4cd62adf121abdb115f31a967 (patch)
treed4535a88c1a8836428551104634a90bfaa1dc8f0 /nuttx/Kconfig
parent7d770cc270d1e3f73899309ca4a2ac9a1739ffcc (diff)
downloadpx4-nuttx-3874129d283ec7f4cd62adf121abdb115f31a967.tar.gz
px4-nuttx-3874129d283ec7f4cd62adf121abdb115f31a967.tar.bz2
px4-nuttx-3874129d283ec7f4cd62adf121abdb115f31a967.zip
Add tools/cmpconfig.c to compare to configuration files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4592 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig7
1 files changed, 2 insertions, 5 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 7bc036be3..085bae881 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -249,12 +249,9 @@ menu "Device Drivers"
source drivers/Kconfig
endmenu
-menuconfig NET
- bool "Networking support"
- default n
-if NET
+menu "Networking support"
source net/Kconfig
-endif
+endmenu
menu "File systems"
source fs/Kconfig