From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 22 Jul 2015 16:03:22 +0200 Subject: [U-Boot] [PATCH 02/12] usb: Generic USB Kconfig option, that fits both host and gadget In-Reply-To: <1437554735-11728-2-git-send-email-contact@paulk.fr> References: <1437554735-11728-1-git-send-email-contact@paulk.fr> <1437554735-11728-2-git-send-email-contact@paulk.fr> Message-ID: <201507221603.22777.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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 Best regards, Marek Vasut