We can do the compiling test with COMPILE_TEST.
Thisi patch adds the COMPILE_TEST for the drivers.

Signed-off-by: Huang Shijie <sjhu...@iluvatar.ai>
---
 drivers/dma/Kconfig    | 24 ++++++++++++------------
 drivers/dma/ti/Kconfig |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index d4a4230a7942..7670b2f967c4 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -85,14 +85,14 @@ config AMCC_PPC440SPE_ADMA
 
 config AT_HDMAC
        tristate "Atmel AHB DMA support"
-       depends on ARCH_AT91
+       depends on ARCH_AT91 || COMPILE_TEST
        select DMA_ENGINE
        help
          Support the Atmel AHB DMA controller.
 
 config AT_XDMAC
        tristate "Atmel XDMA support"
-       depends on ARCH_AT91
+       depends on ARCH_AT91 || COMPILE_TEST
        select DMA_ENGINE
        help
          Support the Atmel XDMA controller.
@@ -163,7 +163,7 @@ config DMA_SA11X0
 
 config DMA_SUN4I
        tristate "Allwinner A10 DMA SoCs support"
-       depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
+       depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || COMPILE_TEST
        default (MACH_SUN4I || MACH_SUN5I || MACH_SUN7I)
        select DMA_ENGINE
        select DMA_VIRTUAL_CHANNELS
@@ -240,7 +240,7 @@ config IMG_MDC_DMA
 
 config IMX_DMA
        tristate "i.MX DMA support"
-       depends on ARCH_MXC
+       depends on ARCH_MXC || COMPILE_TEST
        select DMA_ENGINE
        help
          Support the i.MX DMA engine. This engine is integrated into
@@ -248,7 +248,7 @@ config IMX_DMA
 
 config IMX_SDMA
        tristate "i.MX SDMA support"
-       depends on ARCH_MXC
+       depends on ARCH_MXC || COMPILE_TEST
        select DMA_ENGINE
        select DMA_VIRTUAL_CHANNELS
        help
@@ -341,7 +341,7 @@ config MMP_TDMA
 
 config MOXART_DMA
        tristate "MOXART DMA support"
-       depends on ARCH_MOXART
+       depends on ARCH_MOXART || COMPILE_TEST
        select DMA_ENGINE
        select DMA_VIRTUAL_CHANNELS
        help
@@ -439,7 +439,7 @@ config PL330_DMA
 
 config PXA_DMA
        bool "PXA DMA support"
-       depends on (ARCH_MMP || ARCH_PXA)
+       depends on (ARCH_MMP || ARCH_PXA || COMPILE_TEST)
        select DMA_ENGINE
        select DMA_VIRTUAL_CHANNELS
        help
@@ -450,14 +450,14 @@ config PXA_DMA
 
 config SIRF_DMA
        tristate "CSR SiRFprimaII/SiRFmarco DMA support"
-       depends on ARCH_SIRF
+       depends on ARCH_SIRF || COMPILE_TEST
        select DMA_ENGINE
        help
          Enable support for the CSR SiRFprimaII DMA engine.
 
 config STE_DMA40
        bool "ST-Ericsson DMA40 support"
-       depends on ARCH_U8500
+       depends on ARCH_U8500 || COMPILE_TEST
        select DMA_ENGINE
        help
          Support for ST-Ericsson DMA40 controller
@@ -538,7 +538,7 @@ config TXX9_DMAC
 
 config TEGRA20_APB_DMA
        bool "NVIDIA Tegra20 APB DMA support"
-       depends on ARCH_TEGRA
+       depends on ARCH_TEGRA || COMPILE_TEST
        select DMA_ENGINE
        help
          Support for the NVIDIA Tegra20 APB DMA controller driver. The
@@ -579,7 +579,7 @@ config XGENE_DMA
 
 config XILINX_DMA
        tristate "Xilinx AXI DMAS Engine"
-       depends on (ARCH_ZYNQ || MICROBLAZE || ARM64)
+       depends on (ARCH_ZYNQ || MICROBLAZE || ARM64 || COMPILE_TEST)
        select DMA_ENGINE
        help
          Enable support for Xilinx AXI VDMA Soft IP.
@@ -598,7 +598,7 @@ config XILINX_DMA
 
 config XILINX_ZYNQMP_DMA
        tristate "Xilinx ZynqMP DMA Engine"
-       depends on (ARCH_ZYNQ || MICROBLAZE || ARM64)
+       depends on (ARCH_ZYNQ || MICROBLAZE || ARM64 || COMPILE_TEST)
        select DMA_ENGINE
        help
          Enable support for Xilinx ZynqMP DMA controller.
diff --git a/drivers/dma/ti/Kconfig b/drivers/dma/ti/Kconfig
index e5e74e1361dc..a494789c5b87 100644
--- a/drivers/dma/ti/Kconfig
+++ b/drivers/dma/ti/Kconfig
@@ -4,7 +4,7 @@
 
 config TI_CPPI41
        tristate "Texas Instruments CPPI 4.1 DMA support"
-       depends on (ARCH_OMAP || ARCH_DAVINCI_DA8XX)
+       depends on (ARCH_OMAP || ARCH_DAVINCI_DA8XX || COMPILE_TEST)
        select DMA_ENGINE
        help
          The Communications Port Programming Interface (CPPI) 4.1 DMA engine
-- 
2.17.1

Reply via email to