mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
sh: dma: Make G2 DMA configurable.
Follow the PVR2 DMAC change for G2 DMA. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
da62e71d13
commit
40f49e7ed7
3 changed files with 13 additions and 1 deletions
|
@ -67,4 +67,15 @@ config PVR2_DMA
|
||||||
|
|
||||||
If in doubt, say N.
|
If in doubt, say N.
|
||||||
|
|
||||||
|
config G2_DMA
|
||||||
|
tristate "G2 Bus DMA support"
|
||||||
|
depends on SH_DREAMCAST
|
||||||
|
select SH_DMA_API
|
||||||
|
help
|
||||||
|
This enables support for the DMA controller for the Dreamcast's
|
||||||
|
G2 bus. Drivers that want this will generally enable this on
|
||||||
|
their own.
|
||||||
|
|
||||||
|
If in doubt, say N.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
|
|
||||||
obj-$(CONFIG_SH_DMA_API) += dma-api.o dma-sysfs.o
|
obj-$(CONFIG_SH_DMA_API) += dma-api.o dma-sysfs.o
|
||||||
obj-$(CONFIG_SH_DMA) += dma-sh.o
|
obj-$(CONFIG_SH_DMA) += dma-sh.o
|
||||||
obj-$(CONFIG_SH_DREAMCAST) += dma-g2.o
|
|
||||||
obj-$(CONFIG_PVR2_DMA) += dma-pvr2.o
|
obj-$(CONFIG_PVR2_DMA) += dma-pvr2.o
|
||||||
|
obj-$(CONFIG_G2_DMA) += dma-g2.o
|
||||||
obj-$(CONFIG_SH_DMABRG) += dmabrg.o
|
obj-$(CONFIG_SH_DMABRG) += dmabrg.o
|
||||||
|
|
|
@ -15,6 +15,7 @@ config SND_AICA
|
||||||
tristate "Dreamcast Yamaha AICA sound"
|
tristate "Dreamcast Yamaha AICA sound"
|
||||||
depends on SH_DREAMCAST
|
depends on SH_DREAMCAST
|
||||||
select SND_PCM
|
select SND_PCM
|
||||||
|
select G2_DMA
|
||||||
help
|
help
|
||||||
ALSA Sound driver for the SEGA Dreamcast console.
|
ALSA Sound driver for the SEGA Dreamcast console.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue