summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-16 00:34:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-16 00:34:43 +0000
commita4739f8ced6593ca401989dfaa20b2762468488b (patch)
tree6a47e4355c5bb9ba305d43dc434b3cb07178f2de /nuttx/Kconfig
parentad1878e8fe6fa997672a83ffe8bbee9883649781 (diff)
downloadnuttx-a4739f8ced6593ca401989dfaa20b2762468488b.tar.gz
nuttx-a4739f8ced6593ca401989dfaa20b2762468488b.tar.bz2
nuttx-a4739f8ced6593ca401989dfaa20b2762468488b.zip
More MPU-related fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5746 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 53fd667d6..5c7d9bd38 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -383,6 +383,13 @@ config DEBUG_GRAPHICS
---help---
Enable NX graphics debug SYSLOG output (disabled by default)
+config DEBUG_SYSCALL
+ bool "Enable SYSCALL Debug Output"
+ default n
+ depends on NUTTX_KERNEL
+ ---help---
+ Enable very low level output related to system calls
+
comment "Driver Debug Options"
config DEBUG_LCD