From: Rene Buergel Date: Thu, 22 Nov 2012 18:10:50 +0000 (+0100) Subject: ezusb: add dependency to USB X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9db72fe6c943852032d9ed863c87e8c02d3cb9da;p=deliverable%2Flinux.git ezusb: add dependency to USB 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 Cc: stable -- Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index a8f05239350e..fecde69bfa7d 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig @@ -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)