Kconfig (96916090f488986a4ebb8e9ffa6a3b50881d5ccd) Kconfig (d75379a538708c5a8e3dba673d866c3f5f856620)
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).

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

226 depends on USB_GADGET_M66592 && CPU_SUBTYPE_SH7722
227 help
228 SH7722 has USB like the M66592.
229
230 The transfer rate is very slow when use "Ethernet Gadget".
231 However, this problem is improved if change a value of
232 NET_IP_ALIGN to 4.
233
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).

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

226 depends on USB_GADGET_M66592 && CPU_SUBTYPE_SH7722
227 help
228 SH7722 has USB like the M66592.
229
230 The transfer rate is very slow when use "Ethernet Gadget".
231 However, this problem is improved if change a value of
232 NET_IP_ALIGN to 4.
233
234config USB_GADGET_PXA27X
235 boolean "PXA 27x"
236 depends on ARCH_PXA && PXA27x
237 help
238 Intel's PXA 27x series XScale ARM v5TE processors include
239 an integrated full speed USB 1.1 device controller.
240
241 It has up to 23 endpoints, as well as endpoint zero (for
242 control transfers).
243
244 Say "y" to link the driver statically, or "m" to build a
245 dynamically linked module called "pxa27x_udc" and force all
246 gadget drivers to also be dynamically linked.
247
248config USB_PXA27X
249 tristate
250 depends on USB_GADGET_PXA27X
251 default USB_GADGET
252 select USB_GADGET_SELECTED
253
234config USB_GADGET_GOKU
235 boolean "Toshiba TC86C001 'Goku-S'"
236 depends on PCI
237 help
238 The Toshiba TC86C001 is a PCI device which includes controllers
239 for full speed USB devices, IDE, I2C, SIO, plus a USB host (OHCI).
240
241 The device controller has three configurable (bulk or interrupt)

--- 335 unchanged lines hidden ---
254config USB_GADGET_GOKU
255 boolean "Toshiba TC86C001 'Goku-S'"
256 depends on PCI
257 help
258 The Toshiba TC86C001 is a PCI device which includes controllers
259 for full speed USB devices, IDE, I2C, SIO, plus a USB host (OHCI).
260
261 The device controller has three configurable (bulk or interrupt)

--- 335 unchanged lines hidden ---