diff options
author | Mark Brown <broonie@linaro.org> | 2013-06-14 15:26:20 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-14 15:26:20 +0400 |
commit | 6df2610c150c3e7088ac9b82df3e9ee732802409 (patch) | |
tree | 9e050ecfa4822609fdd9fc4d5beb545007d7d43e /sound/soc/spear | |
parent | d8f4e17fdd4f5e6fe6ef07496296fa88e150beda (diff) | |
download | linux-6df2610c150c3e7088ac9b82df3e9ee732802409.tar.xz |
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>
Diffstat (limited to 'sound/soc/spear')
-rw-r--r-- | sound/soc/spear/Kconfig | 1 |
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 Say Y or M if you want to add support for any of the audio controllers (I2S/SPDIF). You will also need to select the audio interface codecs to support below. + select SND_SOC_DMAENGINE_PCM config SND_SPEAR_SPDIF_OUT tristate "SPEAr SPDIF Out Device Driver" |