diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-09-02 15:29:49 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-09-26 22:28:35 +0530 |
commit | 6e450376e5877f2671db552a7693e9325e31a1cb (patch) | |
tree | f745792fe0112bdbe9bc0ab95ac5cc88306b4d07 /drivers/dma/Kconfig | |
parent | d943df870572e4774abfb16ef20c9ec28edbd94c (diff) | |
download | op-kernel-dev-6e450376e5877f2671db552a7693e9325e31a1cb.zip op-kernel-dev-6e450376e5877f2671db552a7693e9325e31a1cb.tar.gz |
dmaengine: coh901318: enable COMPILE_TEST
To get more coverage, enable COMPILE_TEST for this driver.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
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 56d4c3d..29919ae 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. |