summaryrefslogtreecommitdiff
path: root/nuttx/drivers/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/drivers/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/drivers/Kconfig')
-rw-r--r--nuttx/drivers/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/drivers/Kconfig b/nuttx/drivers/Kconfig
index f3d2c871a..efcf9bc55 100644
--- a/nuttx/drivers/Kconfig
+++ b/nuttx/drivers/Kconfig
@@ -257,6 +257,19 @@ if ANALOG
source drivers/analog/Kconfig
endif
+menuconfig AUDIO_DEVICES
+ bool "Audio Device Support"
+ default n
+ ---help---
+ This directory holds implementations of audio device drivers.
+ This includes drivers for MP3, WMA and Ogg Vorbis encoding,
+ decoding, as well as drivers for interfacing with external
+ DSP chips to perform custom audio functions.
+
+if AUDIO_DEVICES
+source drivers/audio/Kconfig
+endif
+
menuconfig BCH
bool "Block-to-Character (BCH) Support"
default n