aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/ep93xx/Kconfig
diff options
context:
space:
mode:
authorAlexander Sverdlin <subaparts@yandex.ru>2011-01-22 20:01:15 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-01-24 07:05:15 -0500
commit86c3304181a25f127e46c864dc735e21f24484fc (patch)
treefa018230ca95d0290527892806b8da682744accc /sound/soc/ep93xx/Kconfig
parent4d805f7b6607f6e547dc22e5d57c201e43d21c05 (diff)
ASoC: EDB93xx machine sound driver with CS4271
Added support for EDB93xx sound with CS4271 CODEC. Features: - Playback, Capture - Sample rates from 8kHz to 96kHz tested Signed-off-by: Alexander Sverdlin <subaparts@yandex.ru> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ep93xx/Kconfig')
-rw-r--r--sound/soc/ep93xx/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/ep93xx/Kconfig b/sound/soc/ep93xx/Kconfig
index 57429041189..91a28de9410 100644
--- a/sound/soc/ep93xx/Kconfig
+++ b/sound/soc/ep93xx/Kconfig
@@ -30,3 +30,12 @@ config SND_EP93XX_SOC_SIMONE
30 help 30 help
31 Say Y or M here if you want to add support for AC97 audio on the 31 Say Y or M here if you want to add support for AC97 audio on the
32 Simplemachines Sim.One board. 32 Simplemachines Sim.One board.
33
34config SND_EP93XX_SOC_EDB93XX
35 tristate "SoC Audio support for Cirrus Logic EDB93xx boards"
36 depends on SND_EP93XX_SOC && (MACH_EDB9301 || MACH_EDB9302 || MACH_EDB9302A || MACH_EDB9307A || MACH_EDB9315A)
37 select SND_EP93XX_SOC_I2S
38 select SND_SOC_CS4271
39 help
40 Say Y or M here if you want to add support for I2S audio on the
41 Cirrus Logic EDB93xx boards.