diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-16 09:15:29 (GMT) |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-31 06:43:41 (GMT) |
commit | 7806b75a0582cee9ddea46fd9b03e06e774455f7 (patch) | |
tree | 4c8868f5d3df27f23ae0a57e9ce8b6939deab046 /drivers | |
parent | f9a37289b83100cf9c75114283c1216c1149386c (diff) | |
download | u-boot-7806b75a0582cee9ddea46fd9b03e06e774455f7.tar.xz |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/musb-new/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/musb-new/Kconfig b/drivers/usb/musb-new/Kconfig index 0082ff8..6a6cb93 100644 --- a/drivers/usb/musb-new/Kconfig +++ b/drivers/usb/musb-new/Kconfig @@ -21,8 +21,6 @@ config USB_MUSB_SUNXI default y ---help--- 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 - 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. + used on almost all sunxi boards. endif |