Shimoda, Yoshihiro | 189b4ee | 2013-04-23 20:00:06 +0900 | [diff] [blame] | 1 | # |
| 2 | # DMA engine configuration for sh |
| 3 | # |
| 4 | |
Laurent Pinchart | 9f2c2bb | 2014-07-31 09:34:04 +0900 | [diff] [blame] | 5 | # |
| 6 | # DMA Engine Helpers |
| 7 | # |
| 8 | |
Shimoda, Yoshihiro | 189b4ee | 2013-04-23 20:00:06 +0900 | [diff] [blame] | 9 | config SH_DMAE_BASE |
| 10 | bool "Renesas SuperH DMA Engine support" |
Laurent Pinchart | 9f2c2bb | 2014-07-31 09:34:04 +0900 | [diff] [blame] | 11 | depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST |
| 12 | depends on !SUPERH || SH_DMA |
Shimoda, Yoshihiro | 189b4ee | 2013-04-23 20:00:06 +0900 | [diff] [blame] | 13 | depends on !SH_DMA_API |
| 14 | default y |
| 15 | select DMA_ENGINE |
| 16 | help |
| 17 | Enable support for the Renesas SuperH DMA controllers. |
| 18 | |
Laurent Pinchart | 9f2c2bb | 2014-07-31 09:34:04 +0900 | [diff] [blame] | 19 | # |
| 20 | # DMA Controllers |
| 21 | # |
| 22 | |
Shimoda, Yoshihiro | 189b4ee | 2013-04-23 20:00:06 +0900 | [diff] [blame] | 23 | config SH_DMAE |
| 24 | tristate "Renesas SuperH DMAC support" |
| 25 | depends on SH_DMAE_BASE |
| 26 | help |
| 27 | Enable support for the Renesas SuperH DMA controllers. |
Shimoda, Yoshihiro | 18a1053 | 2013-04-23 20:00:12 +0900 | [diff] [blame] | 28 | |
Laurent Pinchart | 9f2c2bb | 2014-07-31 09:34:04 +0900 | [diff] [blame] | 29 | if SH_DMAE |
| 30 | |
| 31 | config SH_DMAE_R8A73A4 |
| 32 | def_bool y |
| 33 | depends on ARCH_R8A73A4 |
| 34 | depends on OF |
| 35 | |
| 36 | endif |
| 37 | |
Shimoda, Yoshihiro | 18a1053 | 2013-04-23 20:00:12 +0900 | [diff] [blame] | 38 | config SUDMAC |
| 39 | tristate "Renesas SUDMAC support" |
| 40 | depends on SH_DMAE_BASE |
| 41 | help |
| 42 | Enable support for the Renesas SUDMAC controllers. |
Max Filippov | c4f6c41 | 2013-08-25 00:33:24 +0400 | [diff] [blame] | 43 | |
| 44 | config RCAR_HPB_DMAE |
| 45 | tristate "Renesas R-Car HPB DMAC support" |
| 46 | depends on SH_DMAE_BASE |
| 47 | help |
| 48 | Enable support for the Renesas R-Car series DMA controllers. |
Vinod Koul | 265d9c6 | 2013-09-02 17:42:35 +0530 | [diff] [blame] | 49 | |
Kuninori Morimoto | e43a34e | 2014-03-10 18:11:50 -0700 | [diff] [blame] | 50 | config RCAR_AUDMAC_PP |
| 51 | tristate "Renesas R-Car Audio DMAC Peripheral Peripheral support" |
| 52 | depends on SH_DMAE_BASE |
| 53 | help |
| 54 | Enable support for the Renesas R-Car Audio DMAC Peripheral Peripheral controllers. |