diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-10-03 06:48:14 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-10-03 06:48:14 +0300 |
commit | 850e0448a6db0650a6c41adacbc92f106094d1db (patch) | |
tree | 288937c3f555f219a8f967537bb7652b879bff88 /drivers/dma/Kconfig | |
parent | ed58a112b0f57f2673cd483d45d82de1ad890e9a (diff) | |
parent | 5f03c39978e3437398d4777215c5818e62118b2c (diff) | |
download | linux-850e0448a6db0650a6c41adacbc92f106094d1db.tar.xz |
Merge branch 'topic/k3' into for-linus
Diffstat (limited to 'drivers/dma/Kconfig')
-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 9e680ecf31d6..af63a6bcf564 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -278,7 +278,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 |