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>
This commit is contained in:
Marcin Juszkiewicz 2020-05-26 19:07:16 +02:00 committed by Tom Rini
parent 43e442a59e
commit d67df1ee5f

View file

@ -39,8 +39,8 @@ config DM_USB
help help
Enable driver model for USB. The USB interface is then implemented Enable driver model for USB. The USB interface is then implemented
by the USB uclass. Multiple USB controllers of different types by the USB uclass. Multiple USB controllers of different types
(XHCI, EHCI) can be attached and used. The 'usb' command works as (XHCI, EHCI, OHCI) can be attached and used. The 'usb' command works
normal. OCHI is not supported at present. as normal.
Much of the code is shared but with this option enabled the USB Much of the code is shared but with this option enabled the USB
uclass takes care of device enumeration. USB devices can be uclass takes care of device enumeration. USB devices can be