aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/Kconfig
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@gmail.com>2010-08-18 12:36:30 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-08-18 13:04:55 -0400
commitb6905d0b1652efddb96cefdb3c8552cac8d98ed2 (patch)
treebb7d1814bc8e99ba65ed6631e9ed3c0be468e40d /sound/soc/pxa/Kconfig
parentb0547a70db38ee851a32306ee2e1e43a1e0d28ea (diff)
ASoC: add saarb machine driver for 88pm860x
88PM860x codec is used in Marvell saarb development board. 88PM860x codec is used as master mode for SSP communication. Only I2S format is supported. 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/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig
index 04ddc7bcae61..37f191bbfdd9 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
120config SND_SOC_SAARB
121 tristate "SoC Audio support for Marvell Saarb"
122 depends on SND_PXA2XX_SOC && MACH_SAARB
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
120config SND_SOC_TAVOREVB3 129config SND_SOC_TAVOREVB3
121 tristate "SoC Audio support for Marvell Tavor EVB3" 130 tristate "SoC Audio support for Marvell Tavor EVB3"
122 depends on SND_PXA2XX_SOC && MACH_TAVOREVB3 131 depends on SND_PXA2XX_SOC && MACH_TAVOREVB3