diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-12-05 15:01:32 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-12-05 15:01:32 +0100 |
commit | 939b6ef378bfb6fd9cff61a1f3afa17e84ea0884 (patch) | |
tree | a01ba87fda921e8e60e4d938b0cf0d8d7fd37868 /drivers/dma/Kconfig | |
parent | dmaengine: k3dma: Add CONFIG_PM_SLEEP to suspend/resume functions (diff) | |
parent | dmaengine: at_xdmac: Add DMA_PRIVATE (diff) | |
download | linux-939b6ef378bfb6fd9cff61a1f3afa17e84ea0884.tar.xz linux-939b6ef378bfb6fd9cff61a1f3afa17e84ea0884.zip |
Merge branch 'topic/at_xdmac' 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 aef8b9dd4db6..f2b2c4e87aef 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -109,7 +109,7 @@ config AT_HDMAC config AT_XDMAC tristate "Atmel XDMA support" - depends on (ARCH_AT91 || COMPILE_TEST) + depends on ARCH_AT91 select DMA_ENGINE help Support the Atmel XDMA controller. |