The system call library can now be built with CONFIG_NUTTX_KERNEL. New select: CONFIG_LIB_SYSCALL

This commit is contained in:
Gregory Nutt
2014-08-28 12:09:49 -06:00
parent 660e939d0c
commit 7a81bce7b1
8 changed files with 84 additions and 35 deletions
+1 -2
View File
@@ -186,6 +186,7 @@ config PASS1_OBJECT
config NUTTX_KERNEL
bool "NuttX kernel build"
default n
select LIB_SYSCALL
---help---
Builds NuttX as a separately compiled kernel.
@@ -681,9 +682,7 @@ endmenu
menu "RTOS Features"
source sched/Kconfig
if NUTTX_KERNEL
source syscall/Kconfig
endif
endmenu
menu "Device Drivers"