diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-09-02 10:25:56 (GMT) |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-09-26 17:00:31 (GMT) |
commit | cd3a792a77bc4e72e917efcf9dfc7f33cbb2fda8 (patch) | |
tree | f056fde90e04acc52b4df8c1ef62396f5869807e | |
parent | 3e13b386963b337de98a0ff92d2eefc5dfef6edd (diff) | |
download | linux-cd3a792a77bc4e72e917efcf9dfc7f33cbb2fda8.tar.xz |
dmaengine: mmp_pdma: enable COMPILE_TEST
To get more coverage, enable COMPILE_TEST for this driver.
Acked-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-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 3ee0b3c..7674a44 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -297,7 +297,7 @@ config LPC18XX_DMAMUX config MMP_PDMA bool "MMP PDMA support" - depends on (ARCH_MMP || ARCH_PXA) + depends on ARCH_MMP || ARCH_PXA || COMPILE_TEST select DMA_ENGINE help Support the MMP PDMA engine for PXA and MMP platform. |