-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: renesas_usbhs: compile/config are rescued
This patch rescues renesas_usbhs compile from commit 193ab2a (usb: gadget: allow multiple gadgets to be built) CONFIG_USB_RENESAS_USBHS compile renesas_usbhs main code which is shared between Host/Gadget. CONFIG_USB_RENESAS_USBHS_UDC add mod_gadget to it. It had lost USB_GADGET_DUALSPEED Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information
Kuninori Morimoto
authored and
Greg Kroah-Hartman
committed
Jul 8, 2011
1 parent
233f519
commit 030ed1f
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# | ||
# Renesas USBHS Controller Drivers | ||
# | ||
|
||
config USB_RENESAS_USBHS | ||
tristate 'Renesas USBHS controller' | ||
depends on SUPERH || ARCH_SHMOBILE | ||
default n | ||
help | ||
Renesas USBHS is a discrete USB host and peripheral controller chip | ||
that supports both full and high speed USB 2.0 data transfers. | ||
It has nine or more configurable endpoints, and endpoint zero. | ||
|
||
Say "y" to link the driver statically, or "m" to build a | ||
dynamically linked module called "renesas_usbhs" |