diff options
author | Daniel Mack <zonque@gmail.com> | 2013-08-12 04:42:37 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-15 06:18:09 -0400 |
commit | b7ae6f31d8243ec684af16bc5c763eccdfabaec0 (patch) | |
tree | 09bcafcf065ffe743258f8ffbf6c055a1c130b4f /sound/soc/Kconfig | |
parent | d4e4ab86bcba5a72779c43dc1459f71fea3d89c8 (diff) |
ALSA: move dmaengine implementation from ASoC to ALSA core
For the PXA DMA rework, we need the generic dmaengine implementation
that currently lives in sound/soc for standalone (non-ASoC) AC'97
support.
Move it to sound/core, and rename the Kconfig symbol.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 45eeaa9f7fec..5138b8493051 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -26,12 +26,9 @@ if SND_SOC | |||
26 | config SND_SOC_AC97_BUS | 26 | config SND_SOC_AC97_BUS |
27 | bool | 27 | bool |
28 | 28 | ||
29 | config SND_SOC_DMAENGINE_PCM | ||
30 | bool | ||
31 | |||
32 | config SND_SOC_GENERIC_DMAENGINE_PCM | 29 | config SND_SOC_GENERIC_DMAENGINE_PCM |
33 | bool | 30 | bool |
34 | select SND_SOC_DMAENGINE_PCM | 31 | select SND_DMAENGINE_PCM |
35 | 32 | ||
36 | # All the supported SoCs | 33 | # All the supported SoCs |
37 | source "sound/soc/atmel/Kconfig" | 34 | source "sound/soc/atmel/Kconfig" |