diff options
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index 036a4965c950..f22dbeec48a6 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -8,6 +8,7 @@ config SND_S3C24XX_SOC | |||
8 | 8 | ||
9 | config SND_S3C24XX_SOC_I2S | 9 | config SND_S3C24XX_SOC_I2S |
10 | tristate | 10 | tristate |
11 | select S3C2410_DMA | ||
11 | 12 | ||
12 | config SND_S3C_I2SV2_SOC | 13 | config SND_S3C_I2SV2_SOC |
13 | tristate | 14 | tristate |
@@ -15,13 +16,16 @@ config SND_S3C_I2SV2_SOC | |||
15 | config SND_S3C2412_SOC_I2S | 16 | config SND_S3C2412_SOC_I2S |
16 | tristate | 17 | tristate |
17 | select SND_S3C_I2SV2_SOC | 18 | select SND_S3C_I2SV2_SOC |
19 | select S3C2410_DMA | ||
18 | 20 | ||
19 | config SND_S3C64XX_SOC_I2S | 21 | config SND_S3C64XX_SOC_I2S |
20 | tristate | 22 | tristate |
21 | select SND_S3C_I2SV2_SOC | 23 | select SND_S3C_I2SV2_SOC |
24 | select S3C64XX_DMA | ||
22 | 25 | ||
23 | config SND_S3C2443_SOC_AC97 | 26 | config SND_S3C2443_SOC_AC97 |
24 | tristate | 27 | tristate |
28 | select S3C2410_DMA | ||
25 | select AC97_BUS | 29 | select AC97_BUS |
26 | select SND_SOC_AC97_BUS | 30 | select SND_SOC_AC97_BUS |
27 | 31 | ||