mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 14:11:31 +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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue