blob: 0f719816c91bf9277cdb19a3b6ac67449aa579e2 [file] [log] [blame]
Shimoda, Yoshihiro189b4ee2013-04-23 20:00:06 +09001#
2# DMA engine configuration for sh
3#
4
5config SH_DMAE_BASE
6 bool "Renesas SuperH DMA Engine support"
Laurent Pinchartebc6d2d2014-05-13 01:02:16 +02007 depends on (SUPERH && SH_DMA) || ARCH_SHMOBILE || COMPILE_TEST
Shimoda, Yoshihiro189b4ee2013-04-23 20:00:06 +09008 depends on !SH_DMA_API
9 default y
10 select DMA_ENGINE
11 help
12 Enable support for the Renesas SuperH DMA controllers.
13
14config SH_DMAE
15 tristate "Renesas SuperH DMAC support"
16 depends on SH_DMAE_BASE
17 help
18 Enable support for the Renesas SuperH DMA controllers.
Shimoda, Yoshihiro18a10532013-04-23 20:00:12 +090019
20config SUDMAC
21 tristate "Renesas SUDMAC support"
22 depends on SH_DMAE_BASE
23 help
24 Enable support for the Renesas SUDMAC controllers.
Max Filippovc4f6c412013-08-25 00:33:24 +040025
26config RCAR_HPB_DMAE
27 tristate "Renesas R-Car HPB DMAC support"
28 depends on SH_DMAE_BASE
29 help
30 Enable support for the Renesas R-Car series DMA controllers.
Vinod Koul265d9c62013-09-02 17:42:35 +053031
Kuninori Morimotoe43a34e2014-03-10 18:11:50 -070032config RCAR_AUDMAC_PP
33 tristate "Renesas R-Car Audio DMAC Peripheral Peripheral support"
34 depends on SH_DMAE_BASE
35 help
36 Enable support for the Renesas R-Car Audio DMAC Peripheral Peripheral controllers.
37
Guennadi Liakhovetski1e696532013-08-02 16:50:39 +020038config SHDMA_R8A73A4
39 def_bool y
40 depends on ARCH_R8A73A4 && SH_DMAE != n