Skip to content
Snippets Groups Projects
Commit 7823ba33 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt :speech_balloon: Committed by Tom Rini
Browse files

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: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: Heinrich Schuchardt's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent a0da06d2
No related branches found
No related tags found
No related merge requests found
......@@ -1309,6 +1309,7 @@ config CMD_UNIVERSE
config CMD_USB
bool "usb"
depends on USB
select HAVE_BLOCK_DEVICE
help
USB support.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment