diff options
Diffstat (limited to 'sound/soc/s3c24xx/Kconfig')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index d1c6f9392463..8b62798a04b8 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -75,8 +75,10 @@ config SND_S3C64XX_SOC_WM8580 | |||
75 | config SND_S3C24XX_SOC_SMDK2443_WM9710 | 75 | config SND_S3C24XX_SOC_SMDK2443_WM9710 |
76 | tristate "SoC AC97 Audio support for SMDK2443 - WM9710" | 76 | tristate "SoC AC97 Audio support for SMDK2443 - WM9710" |
77 | depends on SND_S3C24XX_SOC && MACH_SMDK2443 | 77 | depends on SND_S3C24XX_SOC && MACH_SMDK2443 |
78 | select SND_S3C2443_SOC_AC97 | 78 | select S3C2410_DMA |
79 | select AC97_BUS | ||
79 | select SND_SOC_AC97_CODEC | 80 | select SND_SOC_AC97_CODEC |
81 | select SND_S3C_SOC_AC97 | ||
80 | help | 82 | help |
81 | Say Y if you want to add support for SoC audio on smdk2443 | 83 | Say Y if you want to add support for SoC audio on smdk2443 |
82 | with the WM9710. | 84 | with the WM9710. |