projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a88d5e
)
ezusb: add dependency to USB
author
Rene Buergel
<rene.buergel@sohard.de>
Thu, 22 Nov 2012 18:10:50 +0000
(19:10 +0100)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/usb/misc/Kconfig
b/drivers/usb/misc/Kconfig
index
a8f0523
..
fecde69
100644
(file)
--- 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)