Skip to content

Commit

Permalink
ASoC: Select DMA if I2S is configured
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Mark Brown committed Mar 6, 2009
1 parent f8cf817 commit c36623a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sound/soc/s3c24xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,24 @@ config SND_S3C24XX_SOC

config SND_S3C24XX_SOC_I2S
tristate
select S3C2410_DMA

config SND_S3C_I2SV2_SOC
tristate

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

Expand Down

0 comments on commit c36623a

Please sign in to comment.