diff options
author | Adam Ford | 2018-12-12 08:17:41 -0600 |
---|---|---|
committer | Marek Vasut | 2018-12-14 17:59:09 +0100 |
commit | f187ace80ee2f6e1ac150a1320473e41dca65555 (patch) | |
tree | 284a90f0b2827dd9fc2b4da3584e49ec24f81d51 /drivers/usb/musb/Makefile | |
parent | 66c65f0a9178a2f044d9e65759f0d9498da279b1 (diff) |
usb: musb: Remove legacy CONFIG_USB_DA8XX
There don't appear to be any boards enabling CONFIG_USB_DA8XX,
and there is a newer version of the MUSB driver, so let's remove
the legacy version of it.
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'drivers/usb/musb/Makefile')
-rw-r--r-- | drivers/usb/musb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile index 1242ce1c8ca..744f2cfaa29 100644 --- a/drivers/usb/musb/Makefile +++ b/drivers/usb/musb/Makefile @@ -6,5 +6,4 @@ obj-$(CONFIG_USB_MUSB_HCD) += musb_hcd.o musb_core.o obj-$(CONFIG_USB_MUSB_UDC) += musb_udc.o musb_core.o obj-$(CONFIG_USB_OMAP3) += omap3.o -obj-$(CONFIG_USB_DA8XX) += da8xx.o obj-$(CONFIG_USB_AM35X) += am35x.o |