From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 12.mo1.mail-out.ovh.net ([87.98.162.229] helo=mo1.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SvonI-0007mk-3C for barebox@lists.infradead.org; Mon, 30 Jul 2012 12:09:52 +0000 Received: from mail94.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo1.mail-out.ovh.net (Postfix) with SMTP id 4A48CFF9518 for ; Mon, 30 Jul 2012 14:15:51 +0200 (CEST) From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 30 Jul 2012 14:09:48 +0200 Message-Id: <1343650188-17578-1-git-send-email-plagnioj@jcrosoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 1/1] gadget: fix Kconfig: move config under if To: barebox@lists.infradead.org so the submenu display correctly Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- drivers/usb/gadget/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 465121c..6935408 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -2,12 +2,12 @@ menuconfig USB_GADGET depends on USB_HAVE_GADGET_DRIVER bool "USB gadget support " +if USB_GADGET + config USB_HAVE_GADGET_DRIVER bool default y if ARCH_IMX || ARCH_MXS || ARCH_AT91 || ARCH_PXA -if USB_GADGET - config USB_GADGET_DUALSPEED bool -- 1.7.10.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox