summaryrefslogtreecommitdiff
path: root/drivers/usb/phy/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-11-24 00:25:03 +0300
committerArnd Bergmann <arnd@arndb.de>2023-01-12 12:53:11 +0300
commitab5043ef75034dfe1d205a23ffd912949f9d9d6c (patch)
treec1fc656fd692bc87bd3159a3f6cc41d160dc81a2 /drivers/usb/phy/Makefile
parent76873bb5b89792c9dd6873c1b5567d3787d59b68 (diff)
downloadlinux-ab5043ef75034dfe1d205a23ffd912949f9d9d6c.tar.xz
usb: phy: remove phy-isp1301-omap driver
With the H2 and H3 board support removed from the driver, there are actually no other users, so the entire driver can go away. Link: https://lore.kernel.org/linux-arm-kernel/20221019173437.GB41568@darkstar.musicnaut.iki.fi/ Suggested-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 df1d99010079..e5d619b4d8f6 100644
--- a/drivers/usb/phy/Makefile
+++ b/drivers/usb/phy/Makefile
@@ -9,7 +9,6 @@ obj-$(CONFIG_OF) += of.o
obj-$(CONFIG_AB8500_USB) += phy-ab8500-usb.o
obj-$(CONFIG_FSL_USB2_OTG) += phy-fsl-usb.o
-obj-$(CONFIG_ISP1301_OMAP) += phy-isp1301-omap.o
obj-$(CONFIG_NOP_USB_XCEIV) += phy-generic.o
obj-$(CONFIG_TAHVO_USB) += phy-tahvo.o
obj-$(CONFIG_AM335X_CONTROL_USB) += phy-am335x-control.o