summaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/dma/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-03-17 12:47:56 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-03-17 12:47:56 +0900
commit40f49e7ed77f1b753a7243c0137e4767a50ea8bd (patch)
tree84aa135f6c98093cde0ad83e714f0415c39cd6cd /arch/sh/drivers/dma/Makefile
parentda62e71d13ad0b76011491e36cb58999c464516a (diff)
downloadkernel-crypto-40f49e7ed77f1b753a7243c0137e4767a50ea8bd.tar.gz
kernel-crypto-40f49e7ed77f1b753a7243c0137e4767a50ea8bd.tar.xz
kernel-crypto-40f49e7ed77f1b753a7243c0137e4767a50ea8bd.zip
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 'arch/sh/drivers/dma/Makefile')
-rw-r--r--arch/sh/drivers/dma/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/dma/Makefile b/arch/sh/drivers/dma/Makefile
index cff52cb6ac7..c6068137b46 100644
--- a/arch/sh/drivers/dma/Makefile
+++ b/arch/sh/drivers/dma/Makefile
@@ -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