diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-09-02 10:08:43 (GMT) |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-09-26 16:59:44 (GMT) |
commit | 49ad6d7dd65b5f2ec3ed847eb64bb916cd29431e (patch) | |
tree | e7e3c547e5ad03fbb7963867061c638307551185 /drivers/dma/Kconfig | |
parent | 8f913bffb4d35718914c1ecc8c1f52c216925752 (diff) | |
download | linux-49ad6d7dd65b5f2ec3ed847eb64bb916cd29431e.tar.xz |
dmaengine: ep93xx: 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 1092a4d..3ee0b3c 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -167,7 +167,7 @@ config DMA_SUN6I config EP93XX_DMA bool "Cirrus Logic EP93xx DMA support" - depends on ARCH_EP93XX + depends on ARCH_EP93XX || COMPILE_TEST select DMA_ENGINE help Enable support for the Cirrus Logic EP93xx M2P/M2M DMA controller. |