Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0fc7b84 authored by Marek Belisko's avatar Marek Belisko Committed by Mark Brown
Browse files

ASoC: s3c24xx: Fix compilation problem for mini2440



When make mini2440_defconfig compilation end with undefined
references to DMA functions. There was missing selection
for S3C2410_DMA when compile ASoC audio for S3C24xx CPU.
Tested on mini2440 board.

Signed-off-by: default avatarMarek Belisko <marek.belisko@gmail.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 1ebd0061
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2,6 +2,7 @@ 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 || ARCH_S5PC100 || ARCH_S5PV210
	depends on ARCH_S3C2410 || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210
	select S3C64XX_DMA if ARCH_S3C64XX
	select S3C64XX_DMA if ARCH_S3C64XX
	select S3C2410_DMA if ARCH_S3C2410
	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