summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-19 15:12:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-19 15:12:28 -0600
commitb97a5893e75583cc0d2afeb5c3bcf1f52331a55d (patch)
tree607094cfdf7856d0e0c01f6b762d5bbf1b2df28e /nuttx/Kconfig
parent13cbdd000fffdd62699e6af081f06ff847d5a5cc (diff)
downloadpx4-nuttx-b97a5893e75583cc0d2afeb5c3bcf1f52331a55d.tar.gz
px4-nuttx-b97a5893e75583cc0d2afeb5c3bcf1f52331a55d.tar.bz2
px4-nuttx-b97a5893e75583cc0d2afeb5c3bcf1f52331a55d.zip
Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs1053.c driver to NuttX. From Ken Pettit
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