Kconfig (3086775a4916b0fe128d924d83f4e7d7c39e4d0e) Kconfig (3948f0e0c999a6201e9898bb8fbe3c6cc1199276)
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).

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

336 gadget drivers to also be dynamically linked.
337
338config USB_AMD5536UDC
339 tristate
340 depends on USB_GADGET_AMD5536UDC
341 default USB_GADGET
342 select USB_GADGET_SELECTED
343
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).

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

336 gadget drivers to also be dynamically linked.
337
338config USB_AMD5536UDC
339 tristate
340 depends on USB_GADGET_AMD5536UDC
341 default USB_GADGET
342 select USB_GADGET_SELECTED
343
344config USB_GADGET_FSL_QE
345 boolean "Freescale QE/CPM USB Device Controller"
346 depends on FSL_SOC && (QUICC_ENGINE || CPM)
347 help
348 Some of Freescale PowerPC processors have a Full Speed
349 QE/CPM2 USB controller, which support device mode with 4
350 programmable endpoints. This driver supports the
351 controller in the MPC8360 and MPC8272, and should work with
352 controllers having QE or CPM2, given minor tweaks.
353
354 Set CONFIG_USB_GADGET to "m" to build this driver as a
355 dynmically linked module called "fsl_qe_udc".
356
357config USB_FSL_QE
358 tristate
359 depends on USB_GADGET_FSL_QE
360 default USB_GADGET
361 select USB_GADGET_SELECTED
362
344config USB_GADGET_NET2280
345 boolean "NetChip 228x"
346 depends on PCI
347 select USB_GADGET_DUALSPEED
348 help
349 NetChip 2280 / 2282 is a PCI based USB peripheral controller which
350 supports both full and high speed USB 2.0 data transfers.
351

--- 296 unchanged lines hidden ---
363config USB_GADGET_NET2280
364 boolean "NetChip 228x"
365 depends on PCI
366 select USB_GADGET_DUALSPEED
367 help
368 NetChip 2280 / 2282 is a PCI based USB peripheral controller which
369 supports both full and high speed USB 2.0 data transfers.
370

--- 296 unchanged lines hidden ---