System call debug needs to be conditioned on LIB_SYSCALL, no NUTTX_KERNEL
This commit is contained in:
parent
ccc0426b3f
commit
040d4317a5
1 changed files with 1 additions and 1 deletions
2
Kconfig
2
Kconfig
|
|
@ -441,7 +441,7 @@ config DEBUG_SCHED
|
|||
config DEBUG_SYSCALL
|
||||
bool "SYSCALL Debug Output"
|
||||
default n
|
||||
depends on NUTTX_KERNEL
|
||||
depends on LIB_SYSCALL
|
||||
---help---
|
||||
Enable very low level output related to system calls. This gives
|
||||
you basically a poor man's version of strace.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue