This allows the k3dma driver to be selected on HiKey via the ARCH_HISI dependency.
Cc: Zhangfei Gao <zhangfei....@linaro.org> Cc: Jingoo Han <jg1....@samsung.com> Cc: Krzysztof Kozlowski <k.kozlow...@samsung.com> Cc: Maxime Ripard <maxime.rip...@free-electrons.com> Cc: Vinod Koul <vinod.k...@intel.com> Cc: Dan Williams <dan.j.willi...@intel.com> Cc: Liam Girdwood <lgirdw...@gmail.com> Cc: Mark Brown <broo...@kernel.org> Cc: Jaroslav Kysela <pe...@perex.cz> Cc: Takashi Iwai <ti...@suse.com> Cc: Wei Xu <xuw...@hisilicon.com> Cc: Rob Herring <robh...@kernel.org> Cc: Andy Green <a...@warmcat.com> Signed-off-by: John Stultz <john.stu...@linaro.org> --- v2: * Use ARCH_HISI and COMPILE_TEST dependency, suggested by Mark Brown, instead of just removing all dependencies. --- drivers/dma/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 8c98779..838b932 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -279,7 +279,7 @@ config INTEL_MIC_X100_DMA config K3_DMA tristate "Hisilicon K3 DMA support" - depends on ARCH_HI3xxx + depends on ARCH_HI3xxx || ARCH_HISI || COMPILE_TEST select DMA_ENGINE select DMA_VIRTUAL_CHANNELS help -- 1.9.1