mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-23 20:24:26 +08:00
cmd: CMD_USB depends on USB
The usb command cannot be compiled with CONFIG_USB=n: ld.bfd: cmd/usb.c:660: undefined reference to `usb_stop' ld.bfd: cmd/usb.c:663: undefined reference to `usb_started' Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
a0da06d2f8
commit
7823ba3397
@ -1309,6 +1309,7 @@ config CMD_UNIVERSE
|
||||
|
||||
config CMD_USB
|
||||
bool "usb"
|
||||
depends on USB
|
||||
select HAVE_BLOCK_DEVICE
|
||||
help
|
||||
USB support.
|
||||
|
Loading…
Reference in New Issue
Block a user