ASoC: Select DMA if I2S is configured
authorBen Dooks <[email protected]>
Wed, 4 Mar 2009 00:49:34 +0000 (00:49 +0000)
committerMark Brown <[email protected]>
Fri, 6 Mar 2009 13:37:09 +0000 (13:37 +0000)
Select the relevant DMA implementation when the
sound driver is selected.

Signed-off-by: Ben Dooks <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/s3c24xx/Kconfig

index 036a4965c950881772b601a38e5c844d2c5c5143..f22dbeec48a638d4d7cb860813f65d8fcd213aa9 100644 (file)
@@ -8,6 +8,7 @@ config SND_S3C24XX_SOC
 
 config SND_S3C24XX_SOC_I2S
        tristate
+       select S3C2410_DMA
 
 config SND_S3C_I2SV2_SOC
        tristate
@@ -15,13 +16,16 @@ config SND_S3C_I2SV2_SOC
 config SND_S3C2412_SOC_I2S
        tristate
        select SND_S3C_I2SV2_SOC
+       select S3C2410_DMA
 
 config SND_S3C64XX_SOC_I2S
        tristate
        select SND_S3C_I2SV2_SOC
+       select S3C64XX_DMA
 
 config SND_S3C2443_SOC_AC97
        tristate
+       select S3C2410_DMA
        select AC97_BUS
        select SND_SOC_AC97_BUS