diff options
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 923428fc1adb..d7912f1e4627 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -56,6 +56,15 @@ config SND_S3C24XX_SOC_JIVE_WM8750 | |||
56 | help | 56 | help |
57 | Sat Y if you want to add support for SoC audio on the Jive. | 57 | Sat Y if you want to add support for SoC audio on the Jive. |
58 | 58 | ||
59 | config SND_S3C64XX_SOC_WM8580 | ||
60 | tristate "SoC I2S Audio support for WM8580 on SMDK64XX" | ||
61 | depends on SND_S3C24XX_SOC && (MACH_SMDK6400 || MACH_SMDK6410) | ||
62 | depends on BROKEN | ||
63 | select SND_SOC_WM8580 | ||
64 | select SND_S3C64XX_SOC_I2S | ||
65 | help | ||
66 | Sat Y if you want to add support for SoC audio on the SMDK64XX. | ||
67 | |||
59 | config SND_S3C24XX_SOC_SMDK2443_WM9710 | 68 | config SND_S3C24XX_SOC_SMDK2443_WM9710 |
60 | tristate "SoC AC97 Audio support for SMDK2443 - WM9710" | 69 | tristate "SoC AC97 Audio support for SMDK2443 - WM9710" |
61 | depends on SND_S3C24XX_SOC && MACH_SMDK2443 | 70 | depends on SND_S3C24XX_SOC && MACH_SMDK2443 |