diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2010-08-18 12:36:00 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-18 13:03:27 -0400 |
commit | b0547a70db38ee851a32306ee2e1e43a1e0d28ea (patch) | |
tree | efee3dfd9329332cf25313c15675a692ee85755c /sound/soc/pxa/Kconfig | |
parent | f213f4b51777408c12bf6b890a9bcae385f7698f (diff) |
ASoC: add tavorevb3 machine driver for 88pm860x
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/pxa/Kconfig')
-rw-r--r-- | sound/soc/pxa/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index e30c8325f35e..04ddc7bcae61 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig | |||
@@ -117,6 +117,15 @@ config SND_PXA2XX_SOC_PALM27X | |||
117 | Say Y if you want to add support for SoC audio on | 117 | Say Y if you want to add support for SoC audio on |
118 | Palm T|X, T5, E2 or LifeDrive handheld computer. | 118 | Palm T|X, T5, E2 or LifeDrive handheld computer. |
119 | 119 | ||
120 | config SND_SOC_TAVOREVB3 | ||
121 | tristate "SoC Audio support for Marvell Tavor EVB3" | ||
122 | depends on SND_PXA2XX_SOC && MACH_TAVOREVB3 | ||
123 | select SND_PXA_SOC_SSP | ||
124 | select SND_SOC_88PM860X | ||
125 | help | ||
126 | Say Y if you want to add support for SoC audio on the | ||
127 | Marvell Saarb reference platform. | ||
128 | |||
120 | config SND_SOC_ZYLONITE | 129 | config SND_SOC_ZYLONITE |
121 | tristate "SoC Audio support for Marvell Zylonite" | 130 | tristate "SoC Audio support for Marvell Zylonite" |
122 | depends on SND_PXA2XX_SOC && MACH_ZYLONITE | 131 | depends on SND_PXA2XX_SOC && MACH_ZYLONITE |