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/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/sound/soc/mvf/Kconfig b/sound/soc/mvf/Kconfig
index 6577df843926..7c707032fa0b 100644
--- a/sound/soc/mvf/Kconfig
+++ b/sound/soc/mvf/Kconfig
@@ -10,6 +10,12 @@ menuconfig SND_MVF_SOC
if SND_MVF_SOC
+config SND_MVF_AC97
+ tristate "Vybrid SAI Software AC97"
+ select AC97_BUS
+ select SND_AC97_CODEC
+ select SND_SOC_AC97_BUS
+
config SND_MVF_SOC_TWR
tristate
@@ -23,4 +29,13 @@ config SND_SOC_MVF_SGTL5000
Say Y if you want to add support for SoC audio on an Farday board with
a sgtl5000 codec.
+config SND_SOC_MVF_COLIBRI_VF61
+ tristate "SoC AC97 Audio support for Colibri VF61"
+ depends on MACH_COLIBRI_VF61
+ select SND_MVF_AC97
+ select SND_SOC_WM9712
+ help
+ Say Y if you want to add support for SoC audio on Toradex
+ Colibri VF61 module.
+
endif