summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-10 19:31:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-10 19:31:10 +0000
commitf6fffbd5b0a83bd161e8f6417a4d034f72268217 (patch)
tree740704dda0a94e8f63547b1f23da5d8f1e91f6f5 /nuttx/Kconfig
parent8e0c015c2120bf7d76a0c41d1160a745c3565a50 (diff)
downloadpx4-nuttx-f6fffbd5b0a83bd161e8f6417a4d034f72268217.tar.gz
px4-nuttx-f6fffbd5b0a83bd161e8f6417a4d034f72268217.tar.bz2
px4-nuttx-f6fffbd5b0a83bd161e8f6417a4d034f72268217.zip
AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted to use kconfig-frontends tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5726 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 01653aa81..31b5ad6d6 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -150,7 +150,7 @@ config BUILD_2PASS
if BUILD_2PASS
config PASS1_TARGET
string "Pass one target"
- default ""
+ default "all"
---help---
The name of the first pass build target. This
can be specific build target, a special build target (all, default, etc.)
@@ -458,6 +458,9 @@ endmenu
menu "RTOS Features"
source sched/Kconfig
+if NUTTX_KERNEL
+source syscall/Kconfig
+endif
endmenu
menu "Device Drivers"