diff options
author | Vinod Koul <vinod.koul@intel.com> | 2017-11-14 10:36:09 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-11-14 10:36:09 +0530 |
commit | 135ab7f53cfb77bd0b215b68eed006c7825ea01e (patch) | |
tree | 64ecce9f31a7b88f16851d9deaf04af0d8611205 /drivers/dma/Kconfig | |
parent | 9c6027133626efd773fa84478c5d8c9209df41f6 (diff) | |
parent | 9b3b8171f7f4ecbbc28f3c1ae60462826a5d9072 (diff) | |
download | op-kernel-dev-135ab7f53cfb77bd0b215b68eed006c7825ea01e.zip op-kernel-dev-135ab7f53cfb77bd0b215b68eed006c7825ea01e.tar.gz |
Merge branch 'topic/sprd' into for-linus
Kconfig and Makefile conflicts so put them in right order (sprd ones after
stm ones)
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 4002d1c..27df3e2 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -504,6 +504,14 @@ config STM32_MDMA If you have a board based on STM32 SoC and wish to use the master 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 |