]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sh: dma: Make PVR2 DMA configurable.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 17 Mar 2009 00:30:36 +0000 (09:30 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 17 Mar 2009 00:30:36 +0000 (09:30 +0900)
commitda62e71d13ad0b76011491e36cb58999c464516a
tree68ef5f8f6d49352780773f862427a31fad791324
parent988f831df398ff36f67b095245060c24c354e9e9
sh: dma: Make PVR2 DMA configurable.

With arch/sh/drivers/dma/ always being built, the Dreamcast DMA engines
are being unconditionally built in, regardless of whether the DMA API is
enabled or not. This is a regression from previous behaviour, but there
is not much advantage in building them all in unconditionally regardless.
Add a new config option to make it optional, and update the only user of
it to reflect that.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/drivers/dma/Kconfig
arch/sh/drivers/dma/Makefile
drivers/video/pvr2fb.c