diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-12-05 19:31:32 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-12-05 19:31:32 +0530 |
commit | 939b6ef378bfb6fd9cff61a1f3afa17e84ea0884 (patch) | |
tree | a01ba87fda921e8e60e4d938b0cf0d8d7fd37868 /drivers/dma/Kconfig | |
parent | af2d3139e19fd7da9a5d300a83812616b2d6694c (diff) | |
parent | fef4cbf2ab830fcd695d892927386ad9ccc46339 (diff) |
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. |