summaryrefslogtreecommitdiff
path: root/nuttx/drivers/audio/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/audio/Kconfig')
-rw-r--r--nuttx/drivers/audio/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/nuttx/drivers/audio/Kconfig b/nuttx/drivers/audio/Kconfig
new file mode 100644
index 000000000..752bce1ae
--- /dev/null
+++ b/nuttx/drivers/audio/Kconfig
@@ -0,0 +1,14 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config VS1053
+ bool "VS1053 codec chip"
+ default n
+ ---help---
+ Select to enable support for the VS1053 Audio codec by VLSI Solutions.
+ This chip provides encoding and decoding of MP3, WMA, AAC and Ogg
+ Vorbis format audio. It also has a general DSP which is user
+ programmable to perform special audio (or any DSP) functions.
+