提交 7823ba33 编写于 作者: H Heinrich Schuchardt 提交者: Tom Rini

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: NMarek Vasut <marex@denx.de>
Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
上级 a0da06d2
......@@ -1309,6 +1309,7 @@ config CMD_UNIVERSE
config CMD_USB
bool "usb"
depends on USB
select HAVE_BLOCK_DEVICE
help
USB support.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册