diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-03-10 18:11:50 -0700 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-03-29 19:38:09 +0530 |
commit | e43a34e3ec5d1b14a11c3220f5a12aa797d73cd1 (patch) | |
tree | 4cc8cfc3e54a7ba9395d81b74baf75f299b7297e /drivers/dma/sh/Kconfig | |
parent | 2e041c94628c2f0b8b704dc092802ddeaa70c6e9 (diff) | |
download | lwn-e43a34e3ec5d1b14a11c3220f5a12aa797d73cd1.tar.gz lwn-e43a34e3ec5d1b14a11c3220f5a12aa797d73cd1.zip |
shdma: add R-Car Audio DMAC peri peri driver
Add support Audio DMAC peri peri driver
for Renesas R-Car Gen2 SoC, using 'shdma-base'
DMA driver framework.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[fixed checkpatch error]
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/sh/Kconfig')
-rw-r--r-- | drivers/dma/sh/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/dma/sh/Kconfig b/drivers/dma/sh/Kconfig index dadd9e010c0b..b4c813831006 100644 --- a/drivers/dma/sh/Kconfig +++ b/drivers/dma/sh/Kconfig @@ -29,6 +29,12 @@ config RCAR_HPB_DMAE help Enable support for the Renesas R-Car series DMA controllers. +config RCAR_AUDMAC_PP + tristate "Renesas R-Car Audio DMAC Peripheral Peripheral support" + depends on SH_DMAE_BASE + help + Enable support for the Renesas R-Car Audio DMAC Peripheral Peripheral controllers. + config SHDMA_R8A73A4 def_bool y depends on ARCH_R8A73A4 && SH_DMAE != n |