1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02: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:
Heinrich Schuchardt
2021-04-04 13:35:07 +00:00
committed by Tom Rini
parent a0da06d2f8
commit 7823ba3397

View File

@@ -1309,6 +1309,7 @@ config CMD_UNIVERSE
config CMD_USB config CMD_USB
bool "usb" bool "usb"
depends on USB
select HAVE_BLOCK_DEVICE select HAVE_BLOCK_DEVICE
help help
USB support. USB support.