summaryrefslogtreecommitdiff
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-06-08 08:24:35 -0400
committerTom Rini <[email protected]>2022-06-28 17:03:31 -0400
commit13750af0382cfde00a2a911bf44d132d9835cec9 (patch)
treeda09bee6fe9ce9f6dde07893e10f56599588c2f3 /drivers/usb/host/Makefile
parent0a4fcb2abceecb59d7e2b44d1c33ef07ffead803 (diff)
usb: ehci-mxc: Remove
There are no platforms enabling this driver, remove. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r--drivers/usb/host/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index 7785b3744ef..5fdb8041167 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -30,7 +30,6 @@ obj-$(CONFIG_USB_EHCI_FSL) += ehci-fsl.o
obj-$(CONFIG_USB_EHCI_FARADAY) += ehci-faraday.o
obj-$(CONFIG_USB_EHCI_GENERIC) += ehci-generic.o
obj-$(CONFIG_USB_EHCI_EXYNOS) += ehci-exynos.o
-obj-$(CONFIG_USB_EHCI_MXC) += ehci-mxc.o
obj-$(CONFIG_USB_EHCI_MXS) += ehci-mxs.o
obj-$(CONFIG_USB_EHCI_MX5) += ehci-mx5.o
obj-$(CONFIG_USB_EHCI_MX6) += ehci-mx6.o