summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-16 15:45:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-16 15:45:33 +0000
commit103151bb4289ed721e1beede1fb057b6b7bbc9cc (patch)
tree2ba5d854b9bb85394468cbff1d020eebd4b0cc70 /nuttx/Kconfig
parent10565c380b34dc531bb3367c64e2ae973367c61c (diff)
downloadpx4-nuttx-103151bb4289ed721e1beede1fb057b6b7bbc9cc.tar.gz
px4-nuttx-103151bb4289ed721e1beede1fb057b6b7bbc9cc.tar.bz2
px4-nuttx-103151bb4289ed721e1beede1fb057b6b7bbc9cc.zip
Kconfig update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4616 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 5e3215d69..74257cc46 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -248,6 +248,10 @@ menu "System Type"
source "arch/Kconfig"
endmenu
+menu "Board Selection"
+source "configs/Kconfig"
+endmenu
+
menu "Kernel Features"
source sched/Kconfig
endmenu