summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 5c7d9bd38..e92d1c018 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -388,7 +388,8 @@ config DEBUG_SYSCALL
default n
depends on NUTTX_KERNEL
---help---
- Enable very low level output related to system calls
+ Enable very low level output related to system calls. This gives
+ you basically a poor man's version of strace.
comment "Driver Debug Options"