aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx/Kconfig
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-11-22 01:35:36 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-23 09:02:11 -0500
commit3a56d0ca72f8fc47240849b83acacd1c92283b99 (patch)
treebdbbb0b2bcd6ca6079363b5e66a27ee284cf8ef2 /sound/soc/s3c24xx/Kconfig
parentcbe80def41f2f12b1b4f8b5c4eb048d50d842d6e (diff)
ASoC: Samsung: Remove redundant AQUILA driver
AQUILA and GONI are essentially the same h/w w.r.t ASoC. They only differ by the fact that GONI has stereo speaker-out whereas AQUILA has mono. The difference can easily be handled in the same MACHINE driver by making machine-specific runtime changes. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/Kconfig')
-rw-r--r--sound/soc/s3c24xx/Kconfig17
1 files changed, 4 insertions, 13 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig
index d85bf8a0abb2..226f831d46f7 100644
--- a/sound/soc/s3c24xx/Kconfig
+++ b/sound/soc/s3c24xx/Kconfig
@@ -145,22 +145,13 @@ config SND_S3C64XX_SOC_SMARTQ
145 select SND_S3C64XX_SOC_I2S 145 select SND_S3C64XX_SOC_I2S
146 select SND_SOC_WM8750 146 select SND_SOC_WM8750
147 147
148config SND_S5PC110_SOC_AQUILA_WM8994 148config SND_SOC_GONI_AQUILA_WM8994
149 tristate "SoC I2S Audio support for AQUILA - WM8994" 149 tristate "SoC I2S Audio support for AQUILA/GONI - WM8994"
150 depends on SND_S3C24XX_SOC && MACH_AQUILA 150 depends on SND_S3C24XX_SOC && (MACH_GONI || MACH_AQUILA)
151 select SND_S3C64XX_SOC_I2S_V4 151 select SND_S3C64XX_SOC_I2S_V4
152 select SND_SOC_WM8994 152 select SND_SOC_WM8994
153 help 153 help
154 Say Y if you want to add support for SoC audio on aquila 154 Say Y if you want to add support for SoC audio on goni or aquila
155 with the WM8994.
156
157config SND_S5PV210_SOC_GONI_WM8994
158 tristate "SoC I2S Audio support for GONI - WM8994"
159 depends on SND_S3C24XX_SOC && MACH_GONI
160 select SND_S3C64XX_SOC_I2S_V4
161 select SND_SOC_WM8994
162 help
163 Say Y if you want to add support for SoC audio on goni
164 with the WM8994. 155 with the WM8994.
165 156
166config SND_SOC_SMDK_SPDIF 157config SND_SOC_SMDK_SPDIF