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
610610 help
611611 Enable support for the on-chip DMA controller on Spreadtrum platform.
612612
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+
613625config TXX9_DMAC
614626 tristate "Toshiba TXx9 SoC DMA support"
615627 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
7070obj-$(CONFIG_STM32_DMAMUX) += stm32-dmamux.o
7171obj-$(CONFIG_STM32_MDMA) += stm32-mdma.o
7272obj-$(CONFIG_SPRD_DMA) += sprd-dma.o
73+ obj-$(CONFIG_S3C24XX_DMAC) += s3c24xx-dma.o
7374obj-$(CONFIG_TXX9_DMAC) += txx9dmac.o
7475obj-$(CONFIG_TEGRA186_GPC_DMA) += tegra186-gpc-dma.o
7576obj-$(CONFIG_TEGRA20_APB_DMA) += tegra20-apb-dma.o
You can’t perform that action at this time.
0 commit comments