From cfc6abc3f1ee01dec27a6166f518f084544e4387 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Wed, 6 Aug 2014 16:35:41 +0200 Subject: dmaengine: nbpfaxi: don't build this driver where it cannot be used Although this driver doesn't have any explicit compile-time architecture dependencies, it is better not to bloat kernels on those platforms, where this driver isn't needed, unless a compile test is being performed. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Vinod Koul --- drivers/dma/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/dma') diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 901818c1b37c..6c3692da2072 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -386,6 +386,7 @@ config DMA_SUN6I config NBPFAXI_DMA tristate "Renesas Type-AXI NBPF DMA support" select DMA_ENGINE + depends on ARM || COMPILE_TEST help Support for "Type-AXI" NBPF DMA IPs from Renesas -- cgit v1.2.3