diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-03-03 19:49:27 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-06 08:37:07 -0500 |
commit | 3093e48c48b69ccc06a1f78ffe7ece7ee2ee09ef (patch) | |
tree | 653bcbbb6781b7727752cb374e8ea1298294acad /sound/soc/s3c24xx/Kconfig | |
parent | 979c036e090332cd3a090ce8b4eb50c3aa28dea0 (diff) |
ASoC: Add JIVE audio support
Add support for the Jive's WM8750 codec attached via the S3C2412 IIS.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/Kconfig')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index e05a71084c32..7803218d1903 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -26,6 +26,15 @@ config SND_S3C24XX_SOC_NEO1973_WM8753 | |||
26 | Say Y if you want to add support for SoC audio on smdk2440 | 26 | Say Y if you want to add support for SoC audio on smdk2440 |
27 | with the WM8753. | 27 | with the WM8753. |
28 | 28 | ||
29 | config SND_S3C24XX_SOC_JIVE_WM8750 | ||
30 | tristate "SoC I2S Audio support for Jive" | ||
31 | depends on SND_S3C24XX_SOC && MACH_JIVE | ||
32 | select SND_SOC_WM8750 | ||
33 | select SND_SOC_WM8750_SPI | ||
34 | select SND_S3C2412_SOC_I2S | ||
35 | help | ||
36 | Sat Y if you want to add support for SoC audio on the Jive. | ||
37 | |||
29 | config SND_S3C24XX_SOC_SMDK2443_WM9710 | 38 | config SND_S3C24XX_SOC_SMDK2443_WM9710 |
30 | tristate "SoC AC97 Audio support for SMDK2443 - WM9710" | 39 | tristate "SoC AC97 Audio support for SMDK2443 - WM9710" |
31 | depends on SND_S3C24XX_SOC && MACH_SMDK2443 | 40 | depends on SND_S3C24XX_SOC && MACH_SMDK2443 |