diff options
author | Ryan Mallon <ryan@bluewatersys.com> | 2010-06-08 06:01:12 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-06-09 06:16:18 -0400 |
commit | 315f7da6314e01322cae8bce9a90850060c041ea (patch) | |
tree | a9b28b4eb8d4b61e949078cfd46201491a1d88fc /sound/soc/ep93xx/Kconfig | |
parent | 6e03a61544c368c2c3ff946c1ce7807e5c36a527 (diff) |
ASoC: EP93xx: Add Snapper CL15 i2s audio support
Add support for i2s audio on Bluewater Systems Snapper CL15 module
Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
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/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/ep93xx/Kconfig b/sound/soc/ep93xx/Kconfig index ba66ac8e1419..f617f560f46b 100644 --- a/sound/soc/ep93xx/Kconfig +++ b/sound/soc/ep93xx/Kconfig | |||
@@ -7,3 +7,12 @@ config SND_EP93XX_SOC | |||
7 | 7 | ||
8 | config SND_EP93XX_SOC_I2S | 8 | config SND_EP93XX_SOC_I2S |
9 | tristate | 9 | tristate |
10 | |||
11 | config SND_EP93XX_SOC_SNAPPERCL15 | ||
12 | tristate "SoC Audio support for Bluewater Systems Snapper CL15 module" | ||
13 | depends on SND_EP93XX_SOC && MACH_SNAPPER_CL15 | ||
14 | select SND_EP93XX_SOC_I2S | ||
15 | select SND_SOC_TLV320AIC23 | ||
16 | help | ||
17 | Say Y or M here if you want to add support for I2S audio on the | ||
18 | Bluewater Systems Snapper CL15 module. | ||