Kconfig (f9cd49033b349b8be3bb1f01b39eed837853d880) Kconfig (455f9726244cb5de2b6a99f540743ba155633cc8)
1menu "DMA support"
2
3
4config SH_DMA
5 bool "SuperH on-chip DMA controller (DMAC) support"
6 depends on CPU_SH3 || CPU_SH4
7 default n
8
9config SH_DMA_IRQ_MULTI
10 bool
11 depends on SH_DMA
12 default y if CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7751 || \
13 CPU_SUBTYPE_SH7750S || CPU_SUBTYPE_SH7750R || \
14 CPU_SUBTYPE_SH7751R || CPU_SUBTYPE_SH7091 || \
1menu "DMA support"
2
3
4config SH_DMA
5 bool "SuperH on-chip DMA controller (DMAC) support"
6 depends on CPU_SH3 || CPU_SH4
7 default n
8
9config SH_DMA_IRQ_MULTI
10 bool
11 depends on SH_DMA
12 default y if CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7751 || \
13 CPU_SUBTYPE_SH7750S || CPU_SUBTYPE_SH7750R || \
14 CPU_SUBTYPE_SH7751R || CPU_SUBTYPE_SH7091 || \
15 CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7764 || \
16 CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 || \
17 CPU_SUBTYPE_SH7760
15 CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7780 || \
16 CPU_SUBTYPE_SH7785 || CPU_SUBTYPE_SH7760
18
19config SH_DMA_API
20 depends on SH_DMA
21 bool "SuperH DMA API support"
22 default n
23 help
24 SH_DMA_API always enabled DMA API of used SuperH.
25 If you want to use DMA ENGINE, you must not enable this.

--- 50 unchanged lines hidden ---
17
18config SH_DMA_API
19 depends on SH_DMA
20 bool "SuperH DMA API support"
21 default n
22 help
23 SH_DMA_API always enabled DMA API of used SuperH.
24 If you want to use DMA ENGINE, you must not enable this.

--- 50 unchanged lines hidden ---