From f6fffbd5b0a83bd161e8f6417a4d034f72268217 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 10 Mar 2013 19:31:10 +0000 Subject: 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 --- nuttx/syscall/Kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'nuttx/syscall') diff --git a/nuttx/syscall/Kconfig b/nuttx/syscall/Kconfig index ae2bf3130..6e047012a 100644 --- a/nuttx/syscall/Kconfig +++ b/nuttx/syscall/Kconfig @@ -2,3 +2,18 @@ # For a description of the syntax of this configuration file, # see misc/tools/kconfig-language.txt. # + +if NUTTX_KERNEL + +config SYS_RESERVED + int "Number of reserved system calls" + default 0 + ---help--- + Kernel system calls may share the same software trapping mechanism + as other functions used by architecture port. Those software traps + must be reserved for use exclusively by the architecture. These + value specifies the number of reserved software traps used by the + architecture; number of the kernel system calls will begin with this + number. + +endif -- cgit v1.2.3