System call debug needs to be conditioned on LIB_SYSCALL, no NUTTX_KERNEL

This commit is contained in:
Gregory Nutt 2014-08-29 07:26:30 -06:00
parent ccc0426b3f
commit 040d4317a5
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ config DEBUG_SCHED
config DEBUG_SYSCALL config DEBUG_SYSCALL
bool "SYSCALL Debug Output" bool "SYSCALL Debug Output"
default n default n
depends on NUTTX_KERNEL depends on LIB_SYSCALL
---help--- ---help---
Enable very low level output related to system calls. This gives Enable very low level output related to system calls. This gives
you basically a poor man's version of strace. you basically a poor man's version of strace.