kconfig: fix typo for OHCI host and add to DM list
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Tue, 26 May 2020 17:07:16 +0000 (19:07 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 2 Jun 2020 21:27:04 +0000 (17:27 -0400)
Description said that OHCI is not supported for driver model
while it was converted too.

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
drivers/usb/Kconfig

index 928a89133cf89dd4f6ee31f22e8b31a6d9d567dd..756a4ec402e7ee1b3b0b369cee82bd51c310c807 100644 (file)
@@ -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