summaryrefslogtreecommitdiff
path: root/common/spl
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-02 16:42:11 -0500
committerTom Rini <trini@konsulko.com>2022-12-21 19:04:33 -0500
commit7d212af2b1cf19c643368668fafd2525fda26277 (patch)
tree25bad7e37a8e3b53dc8480b1977fb65788cdead8 /common/spl
parent14f43797d0a696248c09d298e2f2809dded345ba (diff)
usb: Update USB_STORAGE dependencies
As it's no longer possible to have !DM_USB set, we can remove these dependencies. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/spl')
-rw-r--r--common/spl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 1657c2ca96..f0f7acead7 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1347,7 +1347,7 @@ config SPL_USB_HOST
config SPL_USB_STORAGE
bool "Support loading from USB"
- depends on SPL_USB_HOST && !(BLK && !DM_USB)
+ depends on SPL_USB_HOST
help
Enable support for USB devices in SPL. This allows use of USB
devices such as hard drives and flash drivers for loading U-Boot.