aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-06-14 07:26:20 -0400
committerMark Brown <broonie@linaro.org>2013-06-14 07:26:20 -0400
commit6df2610c150c3e7088ac9b82df3e9ee732802409 (patch)
tree9e050ecfa4822609fdd9fc4d5beb545007d7d43e
parentd8f4e17fdd4f5e6fe6ef07496296fa88e150beda (diff)
ASoC: SPEAr: Add dependency on dmaengine helpers
I'd be very surprised if anyone has used the Kconfig... Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r--sound/soc/spear/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/spear/Kconfig b/sound/soc/spear/Kconfig
index 3b7cdadc11cc..5b744ed52988 100644
--- a/sound/soc/spear/Kconfig
+++ b/sound/soc/spear/Kconfig
@@ -27,6 +27,7 @@ config SND_SPEAR_SOC
27 Say Y or M if you want to add support for any of the audio 27 Say Y or M if you want to add support for any of the audio
28 controllers (I2S/SPDIF). You will also need to select 28 controllers (I2S/SPDIF). You will also need to select
29 the audio interface codecs to support below. 29 the audio interface codecs to support below.
30 select SND_SOC_DMAENGINE_PCM
30 31
31config SND_SPEAR_SPDIF_OUT 32config SND_SPEAR_SPDIF_OUT
32 tristate "SPEAr SPDIF Out Device Driver" 33 tristate "SPEAr SPDIF Out Device Driver"