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>
This commit is contained in:
parent
f8cf8176c7
commit
c36623a754
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,7 @@ config SND_S3C24XX_SOC
|
||||||
|
|
||||||
config SND_S3C24XX_SOC_I2S
|
config SND_S3C24XX_SOC_I2S
|
||||||
tristate
|
tristate
|
||||||
|
select S3C2410_DMA
|
||||||
|
|
||||||
config SND_S3C_I2SV2_SOC
|
config SND_S3C_I2SV2_SOC
|
||||||
tristate
|
tristate
|
||||||
|
@ -15,13 +16,16 @@ config SND_S3C_I2SV2_SOC
|
||||||
config SND_S3C2412_SOC_I2S
|
config SND_S3C2412_SOC_I2S
|
||||||
tristate
|
tristate
|
||||||
select SND_S3C_I2SV2_SOC
|
select SND_S3C_I2SV2_SOC
|
||||||
|
select S3C2410_DMA
|
||||||
|
|
||||||
config SND_S3C64XX_SOC_I2S
|
config SND_S3C64XX_SOC_I2S
|
||||||
tristate
|
tristate
|
||||||
select SND_S3C_I2SV2_SOC
|
select SND_S3C_I2SV2_SOC
|
||||||
|
select S3C64XX_DMA
|
||||||
|
|
||||||
config SND_S3C2443_SOC_AC97
|
config SND_S3C2443_SOC_AC97
|
||||||
tristate
|
tristate
|
||||||
|
select S3C2410_DMA
|
||||||
select AC97_BUS
|
select AC97_BUS
|
||||||
select SND_SOC_AC97_BUS
|
select SND_SOC_AC97_BUS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue