[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAL411-pe2W3ueDukv6GD-yGGjoc2nxMXOS3+-MU4xsxnyH29Pg@mail.gmail.com>
Date: Tue, 27 Mar 2012 16:20:53 +0800
From: Peter Chen <hzpeterchen@...il.com>
To: David Daney <ddaney.cavm@...il.com>
Cc: linux-usb@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org, Julian Wollrath <jwollrath@....de>,
David Daney <david.daney@...ium.com>
Subject: Re: [PATCH] usb: Put USB Kconfig items back under USB.
>
> Reported-by: Julian Wollrath <jwollrath@....de>
> Signed-off-by: David Daney <david.daney@...ium.com>
> ---
> drivers/usb/Kconfig | 16 ++++++++--------
> 1 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
> index e4405e0..437a77e 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
Yes, it works.
Tested-by: Peter Chen <peter.chen@...escale.com>
> --
> 1.7.2.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-usb" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
BR,
Peter Chen
--
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