aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-11 23:06:30 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-11 23:06:30 +0000
commit16b8b599a9ff14591f898f544ca4b77b612f57fd (patch)
treed4535a88c1a8836428551104634a90bfaa1dc8f0 /nuttx/Kconfig
parentf1c5ee72b9ceb7066a12b3e92f46f02d83a522cc (diff)
downloadpx4-firmware-16b8b599a9ff14591f898f544ca4b77b612f57fd.tar.gz
px4-firmware-16b8b599a9ff14591f898f544ca4b77b612f57fd.tar.bz2
px4-firmware-16b8b599a9ff14591f898f544ca4b77b612f57fd.zip
Add tools/cmpconfig.c to compare to configuration files
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4592 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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