diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-27 14:01:45 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-27 14:01:45 -0500 |
commit | 67cf22cbdef8c62ffa28b4caf935825fe410c68d (patch) | |
tree | 57659ce202ce5f782442db271e67bd8e3ce409ba /drivers/usb/Kconfig | |
parent | 5d5833af64bbafb308b3a2415e3186def678861b (diff) | |
parent | 1af9bfd334a5c92cb3123be7c8da3ba0f522cf4a (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-usb
- Introduce CONFIG_SPL_DM_USB
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r-- | drivers/usb/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 4fbe172e05..03746dd12f 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -47,6 +47,11 @@ config DM_USB declared with the U_BOOT_USB_DEVICE() macro and will be automatically probed when found on the bus. +config SPL_DM_USB + bool "Enable driver model for USB in SPL" + depends on DM_USB + default y + source "drivers/usb/host/Kconfig" source "drivers/usb/dwc3/Kconfig" |