From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 8.mo2.mail-out.ovh.net ([188.165.52.147] helo=mo2.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UFTQk-0002AU-TB for barebox@lists.infradead.org; Tue, 12 Mar 2013 17:56:08 +0000 Received: from mail406.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo2.mail-out.ovh.net (Postfix) with SMTP id 06F81DC2562 for ; Tue, 12 Mar 2013 19:07:19 +0100 (CET) Date: Tue, 12 Mar 2013 18:51:44 +0100 From: Jean-Christophe PLAGNIOL-VILLARD Message-ID: <20130312175144.GC1568@game.jcrosoft.org> References: <1363033995-2895-1-git-send-email-eric@eukrea.com> <20130312174124.GR1906@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20130312174124.GR1906@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH] usb/gadget/Kconfig: fix menu To: Sascha Hauer Cc: barebox@lists.infradead.org On 18:41 Tue 12 Mar , Sascha Hauer wrote: > On Mon, Mar 11, 2013 at 09:33:15PM +0100, Eric B=E9nard wrote: > > by reordering the entry, USB gadget support is now a menu and the > > USB gadget choices are under this menu and not directly in the > > driver menu. > > = > > Signed-off-by: Eric B=E9nard > = > Applied, thanks IIrc we can not do this for a Kconfig depends on USB_HAVE_GADGET_DRIVER > = > Sascha > = > > --- > > drivers/usb/gadget/Kconfig | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > = > > diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig > > index 5f65cea..97a7d21 100644 > > --- a/drivers/usb/gadget/Kconfig > > +++ b/drivers/usb/gadget/Kconfig > > @@ -1,11 +1,11 @@ > > -menuconfig USB_GADGET > > - depends on USB_HAVE_GADGET_DRIVER > > - bool "USB gadget support" > > - > > config USB_HAVE_GADGET_DRIVER > > bool > > default y if ARCH_IMX || ARCH_MXS || ARCH_AT91 || ARCH_PXA > > = > > +menuconfig USB_GADGET > > + depends on USB_HAVE_GADGET_DRIVER > > + bool "USB gadget support" > > + > > if USB_GADGET > > = > > config USB_GADGET_DUALSPEED > > -- = > > 1.7.11.7 > > = > > = > > _______________________________________________ > > barebox mailing list > > barebox@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/barebox > = > -- = > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | > = > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox