diff options
author | Rene Buergel <rene.buergel@sohard.de> | 2012-11-22 22:10:50 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-27 02:57:20 +0400 |
commit | 9db72fe6c943852032d9ed863c87e8c02d3cb9da (patch) | |
tree | f22622a7f47921cba5b97b1d6479ff4f587c5dd1 /drivers/usb/misc | |
parent | 1a88d5eee2ef2ad1d3c4e32043e9c4c5347d4fc1 (diff) | |
download | linux-9db72fe6c943852032d9ed863c87e8c02d3cb9da.tar.xz |
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>
Diffstat (limited to 'drivers/usb/misc')
-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 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) |