mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
9a0f780958
SUDMAC driver was introduced in v3.10 but was never integrated for use by any platform. As it is unused remove it. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>
18 lines
302 B
Makefile
18 lines
302 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# DMA Engine Helpers
|
|
#
|
|
|
|
obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o shdma-of.o
|
|
|
|
#
|
|
# DMA Controllers
|
|
#
|
|
|
|
shdma-y := shdmac.o
|
|
shdma-objs := $(shdma-y)
|
|
obj-$(CONFIG_SH_DMAE) += shdma.o
|
|
|
|
obj-$(CONFIG_RCAR_DMAC) += rcar-dmac.o
|
|
obj-$(CONFIG_RENESAS_USB_DMAC) += usb-dmac.o
|