diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-09-02 12:57:20 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-09-26 19:56:28 +0300 |
commit | a952b28788b5356780447ba23e89ea7365b19a1f (patch) | |
tree | 133d017ddf2d713198b6c8f4124634d832211372 /drivers/dma/Kconfig | |
parent | d78d6c073a43dd9c6050c1df9921f238eb25ee5d (diff) | |
download | linux-a952b28788b5356780447ba23e89ea7365b19a1f.tar.xz |
dmaengine: jz4780: 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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 51ebc3181cf2..56d4c3d0c160 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -120,7 +120,7 @@ config DMA_JZ4740 config DMA_JZ4780 tristate "JZ4780 DMA support" - depends on MACH_JZ4780 + depends on MACH_JZ4780 || COMPILE_TEST select DMA_ENGINE select DMA_VIRTUAL_CHANNELS help |