summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index b210b80e9..21fcd9c13 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -597,6 +597,15 @@ config DEBUG_WATCHDOG
Support for this debug option is architecture-specific and may not
be available for some MCUs.
+config DEBUG_TIMER
+ bool "Timer Debug Output"
+ default n
+ depends on TIMER
+ ---help---
+ Enable timer debug SYSLOG output (disabled by default).
+ Support for this debug option is architecture-specific and may not
+ be available for some MCUs.
+
config DEBUG_AUDIO
bool "Audio Device Debug Output"
default n