diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-09-02 12:25:56 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-09-26 19:00:31 +0200 |
commit | cd3a792a77bc4e72e917efcf9dfc7f33cbb2fda8 (patch) | |
tree | f056fde90e04acc52b4df8c1ef62396f5869807e /drivers/dma/Kconfig | |
parent | dmaengine: mmp_tdma: use correct print specifiers for size_t (diff) | |
download | linux-cd3a792a77bc4e72e917efcf9dfc7f33cbb2fda8.tar.xz linux-cd3a792a77bc4e72e917efcf9dfc7f33cbb2fda8.zip |
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>
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 3ee0b3c41b1a..7674a44f72b0 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. |