> > Reported-by: Julian Wollrath <jwollrath@xxxxxx> > Signed-off-by: David Daney <david.daney@xxxxxxxxxx> > --- > 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@xxxxxxxxxxxxx> > -- > 1.7.2.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-usb" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- BR, Peter Chen -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html