Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133336
b: refs/heads/master
c: 40f49e7
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Mar 17, 2009
1 parent 935e0d1 commit 0684d41
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da62e71d13ad0b76011491e36cb58999c464516a
refs/heads/master: 40f49e7ed77f1b753a7243c0137e4767a50ea8bd
11 changes: 11 additions & 0 deletions trunk/arch/sh/drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,15 @@ config PVR2_DMA

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
2 changes: 1 addition & 1 deletion trunk/arch/sh/drivers/dma/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

obj-$(CONFIG_SH_DMA_API) += dma-api.o dma-sysfs.o
obj-$(CONFIG_SH_DMA) += dma-sh.o
obj-$(CONFIG_SH_DREAMCAST) += dma-g2.o
obj-$(CONFIG_PVR2_DMA) += dma-pvr2.o
obj-$(CONFIG_G2_DMA) += dma-g2.o
obj-$(CONFIG_SH_DMABRG) += dmabrg.o
1 change: 1 addition & 0 deletions trunk/sound/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ config SND_AICA
tristate "Dreamcast Yamaha AICA sound"
depends on SH_DREAMCAST
select SND_PCM
select G2_DMA
help
ALSA Sound driver for the SEGA Dreamcast console.

Expand Down

0 comments on commit 0684d41

Please sign in to comment.