diff options
author | Peter Ujfalusi <[email protected]> | 2016-09-21 15:41:34 +0300 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2016-09-28 08:54:36 +0530 |
commit | 54ff7a2d2420048a904151c0f8c996712d50e08c (patch) | |
tree | 33f221e49e826aa56bca5a4d17301212c857e84d | |
parent | c5df3572fa13fa1445f5b276f046e791c4aac72b (diff) |
dmaengine: omap-dma: enable COMPILE_TEST
To get more coverage, enable COMPILE_TEST for this driver.
Signed-off-by: Peter Ujfalusi <[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 3b70abe5b201..7ba90d2d65c4 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -130,7 +130,7 @@ config DMA_JZ4780 config DMA_OMAP tristate "OMAP DMA support" - depends on ARCH_OMAP + depends on ARCH_OMAP || COMPILE_TEST select DMA_ENGINE select DMA_VIRTUAL_CHANNELS select TI_DMA_CROSSBAR if SOC_DRA7XX |