summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2015-02-03 01:55:43 +0100
committerVinod Koul <vinod.koul@intel.com>2015-02-03 01:55:43 +0100
commit46c2eb645991c00bcbdf991c2f74389f7efce918 (patch)
tree874cd6c0e0c72238b966cb08135e5af9e9b1c936 /drivers/dma/sh/Kconfig
parentMerge branch 'topic/slave_caps_device_control_fix_rebased' into for-linus (diff)
parentdmaengine: rcar-dmac: Handle hardware descriptor allocation failure (diff)
downloadlinux-46c2eb645991c00bcbdf991c2f74389f7efce918.tar.xz
linux-46c2eb645991c00bcbdf991c2f74389f7efce918.zip
Merge branch 'topic/rcar' into for-linus
Diffstat (limited to 'drivers/dma/sh/Kconfig')
-rw-r--r--drivers/dma/sh/Kconfig14
1 files changed, 13 insertions, 1 deletions
diff --git a/drivers/dma/sh/Kconfig b/drivers/dma/sh/Kconfig
index 0349125a2e20..8190ad225a1b 100644
--- a/drivers/dma/sh/Kconfig
+++ b/drivers/dma/sh/Kconfig
@@ -2,6 +2,10 @@
# DMA engine configuration for sh
#
+config RENESAS_DMA
+ bool
+ select DMA_ENGINE
+
#
# DMA Engine Helpers
#
@@ -12,7 +16,7 @@ config SH_DMAE_BASE
depends on !SUPERH || SH_DMA
depends on !SH_DMA_API
default y
- select DMA_ENGINE
+ select RENESAS_DMA
help
Enable support for the Renesas SuperH DMA controllers.
@@ -52,3 +56,11 @@ config RCAR_AUDMAC_PP
depends on SH_DMAE_BASE
help
Enable support for the Renesas R-Car Audio DMAC Peripheral Peripheral controllers.
+
+config RCAR_DMAC
+ tristate "Renesas R-Car Gen2 DMA Controller"
+ depends on ARCH_SHMOBILE || COMPILE_TEST
+ select RENESAS_DMA
+ help
+ This driver supports the general purpose DMA controller found in the
+ Renesas R-Car second generation SoCs.