mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
TEST: USB_HOST not USB
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
e2e95e5e25
commit
4e1903a645
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -824,7 +824,7 @@ libs-y += drivers/usb/eth/
|
|||
libs-$(CONFIG_USB_DEVICE) += drivers/usb/gadget/
|
||||
libs-$(CONFIG_USB_GADGET) += drivers/usb/gadget/
|
||||
libs-$(CONFIG_USB_GADGET) += drivers/usb/gadget/udc/
|
||||
libs-y += drivers/usb/host/
|
||||
libs-$(CONFIG_USB_HOST) += drivers/usb/host/
|
||||
libs-y += drivers/usb/mtu3/
|
||||
libs-y += drivers/usb/musb/
|
||||
libs-y += drivers/usb/musb-new/
|
||||
|
@ -1115,7 +1115,7 @@ ifneq ($(CONFIG_DM),y)
|
|||
@echo >&2 "===================================================="
|
||||
endif
|
||||
$(call deprecated,CONFIG_DM_USB CONFIG_OF_CONTROL CONFIG_BLK,\
|
||||
USB,v2019.07,$(CONFIG_USB))
|
||||
USB_HOST,v2019.07,$(CONFIG_USB_HOST))
|
||||
$(call deprecated,CONFIG_DM_PCI,PCI,v2019.07,$(CONFIG_PCI))
|
||||
$(call deprecated,CONFIG_DM_VIDEO,video,v2019.07,\
|
||||
$(CONFIG_LCD)$(CONFIG_VIDEO))
|
||||
|
|
|
@ -1322,7 +1322,7 @@ config CMD_UNIVERSE
|
|||
|
||||
config CMD_USB
|
||||
bool "usb"
|
||||
depends on USB
|
||||
depends on USB_HOST
|
||||
select HAVE_BLOCK_DEVICE
|
||||
help
|
||||
USB support.
|
||||
|
|
Loading…
Reference in a new issue