Răsfoiți Sursa

ASoC: Select core DMA when building for S3C64xx

Ensure that the core DMA support is available when building for
S3C64xx.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 15 ani în urmă
părinte
comite
239a22aaa9
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      sound/soc/s3c24xx/Kconfig

+ 1 - 0
sound/soc/s3c24xx/Kconfig

@@ -1,6 +1,7 @@
 config SND_S3C24XX_SOC
 config SND_S3C24XX_SOC
 	tristate "SoC Audio for the Samsung S3CXXXX chips"
 	tristate "SoC Audio for the Samsung S3CXXXX chips"
 	depends on ARCH_S3C2410 || ARCH_S3C64XX
 	depends on ARCH_S3C2410 || ARCH_S3C64XX
+	select S3C64XX_DMA if ARCH_S3C64XX
 	help
 	help
 	  Say Y or M if you want to add support for codecs attached to
 	  Say Y or M if you want to add support for codecs attached to
 	  the S3C24XX AC97 or I2S interfaces. You will also need to
 	  the S3C24XX AC97 or I2S interfaces. You will also need to