summaryrefslogtreecommitdiff
path: root/sound/soc/mvf/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/mvf/Kconfig')
-rw-r--r--sound/soc/mvf/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/sound/soc/mvf/Kconfig b/sound/soc/mvf/Kconfig
new file mode 100644
index 000000000000..6577df843926
--- /dev/null
+++ b/sound/soc/mvf/Kconfig
@@ -0,0 +1,26 @@
+menuconfig SND_MVF_SOC
+ tristate "SoC Audio for Freescale Faraday CPUs"
+ depends on ARCH_MVF && IMX_HAVE_PLATFORM_MVF_SAI
+ select SND_PCM
+ default y
+ help
+ Say Y or M if you want to add support for codecs attached to
+ the Faraday SAI interface.
+
+
+if SND_MVF_SOC
+
+config SND_MVF_SOC_TWR
+ tristate
+
+config SND_SOC_MVF_SGTL5000
+ tristate "SoC Audio support for Faraday boards with sgtl5000"
+ depends on I2C
+ select SND_SOC_SGTL5000
+ select SND_MVF_SOC_TWR
+ default y
+ help
+ Say Y if you want to add support for SoC audio on an Farday board with
+ a sgtl5000 codec.
+
+endif