ezusb: add dependency to USB
authorRene Buergel <rene.buergel@sohard.de>
Thu, 22 Nov 2012 18:10:50 +0000 (19:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2012 22:57:20 +0000 (14:57 -0800)
This fixes an error during modpost, when ezusb is built into the kernel
while USB is built as module.

Signed-off-by: René Bürgel <rene.buergel@sohard.de>
Cc: stable <stable@vger.kernel.org>
--
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/Kconfig

index a8f05239350e665feeb9640074e5bac228881174..fecde69bfa7deea75fba4748bd8fe7c24a2e6b39 100644 (file)
@@ -246,6 +246,7 @@ config USB_YUREX
 
 config USB_EZUSB_FX2
        tristate "Functions for loading firmware on EZUSB chips"
+       depends on USB
        help
          Say Y here if you need EZUSB device support.
          (Cypress FX/FX2/FX2LP microcontrollers)
This page took 0.025337 seconds and 5 git commands to generate.