mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
1789e52acc
This patch adds Renesas R-Car USB phy driver. It supports R8A7779 chip at this point. R-Car has some USB controllers, but has only one phy-initializer. So, this driver is counting users. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
12 lines
300 B
Makefile
12 lines
300 B
Makefile
#
|
|
# Makefile for physical layer USB drivers
|
|
#
|
|
|
|
ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
|
|
|
|
obj-$(CONFIG_OMAP_USB2) += omap-usb2.o
|
|
obj-$(CONFIG_USB_ISP1301) += isp1301.o
|
|
obj-$(CONFIG_MV_U3D_PHY) += mv_u3d_phy.o
|
|
obj-$(CONFIG_USB_EHCI_TEGRA) += tegra_usb_phy.o
|
|
obj-$(CONFIG_USB_RCAR_PHY) += rcar-phy.o
|