Message ID | 1473960849-23024-11-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 5c883123b3e9..00cfa87b3f5a 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -100,9 +100,9 @@ config AXI_DMAC platforms. config COH901318 - bool "ST-Ericsson COH901318 DMA support" + bool "ST-Ericsson COH901318 DMA support" if COMPILE_TEST && !ARCH_U300 + default ARCH_U300 select DMA_ENGINE - depends on ARCH_U300 help Enable support for ST-Ericsson COH 901 318 DMA.
To get more coverage, enable COMPILE_TEST for this driver. Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com> --- drivers/dma/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)