From: Krzysztof Kozlowski Date: Thu, 11 Mar 2021 15:27:31 +0000 (+0100) Subject: dmaengine: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5c03887268082c1dd89034e1a9143bbec5fecae0;p=linux.git dmaengine: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs ARCH_SOCFPGA is being renamed to ARCH_INTEL_SOCFPGA so adjust the 32-bit ARM drivers to rely on new symbol. Acked-By: Vinod Koul Signed-off-by: Krzysztof Kozlowski Signed-off-by: Dinh Nguyen --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 0c2827fd8c195..a0836ffc22e04 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -100,7 +100,7 @@ config AT_XDMAC config AXI_DMAC tristate "Analog Devices AXI-DMAC DMA support" - depends on MICROBLAZE || NIOS2 || ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_SOCFPGA || COMPILE_TEST + depends on MICROBLAZE || NIOS2 || ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_INTEL_SOCFPGA || COMPILE_TEST select DMA_ENGINE select DMA_VIRTUAL_CHANNELS select REGMAP_MMIO