mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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:
parent
43e442a59e
commit
d67df1ee5f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue