Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <g.liakhovetski@gmx.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>

authored by

Guennadi Liakhovetski and committed by
Vinod Koul
cfc6abc3 1141b7e9

+1
+1
drivers/dma/Kconfig
··· 386 386 config NBPFAXI_DMA 387 387 tristate "Renesas Type-AXI NBPF DMA support" 388 388 select DMA_ENGINE 389 + depends on ARM || COMPILE_TEST 389 390 help 390 391 Support for "Type-AXI" NBPF DMA IPs from Renesas 391 392