]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sunxi: musb: Drop no longer accurate comment in Kconfig help text
authorHans de Goede <hdegoede@redhat.com>
Sun, 16 Aug 2015 09:15:29 +0000 (11:15 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 10:19:12 +0000 (12:19 +0200)
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>
drivers/usb/musb-new/Kconfig

index 0082ff87f0345495b93394931a0ed6809cf2866e..6a6cb93b4c507e7ed7d07c7489be1088bac8516f 100644 (file)
@@ -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