Kconfig (da62e71d13ad0b76011491e36cb58999c464516a) | Kconfig (40f49e7ed77f1b753a7243c0137e4767a50ea8bd) |
---|---|
1menu "DMA support" 2 3config SH_DMA_API 4 bool 5 6config SH_DMA 7 bool "SuperH on-chip DMA controller (DMAC) support" 8 depends on CPU_SH3 || CPU_SH4 --- 53 unchanged lines hidden (view full) --- 62 As this chains off of the on-chip DMAC, that must also be 63 enabled by default. 64 65 This is primarily used by the pvr2fb framebuffer driver for 66 certain optimizations, but is not necessary for functionality. 67 68 If in doubt, say N. 69 | 1menu "DMA support" 2 3config SH_DMA_API 4 bool 5 6config SH_DMA 7 bool "SuperH on-chip DMA controller (DMAC) support" 8 depends on CPU_SH3 || CPU_SH4 --- 53 unchanged lines hidden (view full) --- 62 As this chains off of the on-chip DMAC, that must also be 63 enabled by default. 64 65 This is primarily used by the pvr2fb framebuffer driver for 66 certain optimizations, but is not necessary for functionality. 67 68 If in doubt, say N. 69 |
70config G2_DMA 71 tristate "G2 Bus DMA support" 72 depends on SH_DREAMCAST 73 select SH_DMA_API 74 help 75 This enables support for the DMA controller for the Dreamcast's 76 G2 bus. Drivers that want this will generally enable this on 77 their own. 78 79 If in doubt, say N. 80 |
|
70endmenu | 81endmenu |