]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/dma/sh/Kconfig
dma: add driver for R-Car HPB-DMAC
[karo-tx-linux.git] / drivers / dma / sh / Kconfig
1 #
2 # DMA engine configuration for sh
3 #
4
5 config 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
9         default y
10         select DMA_ENGINE
11         help
12           Enable support for the Renesas SuperH DMA controllers.
13
14 config 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.
19
20 config SUDMAC
21         tristate "Renesas SUDMAC support"
22         depends on SH_DMAE_BASE
23         help
24           Enable support for the Renesas SUDMAC controllers.
25
26 config 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.