mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-31 11:31:32 +00:00
sunxi: musb: Drop no longer accurate comment in Kconfig help text
Drop the no longer accurate part of the USB_MUSB_SUNXI Kconfig help text, since the musb-host code now supports the device-model, ehci and musb in host mode can both be enabled at the same time without issues. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
This commit is contained in:
parent
f9a37289b8
commit
7806b75a05
1 changed files with 1 additions and 3 deletions
|
@ -21,8 +21,6 @@ config USB_MUSB_SUNXI
|
||||||
default y
|
default y
|
||||||
---help---
|
---help---
|
||||||
Say y here to enable support for the sunxi OTG / DRC USB controller
|
Say y here to enable support for the sunxi OTG / DRC USB controller
|
||||||
used on almost all sunxi boards. Note currently u-boot can only have
|
used on almost all sunxi boards.
|
||||||
one usb host controller enabled at a time, so enabling this on boards
|
|
||||||
which also use the ehci host controller will result in build errors.
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue