The driver supports phy_init and phy_shutdown functions to enable and disable phy for Marvell USB 3.0 controller. Signed-off-by: Yu Xu <yuxu@marvell.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
9 lines
169 B
Makefile
9 lines
169 B
Makefile
#
|
|
# Makefile for physical layer USB drivers
|
|
#
|
|
|
|
ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
|
|
|
|
obj-$(CONFIG_USB_ISP1301) += isp1301.o
|
|
obj-$(CONFIG_MV_U3D_PHY) += mv_u3d_phy.o
|