summaryrefslogtreecommitdiff
path: root/sound/soc/s3c24xx
diff options
context:
space:
mode:
authorBen Dooks <ben-alsa@fluff.org>2009-03-04 00:49:34 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-06 13:37:09 +0000
commitc36623a7543e7a23ceeafbeb7b34a9e020100898 (patch)
tree865cb53d17691f3c47981bc36d198caa447358c6 /sound/soc/s3c24xx
parentf8cf8176c7fc2c790e900595755b93e30633754d (diff)
ASoC: Select DMA if I2S is configured
Select the relevant DMA implementation when the sound driver is selected. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r--sound/soc/s3c24xx/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig
index 036a4965c95..f22dbeec48a 100644
--- a/sound/soc/s3c24xx/Kconfig
+++ b/sound/soc/s3c24xx/Kconfig
@@ -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