diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-03-16 23:47:56 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-16 23:47:56 -0400 |
commit | 40f49e7ed77f1b753a7243c0137e4767a50ea8bd (patch) | |
tree | 84aa135f6c98093cde0ad83e714f0415c39cd6cd /arch/sh/drivers/dma/Kconfig | |
parent | da62e71d13ad0b76011491e36cb58999c464516a (diff) |
sh: dma: Make G2 DMA configurable.
Follow the PVR2 DMAC change for G2 DMA.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/dma/Kconfig')
-rw-r--r-- | arch/sh/drivers/dma/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/sh/drivers/dma/Kconfig b/arch/sh/drivers/dma/Kconfig index ae26610837b2..f13a05285a9d 100644 --- a/arch/sh/drivers/dma/Kconfig +++ b/arch/sh/drivers/dma/Kconfig | |||
@@ -67,4 +67,15 @@ config PVR2_DMA | |||
67 | 67 | ||
68 | If in doubt, say N. | 68 | If in doubt, say N. |
69 | 69 | ||
70 | config 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 | |||
70 | endmenu | 81 | endmenu |