aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2011-07-07 05:17:37 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-08 17:57:12 -0400
commit030ed1fcb0279953d142665e89bb89ecfb0960f6 (patch)
tree9885976e108c4a6ba474effb5c46b5e7031d7d17 /drivers/usb/gadget
parent233f519d273454e3e804e21363d5ef0bd031acfe (diff)
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>
Diffstat (limited to 'drivers/usb/gadget')
-rw-r--r--drivers/usb/gadget/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 46a253adde31..b5b8d67f6568 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -215,9 +215,11 @@ config USB_R8A66597
215 dynamically linked module called "r8a66597_udc" and force all 215 dynamically linked module called "r8a66597_udc" and force all
216 gadget drivers to also be dynamically linked. 216 gadget drivers to also be dynamically linked.
217 217
218config USB_RENESAS_USBHS 218config USB_RENESAS_USBHS_UDC
219 tristate 'Renesas USBHS controller' 219 tristate 'Renesas USBHS controller'
220 depends on SUPERH || ARCH_SHMOBILE 220 depends on SUPERH || ARCH_SHMOBILE
221 depends on USB_RENESAS_USBHS
222 select USB_GADGET_DUALSPEED
221 help 223 help
222 Renesas USBHS is a discrete USB host and peripheral controller chip 224 Renesas USBHS is a discrete USB host and peripheral controller chip
223 that supports both full and high speed USB 2.0 data transfers. 225 that supports both full and high speed USB 2.0 data transfers.