From: Paul Mundt Date: Tue, 17 Mar 2009 00:30:36 +0000 (+0900) Subject: sh: dma: Make PVR2 DMA configurable. X-Git-Tag: v2.6.30-rc1~673^2~18 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da62e71d13ad0b76011491e36cb58999c464516a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed