]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
usb: Update USB_STORAGE dependencies
authorTom Rini <trini@konsulko.com>
Fri, 2 Dec 2022 21:42:11 +0000 (16:42 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 22 Dec 2022 00:04:33 +0000 (19:04 -0500)
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>
common/spl/Kconfig
drivers/usb/Kconfig

index 1657c2ca96970ba4ca13a4e3522d3b7338e6fc7f..f0f7acead74c2d7e6811fd4437f36a8d9624af5a 100644 (file)
@@ -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.
index 3afb45d5ccb27ebd6a432cd1da8063d046e87444..8efd4614573649ae18185cf3d6ee7d73756345fc 100644 (file)
@@ -93,7 +93,6 @@ comment "USB peripherals"
 
 config USB_STORAGE
        bool "USB Mass Storage support"
-       depends on !(BLK && !DM_USB)
        ---help---
          Say Y here if you want to connect USB mass storage devices to your
          board's USB port.