commit | 40fab41c9d0e617b2c08ec2b36def8501b7a5af5 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jun 30 11:38:52 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 30 11:38:52 2021 -0400 |
tree | 5d87450d6541ea0cfc0b102b38b11cbc580d463c | |
parent | 170013fff5f2f6506358f7f923aac52d97e72b9a [diff] [blame] |
TEST: USB_HOST not USB Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/cmd/Kconfig b/cmd/Kconfig index a9fb4ee..a13a68f 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -1322,7 +1322,7 @@ config CMD_USB bool "usb" - depends on USB + depends on USB_HOST select HAVE_BLOCK_DEVICE help USB support.