cmd: CMD_USB depends on USB
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 4 Apr 2021 13:35:07 +0000 (13:35 +0000)
committerTom Rini <trini@konsulko.com>
Sun, 4 Apr 2021 20:06:25 +0000 (16:06 -0400)
commit7823ba339730368a63f64998cf8b81404249aa4c
tree37cdd8507dc1be677da6a0238834625ba38791f2
parenta0da06d2f853b7f20caec41ba7c7d8cdd73e55fd
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>
cmd/Kconfig