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 /sound/sh | |
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 'sound/sh')
-rw-r--r-- | sound/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/sh/Kconfig b/sound/sh/Kconfig index cfc143985802..aed0f90c3919 100644 --- a/sound/sh/Kconfig +++ b/sound/sh/Kconfig | |||
@@ -15,6 +15,7 @@ config SND_AICA | |||
15 | tristate "Dreamcast Yamaha AICA sound" | 15 | tristate "Dreamcast Yamaha AICA sound" |
16 | depends on SH_DREAMCAST | 16 | depends on SH_DREAMCAST |
17 | select SND_PCM | 17 | select SND_PCM |
18 | select G2_DMA | ||
18 | help | 19 | help |
19 | ALSA Sound driver for the SEGA Dreamcast console. | 20 | ALSA Sound driver for the SEGA Dreamcast console. |
20 | 21 | ||