diff options
author | Rene Buergel <rene.buergel@sohard.de> | 2012-11-22 13:10:50 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-26 17:57:20 -0500 |
commit | 9db72fe6c943852032d9ed863c87e8c02d3cb9da (patch) | |
tree | f22622a7f47921cba5b97b1d6479ff4f587c5dd1 | |
parent | 1a88d5eee2ef2ad1d3c4e32043e9c4c5347d4fc1 (diff) |
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 <rene.buergel@sohard.de>
Cc: stable <stable@vger.kernel.org>
--
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/usb/misc/Kconfig | 1 |
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 | |||
246 | 246 | ||
247 | config USB_EZUSB_FX2 | 247 | config USB_EZUSB_FX2 |
248 | tristate "Functions for loading firmware on EZUSB chips" | 248 | tristate "Functions for loading firmware on EZUSB chips" |
249 | depends on USB | ||
249 | help | 250 | help |
250 | Say Y here if you need EZUSB device support. | 251 | Say Y here if you need EZUSB device support. |
251 | (Cypress FX/FX2/FX2LP microcontrollers) | 252 | (Cypress FX/FX2/FX2LP microcontrollers) |