Kconfig (c4c0c56a7a85ed5725786219e4fbca7e840b1531) Kconfig (550a7375fe720924241f0eb76e4a5c1a3eb8c32f)
1#
2# USB Gadget support on a system involves
3# (a) a peripheral controller, and
4# (b) the gadget driver using it.
5#
6# NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!
7#
8# - Host systems (like PCs) need CONFIG_USB (with "A" jacks).

--- 270 unchanged lines hidden (view full) ---

279 This driver provides USB Device Controller driver for LH7A40x
280
281config USB_LH7A40X
282 tristate
283 depends on USB_GADGET_LH7A40X
284 default USB_GADGET
285 select USB_GADGET_SELECTED
286
1#
2# USB Gadget support on a system involves
3# (a) a peripheral controller, and
4# (b) the gadget driver using it.
5#
6# NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!
7#
8# - Host systems (like PCs) need CONFIG_USB (with "A" jacks).

--- 270 unchanged lines hidden (view full) ---

279 This driver provides USB Device Controller driver for LH7A40x
280
281config USB_LH7A40X
282 tristate
283 depends on USB_GADGET_LH7A40X
284 default USB_GADGET
285 select USB_GADGET_SELECTED
286
287# built in ../musb along with host support
288config USB_GADGET_MUSB_HDRC
289 boolean "Inventra HDRC USB Peripheral (TI, ...)"
290 depends on USB_MUSB_HDRC && (USB_MUSB_PERIPHERAL || USB_MUSB_OTG)
291 select USB_GADGET_DUALSPEED
292 select USB_GADGET_SELECTED
293 help
294 This OTG-capable silicon IP is used in dual designs including
295 the TI DaVinci, OMAP 243x, OMAP 343x, and TUSB 6010.
296
287config USB_GADGET_OMAP
288 boolean "OMAP USB Device Controller"
289 depends on ARCH_OMAP
290 select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
291 help
292 Many Texas Instruments OMAP processors have flexible full
293 speed USB device controllers, with support for up to 30
294 endpoints (plus endpoint zero). This driver supports the

--- 316 unchanged lines hidden ---
297config USB_GADGET_OMAP
298 boolean "OMAP USB Device Controller"
299 depends on ARCH_OMAP
300 select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
301 help
302 Many Texas Instruments OMAP processors have flexible full
303 speed USB device controllers, with support for up to 30
304 endpoints (plus endpoint zero). This driver supports the

--- 316 unchanged lines hidden ---