diff options
author | Vinod Koul <[email protected]> | 2016-09-02 15:29:49 +0530 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2016-09-26 22:28:35 +0530 |
commit | 6e450376e5877f2671db552a7693e9325e31a1cb (patch) | |
tree | f745792fe0112bdbe9bc0ab95ac5cc88306b4d07 | |
parent | d943df870572e4774abfb16ef20c9ec28edbd94c (diff) |
dmaengine: coh901318: enable COMPILE_TEST
To get more coverage, enable COMPILE_TEST for this driver.
Acked-by: Linus Walleij <[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 56d4c3d0c160..29919ae00381 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -102,7 +102,7 @@ config AXI_DMAC config COH901318 bool "ST-Ericsson COH901318 DMA support" select DMA_ENGINE - depends on ARCH_U300 + depends on ARCH_U300 || COMPILE_TEST help Enable support for ST-Ericsson COH 901 318 DMA. |