File tree Expand file tree Collapse file tree 4 files changed +0
-1489
lines changed
include/linux/platform_data Expand file tree Collapse file tree 4 files changed +0
-1489
lines changed Original file line number Diff line number Diff line change @@ -609,18 +609,6 @@ config SPRD_DMA
609
609
help
610
610
Enable support for the on-chip DMA controller on Spreadtrum platform.
611
611
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
-
624
612
config TXX9_DMAC
625
613
tristate "Toshiba TXx9 SoC DMA support"
626
614
depends on MACH_TX49XX
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ obj-$(CONFIG_STM32_DMA) += stm32-dma.o
70
70
obj-$(CONFIG_STM32_DMAMUX) += stm32-dmamux.o
71
71
obj-$(CONFIG_STM32_MDMA) += stm32-mdma.o
72
72
obj-$(CONFIG_SPRD_DMA) += sprd-dma.o
73
- obj-$(CONFIG_S3C24XX_DMAC) += s3c24xx-dma.o
74
73
obj-$(CONFIG_TXX9_DMAC) += txx9dmac.o
75
74
obj-$(CONFIG_TEGRA186_GPC_DMA) += tegra186-gpc-dma.o
76
75
obj-$(CONFIG_TEGRA20_APB_DMA) += tegra20-apb-dma.o
You can’t perform that action at this time.
0 commit comments