diff options
| author | John Stultz <[email protected]> | 2016-08-29 10:30:53 -0700 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2016-08-31 10:09:32 +0530 |
| commit | e39a2329cfb09072bbab3c1310efc9ff6b7c3aa9 (patch) | |
| tree | 0da9d2659f99d95eba705476f0bca6fb12e1d00c | |
| parent | a7e08fa6cc783cae797a06114d18dec73fac08b3 (diff) | |
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 <[email protected]>
Cc: Jingoo Han <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Vinod Koul <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Andy Green <[email protected]>
Acked-by: Zhangfei Gao <[email protected]>
Signed-off-by: John Stultz <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
| -rw-r--r-- | drivers/dma/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 739f797b40d9..fe2dbb811e19 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 |