summaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-09-02 10:37:05 (GMT)
committerVinod Koul <vinod.koul@intel.com>2016-09-26 17:06:39 (GMT)
commit4aa258af6532437910aebb3e8a6d47ffda8c1070 (patch)
treea16dbc709a0413800827b4c6f4194dfde88c5a42 /drivers/dma/Kconfig
parent1609db6f088eed4a0821641cb6d17ae0e79c779a (diff)
downloadlinux-4aa258af6532437910aebb3e8a6d47ffda8c1070.tar.xz
dmaengine: timb-dma: enable COMPILE_TEST
To get more coverage, enable COMPILE_TEST for this driver. Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 1bf84f2..b6116c8 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -496,7 +496,7 @@ config TEGRA210_ADMA
config TIMB_DMA
tristate "Timberdale FPGA DMA support"
- depends on MFD_TIMBERDALE
+ depends on MFD_TIMBERDALE || COMPILE_TEST
select DMA_ENGINE
help
Enable support for the Timberdale FPGA DMA engine.