diff options
| author | Tom Rini <trini@konsulko.com> | 2022-12-02 16:42:11 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-12-21 19:04:33 -0500 |
| commit | 7d212af2b1cf19c643368668fafd2525fda26277 (patch) | |
| tree | 25bad7e37a8e3b53dc8480b1977fb65788cdead8 /drivers/usb | |
| parent | 14f43797d0a696248c09d298e2f2809dded345ba (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 'drivers/usb')
| -rw-r--r-- | drivers/usb/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 3afb45d5ccb..8efd4614573 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -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. |
