Kconfig (c4f6c41ba790bbbfcebb4c47a709ac8ff1fe1af9) Kconfig (265d9c673d47fcd5812d69dc07104b706285de56)
1#
2# DMA engine configuration for sh
3#
4
5config SH_DMAE_BASE
6 bool "Renesas SuperH DMA Engine support"
7 depends on (SUPERH && SH_DMA) || (ARM && ARCH_SHMOBILE)
8 depends on !SH_DMA_API

--- 14 unchanged lines hidden (view full) ---

23 help
24 Enable support for the Renesas SUDMAC controllers.
25
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.
1#
2# DMA engine configuration for sh
3#
4
5config SH_DMAE_BASE
6 bool "Renesas SuperH DMA Engine support"
7 depends on (SUPERH && SH_DMA) || (ARM && ARCH_SHMOBILE)
8 depends on !SH_DMA_API

--- 14 unchanged lines hidden (view full) ---

23 help
24 Enable support for the Renesas SUDMAC controllers.
25
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.
31
32config SHDMA_R8A73A4
33 def_bool y
34 depends on ARCH_R8A73A4 && SH_DMAE != n