diff options
author | John Stultz <john.stultz@linaro.org> | 2016-08-29 13:30:53 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-08-31 00:39:32 -0400 |
commit | e39a2329cfb09072bbab3c1310efc9ff6b7c3aa9 (patch) | |
tree | 0da9d2659f99d95eba705476f0bca6fb12e1d00c /drivers/dma | |
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 <zhangfei.gao@linaro.org>
Cc: Jingoo Han <jg1.han@samsung.com>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Andy Green <andy@warmcat.com>
Acked-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma')
-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 | |||
279 | 279 | ||
280 | config K3_DMA | 280 | config K3_DMA |
281 | tristate "Hisilicon K3 DMA support" | 281 | tristate "Hisilicon K3 DMA support" |
282 | depends on ARCH_HI3xxx | 282 | depends on ARCH_HI3xxx || ARCH_HISI || COMPILE_TEST |
283 | select DMA_ENGINE | 283 | select DMA_ENGINE |
284 | select DMA_VIRTUAL_CHANNELS | 284 | select DMA_VIRTUAL_CHANNELS |
285 | help | 285 | help |