diff options
Diffstat (limited to 'sound/soc/s3c24xx/Kconfig')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index 923428fc1adb..b489f1ae103d 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -24,6 +24,9 @@ config SND_S3C64XX_SOC_I2S | |||
24 | select SND_S3C_I2SV2_SOC | 24 | select SND_S3C_I2SV2_SOC |
25 | select S3C64XX_DMA | 25 | select S3C64XX_DMA |
26 | 26 | ||
27 | config SND_S3C_SOC_PCM | ||
28 | tristate | ||
29 | |||
27 | config SND_S3C2443_SOC_AC97 | 30 | config SND_S3C2443_SOC_AC97 |
28 | tristate | 31 | tristate |
29 | select S3C2410_DMA | 32 | select S3C2410_DMA |
@@ -56,6 +59,15 @@ config SND_S3C24XX_SOC_JIVE_WM8750 | |||
56 | help | 59 | help |
57 | Sat Y if you want to add support for SoC audio on the Jive. | 60 | Sat Y if you want to add support for SoC audio on the Jive. |
58 | 61 | ||
62 | config SND_S3C64XX_SOC_WM8580 | ||
63 | tristate "SoC I2S Audio support for WM8580 on SMDK64XX" | ||
64 | depends on SND_S3C24XX_SOC && (MACH_SMDK6400 || MACH_SMDK6410) | ||
65 | depends on BROKEN | ||
66 | select SND_SOC_WM8580 | ||
67 | select SND_S3C64XX_SOC_I2S | ||
68 | help | ||
69 | Sat Y if you want to add support for SoC audio on the SMDK64XX. | ||
70 | |||
59 | config SND_S3C24XX_SOC_SMDK2443_WM9710 | 71 | config SND_S3C24XX_SOC_SMDK2443_WM9710 |
60 | tristate "SoC AC97 Audio support for SMDK2443 - WM9710" | 72 | tristate "SoC AC97 Audio support for SMDK2443 - WM9710" |
61 | depends on SND_S3C24XX_SOC && MACH_SMDK2443 | 73 | depends on SND_S3C24XX_SOC && MACH_SMDK2443 |