diff options
| author | Vinod Koul <vinod.koul@intel.com> | 2017-11-14 00:06:09 -0500 |
|---|---|---|
| committer | Vinod Koul <vinod.koul@intel.com> | 2017-11-14 00:06:09 -0500 |
| commit | 135ab7f53cfb77bd0b215b68eed006c7825ea01e (patch) | |
| tree | 64ecce9f31a7b88f16851d9deaf04af0d8611205 /drivers/dma/Kconfig | |
| parent | 9c6027133626efd773fa84478c5d8c9209df41f6 (diff) | |
| parent | 9b3b8171f7f4ecbbc28f3c1ae60462826a5d9072 (diff) | |
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 4002d1c65221..27df3e2837fd 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
| @@ -504,6 +504,14 @@ config STM32_MDMA | |||
| 504 | If you have a board based on STM32 SoC and wish to use the master DMA | 504 | If you have a board based on STM32 SoC and wish to use the master DMA |
| 505 | say Y here. | 505 | say Y here. |
| 506 | 506 | ||
| 507 | config SPRD_DMA | ||
| 508 | tristate "Spreadtrum DMA support" | ||
| 509 | depends on ARCH_SPRD || COMPILE_TEST | ||
| 510 | select DMA_ENGINE | ||
| 511 | select DMA_VIRTUAL_CHANNELS | ||
| 512 | help | ||
| 513 | Enable support for the on-chip DMA controller on Spreadtrum platform. | ||
| 514 | |||
| 507 | config S3C24XX_DMAC | 515 | config S3C24XX_DMAC |
| 508 | bool "Samsung S3C24XX DMA support" | 516 | bool "Samsung S3C24XX DMA support" |
| 509 | depends on ARCH_S3C24XX || COMPILE_TEST | 517 | depends on ARCH_S3C24XX || COMPILE_TEST |
