diff options
author | Baolin Wang <baolin.wang@spreadtrum.com> | 2017-10-24 08:47:50 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-10-24 17:37:55 +0300 |
commit | 9b3b8171f7f4ecbbc28f3c1ae60462826a5d9072 (patch) | |
tree | 91089b1d192767ee093e220be0d297cf0878602d /drivers/dma/Kconfig | |
parent | ea09ec8c444c61446fb71952c6c50c8f7e8a8731 (diff) | |
download | linux-9b3b8171f7f4ecbbc28f3c1ae60462826a5d9072.tar.xz |
dmaengine: sprd: Add Spreadtrum DMA driver
This patch adds the DMA controller driver for Spreadtrum SC9860 platform.
Signed-off-by: Baolin Wang <baolin.wang@spreadtrum.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index fadc4d8783bd..a2aa7fe6b7a1 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -483,6 +483,14 @@ config STM32_DMA If you have a board based on such a MCU and wish to use DMA say Y here. +config SPRD_DMA + tristate "Spreadtrum DMA support" + depends on ARCH_SPRD || COMPILE_TEST + select DMA_ENGINE + select DMA_VIRTUAL_CHANNELS + help + Enable support for the on-chip DMA controller on Spreadtrum platform. + config S3C24XX_DMAC bool "Samsung S3C24XX DMA support" depends on ARCH_S3C24XX || COMPILE_TEST |