summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-10 22:26:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-10 22:26:37 +0000
commitff113b400adf80f5bf6f07233a2355e48b00676d (patch)
tree9cea7c1a75c608ca5d0630a40f6b75742dd31260 /nuttx/Kconfig
parentc0e51eccc5bc5ce6743572f97cfc9d13fc13ceab (diff)
downloadpx4-nuttx-ff113b400adf80f5bf6f07233a2355e48b00676d.tar.gz
px4-nuttx-ff113b400adf80f5bf6f07233a2355e48b00676d.tar.bz2
px4-nuttx-ff113b400adf80f5bf6f07233a2355e48b00676d.zip
The M3 Wildfire port is code complete and ready for test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5125 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index fdd99ead0..f920e4984 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -331,24 +331,24 @@ menu "Device Drivers"
source drivers/Kconfig
endmenu
-menu "Networking support"
+menu "Networking Support"
source net/Kconfig
endmenu
-menu "File systems"
+menu "File Systems"
source fs/Kconfig
endmenu
-menu "Memory management"
+menu "Memory Management"
source mm/Kconfig
endmenu
-menu "Library routines"
+menu "Library Routines"
source lib/Kconfig
source libxx/Kconfig
endmenu
-menu "Application configuration"
+menu "Application Configuration"
source "$APPSDIR/Kconfig"
endmenu