summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 30178dd38..28f0464fd 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -492,6 +492,14 @@ config DEBUG_WATCHDOG
Support for this debug option is architecgture-specific and may not
be available for some MCUs.
+config DEBUG_AUDIO
+ bool "Enable Audio Device Debug Output"
+ default n
+ ---help---
+ Enable low level debug SYSLOG output from the audio subsystem and
+ device drivers. (disabled by default). Support for this debug option
+ is architecgture-specific and may not be available for some MCUs.
+
endif
config DEBUG_SYMBOLS
@@ -538,6 +546,10 @@ menu "Memory Management"
source mm/Kconfig
endmenu
+menu "Audio Support"
+source audio/Kconfig
+endmenu
+
menu "Binary Formats"
source binfmt/Kconfig
endmenu