summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Buergel <rene.buergel@sohard.de>2012-11-22 19:10:50 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-12-17 11:06:53 -0800
commitdc96e8023d0803688f1e56a9f52f7213bb2a8204 (patch)
tree40cffb4372a9b522c0ddd1aa8edb3df550b05584
parent83c9bff26b4445bfaebbe9317d4ad73f69c68fe6 (diff)
ezusb: add dependency to USB
commit 9db72fe6c943852032d9ed863c87e8c02d3cb9da upstream. 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: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/usb/misc/Kconfig1
1 files changed, 1 insertions, 0 deletions
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)