summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-06-30 20:09:49 +0300
committerTom Rini <trini@konsulko.com>2021-06-30 20:10:02 +0300
commitb7ad721c83fdbeeb71189d5f259c109cb1c38895 (patch)
tree73a4d5a38a19c321a867ae6466dc6b5c689bada7 /cmd/Kconfig
parent4e1903a645453deab5ec5dd1cf4f0061469b99c3 (diff)
downloadu-boot-b7ad721c83fdbeeb71189d5f259c109cb1c38895.tar.xz
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/Kconfig')
-rw-r--r--cmd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index a13a68f8f3..a9fb4eead2 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.