[U-Boot] [PATCH 02/12] usb: Generic USB Kconfig option, that fits both host and gadget

Marek Vasut marex at denx.de
Wed Jul 22 16:03:22 CEST 2015


On Wednesday, July 22, 2015 at 10:45:25 AM, Paul Kocialkowski wrote:
> There is no particular reason why the USB Kconfig option should be specific
> to host mode. In prevision of adding MUSB host and gadget to Kconfig, this
> moves the title and help message of the USB Kconfig option to a more
> generic format.
> 
> Signed-off-by: Paul Kocialkowski <contact at paulk.fr>
> ---
>  drivers/usb/Kconfig | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
> index fe1ef11..300a009 100644
> --- a/drivers/usb/Kconfig
> +++ b/drivers/usb/Kconfig
> @@ -1,5 +1,5 @@
>  config USB
> -	bool "Support for Host-side USB"
> +	bool "Support USB"

"USB support" please.

>  	---help---
>  	  Universal Serial Bus (USB) is a specification for a serial bus
>  	  subsystem which offers higher speeds and more features than the

Otherwise
Acked-by: Marek Vasut <marex at denx.de>

Best regards,
Marek Vasut


More information about the U-Boot mailing list