From: Marcin Juszkiewicz Date: Tue, 26 May 2020 17:07:16 +0000 (+0200) Subject: kconfig: fix typo for OHCI host and add to DM list X-Git-Tag: v2020.07-rc4~12^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d67df1ee5fb295b74c09e643cabaaa2d89e8933c;p=oweals%2Fu-boot.git 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 --- diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 928a89133c..756a4ec402 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