summaryrefslogtreecommitdiff
path: root/drivers/usb/phy/Makefile
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2022-10-26 21:26:57 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-11-09 14:39:13 +0300
commit3f2d1f2e40666d6536b663c5050a3a23ca5d9ce8 (patch)
tree1d6c56d4a26d063228a27e0581884282e1b3ed7c /drivers/usb/phy/Makefile
parent9cd074798ef6bf9c361c78084abc2c30e551ecdc (diff)
downloadlinux-3f2d1f2e40666d6536b663c5050a3a23ca5d9ce8.tar.xz
usb: phy: jz4770: Remove driver
This driver has been replaced by the Ingenic PHY driver that uses the generic PHY framework. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Link: https://lore.kernel.org/r/20221026182657.146630-8-paul@crapouillou.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/phy/Makefile')
-rw-r--r--drivers/usb/phy/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile
index b352bdbe8712..df1d99010079 100644
--- a/drivers/usb/phy/Makefile
+++ b/drivers/usb/phy/Makefile
@@ -24,4 +24,3 @@ obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o
obj-$(CONFIG_USB_ULPI) += phy-ulpi.o
obj-$(CONFIG_USB_ULPI_VIEWPORT) += phy-ulpi-viewport.o
obj-$(CONFIG_KEYSTONE_USB_PHY) += phy-keystone.o
-obj-$(CONFIG_JZ4770_PHY) += phy-jz4770.o