diff options
author | Tom Rini <trini@konsulko.com> | 2021-06-30 13:09:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-06-30 13:10:02 -0400 |
commit | b7ad721c83fdbeeb71189d5f259c109cb1c38895 (patch) | |
tree | 73a4d5a38a19c321a867ae6466dc6b5c689bada7 /cmd | |
parent | 4e1903a645453deab5ec5dd1cf4f0061469b99c3 (diff) | |
download | u-boot-b7ad721c83fdbeeb71189d5f259c109cb1c38895.tar.gz |
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/Kconfig | 2 |
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. |