aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2020-05-26 19:07:16 +0200
committerTom Rini <trini@konsulko.com>2020-06-02 17:27:04 -0400
commitd67df1ee5fb295b74c09e643cabaaa2d89e8933c (patch)
tree8053bdf7f2a580ec53f57e5675a289effdd4454a /drivers/usb
parent43e442a59e523d69f6815d723ee707a80a3c94b0 (diff)
downloadu-boot-d67df1ee5fb295b74c09e643cabaaa2d89e8933c.zip
u-boot-d67df1ee5fb295b74c09e643cabaaa2d89e8933c.tar.gz
u-boot-d67df1ee5fb295b74c09e643cabaaa2d89e8933c.tar.bz2
kconfig: fix typo for OHCI host and add to DM list
Description said that OHCI is not supported for driver model while it was converted too. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 928a891..756a4ec 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -39,8 +39,8 @@ config DM_USB
help
Enable driver model for USB. The USB interface is then implemented
by the USB uclass. Multiple USB controllers of different types
- (XHCI, EHCI) can be attached and used. The 'usb' command works as
- normal. OCHI is not supported at present.
+ (XHCI, EHCI, OHCI) can be attached and used. The 'usb' command works
+ as normal.
Much of the code is shared but with this option enabled the USB
uclass takes care of device enumeration. USB devices can be