Message ID | 1473960849-23024-19-git-send-email-vinod.koul@intel.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index ee81c7b810bd..9d03da0d4c5f 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -167,8 +167,8 @@ config DMA_SUN6I Support for the DMA engine first found in Allwinner A31 SoCs. config EP93XX_DMA - bool "Cirrus Logic EP93xx DMA support" - depends on ARCH_EP93XX + bool "Cirrus Logic EP93xx DMA support" if COMPILE_TEST && !ARCH_EP93XX + default ARCH_EP93XX select DMA_ENGINE help Enable support for the Cirrus Logic EP93xx M2P/M2M DMA controller.
To get more coverage, enable COMPILE_TEST for this driver. Signed-off-by: Vinod Koul <vinod.koul@intel.com> --- drivers/dma/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)