]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dmaengine: ti: Do not enable by default during compile testing
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 4 Apr 2025 12:21:14 +0000 (14:21 +0200)
committerVinod Koul <vkoul@kernel.org>
Thu, 26 Jun 2025 22:34:19 +0000 (15:34 -0700)
Enabling the compile test should not cause automatic enabling of all
drivers.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250404122114.359087-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ti/Kconfig

index 2adc2cca10e926b5a2be57a3271ee6374ff9e297..dbf168146d35fcedeb199f41e3b46ab22abe04d7 100644 (file)
@@ -17,7 +17,7 @@ config TI_EDMA
        select DMA_ENGINE
        select DMA_VIRTUAL_CHANNELS
        select TI_DMA_CROSSBAR if (ARCH_OMAP || COMPILE_TEST)
-       default y
+       default ARCH_DAVINCI || ARCH_OMAP || ARCH_KEYSTONE
        help
          Enable support for the TI EDMA (Enhanced DMA) controller. This DMA
          engine is found on TI DaVinci, AM33xx, AM43xx, DRA7xx and Keystone 2
@@ -29,7 +29,7 @@ config DMA_OMAP
        select DMA_ENGINE
        select DMA_VIRTUAL_CHANNELS
        select TI_DMA_CROSSBAR if (SOC_DRA7XX || COMPILE_TEST)
-       default y
+       default ARCH_OMAP
        help
          Enable support for the TI sDMA (System DMA or DMA4) controller. This
          DMA engine is found on OMAP and DRA7xx parts.