Skip to content

Commit cccc46a

Browse files
arndbvinodkoul
authored andcommitted
dmaengine: remove s3c24xx driver
The s3c24xx platform was removed and this driver is no longer needed. Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 80629af commit cccc46a

File tree

4 files changed

+0
-1489
lines changed

4 files changed

+0
-1489
lines changed

drivers/dma/Kconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -609,18 +609,6 @@ config SPRD_DMA
609609
help
610610
Enable support for the on-chip DMA controller on Spreadtrum platform.
611611

612-
config S3C24XX_DMAC
613-
bool "Samsung S3C24XX DMA support"
614-
depends on ARCH_S3C24XX || COMPILE_TEST
615-
select DMA_ENGINE
616-
select DMA_VIRTUAL_CHANNELS
617-
help
618-
Support for the Samsung S3C24XX DMA controller driver. The
619-
DMA controller is having multiple DMA channels which can be
620-
configured for different peripherals like audio, UART, SPI.
621-
The DMA controller can transfer data from memory to peripheral,
622-
periphal to memory, periphal to periphal and memory to memory.
623-
624612
config TXX9_DMAC
625613
tristate "Toshiba TXx9 SoC DMA support"
626614
depends on MACH_TX49XX

drivers/dma/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ obj-$(CONFIG_STM32_DMA) += stm32-dma.o
7070
obj-$(CONFIG_STM32_DMAMUX) += stm32-dmamux.o
7171
obj-$(CONFIG_STM32_MDMA) += stm32-mdma.o
7272
obj-$(CONFIG_SPRD_DMA) += sprd-dma.o
73-
obj-$(CONFIG_S3C24XX_DMAC) += s3c24xx-dma.o
7473
obj-$(CONFIG_TXX9_DMAC) += txx9dmac.o
7574
obj-$(CONFIG_TEGRA186_GPC_DMA) += tegra186-gpc-dma.o
7675
obj-$(CONFIG_TEGRA20_APB_DMA) += tegra20-apb-dma.o

0 commit comments

Comments
 (0)