diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2014-08-06 16:35:41 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-08-07 19:27:43 +0530 |
commit | cfc6abc3f1ee01dec27a6166f518f084544e4387 (patch) | |
tree | f862a0fb4bc70ad7dac65fffdeb0ad02583acea6 /drivers/dma | |
parent | 1141b7e95aa1d5c328c719bc405714d90c167a50 (diff) | |
download | linux-cfc6abc3f1ee01dec27a6166f518f084544e4387.tar.bz2 |
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>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |