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>
This commit is contained in:
parent
14f43797d0
commit
7d212af2b1
2 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue