[alsa-devel] [PATCH] ASoC: kirkwood: fix build failure
Sudip Mukherjee
sudipm.mukherjee at gmail.com
Mon May 23 12:30:54 CEST 2016
From: Sudip Mukherjee <sudip.mukherjee at codethink.co.uk>
While building m32r allmodconfig the build failed with:
ERROR: "bad_dma_ops" [sound/soc/kirkwood/snd-soc-kirkwood.ko] undefined!
To satisfy the dependency CONFIG_SND_KIRKWOOD_SOC should depend on
HAS_DMA.
Signed-off-by: Sudip Mukherjee <sudip.mukherjee at codethink.co.uk>
---
build log at:
https://travis-ci.org/sudipm-mukherjee/parport/jobs/132180911
sound/soc/kirkwood/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/kirkwood/Kconfig b/sound/soc/kirkwood/Kconfig
index 132bb83..bc3c7b5 100644
--- a/sound/soc/kirkwood/Kconfig
+++ b/sound/soc/kirkwood/Kconfig
@@ -1,6 +1,7 @@
config SND_KIRKWOOD_SOC
tristate "SoC Audio for the Marvell Kirkwood and Dove chips"
depends on ARCH_DOVE || ARCH_MVEBU || COMPILE_TEST
+ depends on HAS_DMA
help
Say Y or M if you want to add support for codecs attached to
the Kirkwood I2S interface. You will also need to select the
--
1.9.1
More information about the Alsa-devel
mailing list