From: Hans de Goede Date: Sun, 16 Aug 2015 09:15:29 +0000 (+0200) Subject: sunxi: musb: Drop no longer accurate comment in Kconfig help text X-Git-Tag: KARO-TX6-2015-09-18~73 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=3be064244b37ae9c29dc6d6d52c3956af365ceb3 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 Acked-by: Ian Campbell --- diff --git a/drivers/usb/musb-new/Kconfig b/drivers/usb/musb-new/Kconfig index 0082ff87f0..6a6cb93b4c 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