File tree Expand file tree Collapse file tree 4 files changed +1489
-0
lines changed
include/linux/platform_data Expand file tree Collapse file tree 4 files changed +1489
-0
lines changed Original file line number Diff line number Diff line change @@ -610,6 +610,18 @@ config SPRD_DMA
610
610
help
611
611
Enable support for the on-chip DMA controller on Spreadtrum platform.
612
612
613
+ config S3C24XX_DMAC
614
+ bool "Samsung S3C24XX DMA support"
615
+ depends on ARCH_S3C24XX || COMPILE_TEST
616
+ select DMA_ENGINE
617
+ select DMA_VIRTUAL_CHANNELS
618
+ help
619
+ Support for the Samsung S3C24XX DMA controller driver. The
620
+ DMA controller is having multiple DMA channels which can be
621
+ configured for different peripherals like audio, UART, SPI.
622
+ The DMA controller can transfer data from memory to peripheral,
623
+ periphal to memory, periphal to periphal and memory to memory.
624
+
613
625
config TXX9_DMAC
614
626
tristate "Toshiba TXx9 SoC DMA support"
615
627
depends on MACH_TX49XX
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ 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
73
74
obj-$(CONFIG_TXX9_DMAC) += txx9dmac.o
74
75
obj-$(CONFIG_TEGRA186_GPC_DMA) += tegra186-gpc-dma.o
75
76
obj-$(CONFIG_TEGRA20_APB_DMA) += tegra20-apb-dma.o
You can’t perform that action at this time.
0 commit comments