aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-06-30 13:09:49 -0400
committerTom Rini <trini@konsulko.com>2021-06-30 13:10:02 -0400
commitb7ad721c83fdbeeb71189d5f259c109cb1c38895 (patch)
tree73a4d5a38a19c321a867ae6466dc6b5c689bada7 /cmd
parent4e1903a645453deab5ec5dd1cf4f0061469b99c3 (diff)
downloadu-boot-b7ad721c83fdbeeb71189d5f259c109cb1c38895.zip
u-boot-b7ad721c83fdbeeb71189d5f259c109cb1c38895.tar.gz
u-boot-b7ad721c83fdbeeb71189d5f259c109cb1c38895.tar.bz2
Revert "TEST: USB_HOST not USB"
This reverts commit 4e1903a645453deab5ec5dd1cf4f0061469b99c3. This local commit was not intended to be pushed out. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index a13a68f..a9fb4ee 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1322,7 +1322,7 @@ config CMD_UNIVERSE
config CMD_USB
bool "usb"
- depends on USB_HOST
+ depends on USB
select HAVE_BLOCK_DEVICE
help
USB support.