aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx/Kconfig
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-11-22 01:37:16 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-23 09:08:00 -0500
commitd98ce6cf0303dc8edc9fdc18f84e4d7dafbb61a2 (patch)
tree46bac9cb0427596788588fef48d8419b67bd4d47 /sound/soc/s3c24xx/Kconfig
parent03e6a88897f923ae2608569e66afba4766e1abf7 (diff)
ASoC: SMDK64XX: Rename for other platforms
We plan to use the same ASoC Machine driver for most of latest SMDK platforms. So rename the 64XX specific driver to generic named. 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/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig
index 15f5f9103a0c..396f678d1af5 100644
--- a/sound/soc/s3c24xx/Kconfig
+++ b/sound/soc/s3c24xx/Kconfig
@@ -60,13 +60,13 @@ config SND_S3C24XX_SOC_JIVE_WM8750
60 help 60 help
61 Sat Y if you want to add support for SoC audio on the Jive. 61 Sat Y if you want to add support for SoC audio on the Jive.
62 62
63config SND_S3C64XX_SOC_WM8580 63config SND_SOC_SMDK_WM8580
64 tristate "SoC I2S Audio support for WM8580 on SMDK64XX" 64 tristate "SoC I2S Audio support for WM8580 on SMDK"
65 depends on SND_S3C24XX_SOC && MACH_SMDK6410 65 depends on SND_S3C24XX_SOC && MACH_SMDK6410
66 select SND_SOC_WM8580 66 select SND_SOC_WM8580
67 select SND_SAMSUNG_I2S 67 select SND_SAMSUNG_I2S
68 help 68 help
69 Say Y if you want to add support for SoC audio on the SMDK6410. 69 Say Y if you want to add support for SoC audio on the SMDKs.
70 70
71config SND_S3C24XX_SOC_SMDK2443_WM9710 71config SND_S3C24XX_SOC_SMDK2443_WM9710
72 tristate "SoC AC97 Audio support for SMDK2443 - WM9710" 72 tristate "SoC AC97 Audio support for SMDK2443 - WM9710"