| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # DMA engine configuration for sh |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 12 | 13 | |
|---|
| 13 | 14 | config SH_DMAE_BASE |
|---|
| 14 | 15 | bool "Renesas SuperH DMA Engine support" |
|---|
| 15 | | - depends on SUPERH || ARCH_RENESAS || COMPILE_TEST |
|---|
| 16 | + depends on SUPERH || COMPILE_TEST |
|---|
| 16 | 17 | depends on !SUPERH || SH_DMA |
|---|
| 17 | 18 | depends on !SH_DMA_API |
|---|
| 18 | 19 | default y |
|---|
| .. | .. |
|---|
| 30 | 31 | help |
|---|
| 31 | 32 | Enable support for the Renesas SuperH DMA controllers. |
|---|
| 32 | 33 | |
|---|
| 33 | | -if SH_DMAE |
|---|
| 34 | | - |
|---|
| 35 | | -config SH_DMAE_R8A73A4 |
|---|
| 36 | | - def_bool y |
|---|
| 37 | | - depends on ARCH_R8A73A4 |
|---|
| 38 | | - depends on OF |
|---|
| 39 | | - |
|---|
| 40 | | -endif |
|---|
| 41 | | - |
|---|
| 42 | 34 | config RCAR_DMAC |
|---|
| 43 | | - tristate "Renesas R-Car Gen2 DMA Controller" |
|---|
| 35 | + tristate "Renesas R-Car Gen{2,3} and RZ/G{1,2} DMA Controller" |
|---|
| 44 | 36 | depends on ARCH_RENESAS || COMPILE_TEST |
|---|
| 45 | 37 | select RENESAS_DMA |
|---|
| 46 | 38 | help |
|---|
| 47 | 39 | This driver supports the general purpose DMA controller found in the |
|---|
| 48 | | - Renesas R-Car second generation SoCs. |
|---|
| 40 | + Renesas R-Car Gen{2,3} and RZ/G{1,2} SoCs. |
|---|
| 49 | 41 | |
|---|
| 50 | 42 | config RENESAS_USB_DMAC |
|---|
| 51 | 43 | tristate "Renesas USB-DMA Controller" |
|---|
| .. | .. |
|---|
| 55 | 47 | help |
|---|
| 56 | 48 | This driver supports the USB-DMA controller found in the Renesas |
|---|
| 57 | 49 | SoCs. |
|---|
| 58 | | - |
|---|
| 59 | | -config SUDMAC |
|---|
| 60 | | - tristate "Renesas SUDMAC support" |
|---|
| 61 | | - depends on SH_DMAE_BASE |
|---|
| 62 | | - help |
|---|
| 63 | | - Enable support for the Renesas SUDMAC controllers. |
|---|