diff --git a/Kconfig b/Kconfig index 4a84866cf59..eb1a43e9a6d 100644 --- a/Kconfig +++ b/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.