mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
d8902adcc1
This supported all DMA channels, and it was tested in SH7722, SH7780, SH7785 and SH7763. This can not use with SH DMA API. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Reviewed-by: Matt Fleming <matt@console-pimps.org> Acked-by: Maciej Sosnowski <maciej.sosnowski@intel.com> Acked-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
9 lines
251 B
Makefile
9 lines
251 B
Makefile
#
|
|
# Makefile for the SuperH DMA specific kernel interface routines under Linux.
|
|
#
|
|
|
|
obj-$(CONFIG_SH_DMA_API) += dma-sh.o dma-api.o dma-sysfs.o
|
|
obj-$(CONFIG_PVR2_DMA) += dma-pvr2.o
|
|
obj-$(CONFIG_G2_DMA) += dma-g2.o
|
|
obj-$(CONFIG_SH_DMABRG) += dmabrg.o
|