mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-19 09:43:08 +00:00
66c65f0a91
This patch removes CONFIG_USB_DAVINCI. It's a legacy option that isn't defined anywhere, and there is a newer MUSB driver. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
10 lines
332 B
Makefile
10 lines
332 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2000-2007
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
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
|