All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sshtylyov@mvista.com>
To: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: Re: [PATCH 1/1] usb: Kconfig fix display
Date: Mon, 02 Apr 2012 23:04:57 +0400	[thread overview]
Message-ID: <4F79F859.8080002@mvista.com> (raw)
In-Reply-To: <1333365230-15450-1-git-send-email-plagnioj@jcrosoft.com>

Hello.

On 04/02/2012 03:13 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:

> Move HAS option before menuconfig so the USB option will show in the sub menu
> and not the drivers menu.
> Introduce in commit 53c6bc24fdc8db87109a5760579cbb060fa644cf usb: Don't make
> USB_ARCH_HAS_{XHCI,OHCI,EHCI} depend on USB_SUPPORT.

> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD<plagnioj@jcrosoft.com>
> Cc: linux-usb@vger.kernel.org
> ---
>   drivers/usb/Kconfig |   16 ++++++++--------
>   1 files changed, 8 insertions(+), 8 deletions(-)

> diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
> index cbd8f5f..76316a3 100644
> --- a/drivers/usb/Kconfig
> +++ b/drivers/usb/Kconfig
> @@ -2,14 +2,6 @@
>   # USB device configuration
>   #
>
> -menuconfig USB_SUPPORT
> -	bool "USB support"
> -	depends on HAS_IOMEM
> -	default y
> -	---help---
> -	  This option adds core support for Universal Serial Bus (USB).
> -	  You will also need drivers from the following menu to make use of it.
> -
>   # many non-PCI SOC chips embed OHCI
>   config USB_ARCH_HAS_OHCI
>   	boolean
> @@ -63,6 +55,14 @@ config USB_ARCH_HAS_XHCI
>   	boolean
>   	default PCI
>
> +menuconfig USB_SUPPORT
> +	bool "USB support"
> +	depends on HAS_IOMEM
> +	default y
> +	---help---
> +	  This option adds core support for Universal Serial Bus (USB).
> +	  You will also need drivers from the following menu to make use of it.
> +
>   if USB_SUPPORT
>
>   config USB_COMMON

    Analogous patch has been already submitted by David Daney, author of the 
original breakage.

WBR, Sergei

      parent reply	other threads:[~2012-04-02 19:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-02 11:13 [PATCH 1/1] usb: Kconfig fix display Jean-Christophe PLAGNIOL-VILLARD
2012-04-02 17:46 ` Anatolij Gustschin
2012-04-02 19:04 ` Sergei Shtylyov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F79F859.8080002@mvista.com \
    --to=sshtylyov@mvista.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=plagnioj@jcrosoft.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.