commit | da62e71d13ad0b76011491e36cb58999c464516a | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Mar 17 09:30:36 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Mar 17 09:30:36 2009 +0900 |
tree | 68ef5f8f6d49352780773f862427a31fad791324 | |
parent | 988f831df398ff36f67b095245060c24c354e9e9 [diff] |
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>