From: John Stultz Date: Mon, 29 Aug 2016 17:30:53 +0000 (-0700) Subject: Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms X-Git-Tag: v4.14-rc1~2349^2~8^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e39a2329cfb09072bbab3c1310efc9ff6b7c3aa9;p=platform%2Fkernel%2Flinux-rpi.git Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms This allows the k3dma driver to be selected on HiKey via the ARCH_HISI dependency. Cc: Zhangfei Gao Cc: Jingoo Han Cc: Krzysztof Kozlowski Cc: Maxime Ripard Cc: Vinod Koul Cc: Dan Williams Cc: Mark Brown Cc: Andy Green Acked-by: Zhangfei Gao Signed-off-by: John Stultz Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 739f797..fe2dbb8 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