lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 02 Apr 2012 23:04:57 +0400
From:	Sergei Shtylyov <sshtylyov@...sta.com>
To:	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
CC:	linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: Re: [PATCH 1/1] usb: Kconfig fix display

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@...osoft.com>
> Cc: linux-usb@...r.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ