Kconfig (a9de18eb761f7c1c860964b2e5addc1a35c7e861) Kconfig (aa69a8093ff985873cb44fe1157bd6db29a20fe4)
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).

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

372 dynmically linked module called "fsl_qe_udc".
373
374config USB_FSL_QE
375 tristate
376 depends on USB_GADGET_FSL_QE
377 default USB_GADGET
378 select USB_GADGET_SELECTED
379
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).

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

372 dynmically linked module called "fsl_qe_udc".
373
374config USB_FSL_QE
375 tristate
376 depends on USB_GADGET_FSL_QE
377 default USB_GADGET
378 select USB_GADGET_SELECTED
379
380config USB_GADGET_CI13XXX
381 boolean "MIPS USB CI13xxx"
382 depends on PCI
383 select USB_GADGET_DUALSPEED
384 help
385 MIPS USB IP core family device controller
386 Currently it only supports IP part number CI13412
387
388 Say "y" to link the driver statically, or "m" to build a
389 dynamically linked module called "ci13xxx_udc" and force all
390 gadget drivers to also be dynamically linked.
391
392config USB_CI13XXX
393 tristate
394 depends on USB_GADGET_CI13XXX
395 default USB_GADGET
396 select USB_GADGET_SELECTED
397
380config USB_GADGET_NET2280
381 boolean "NetChip 228x"
382 depends on PCI
383 select USB_GADGET_DUALSPEED
384 help
385 NetChip 2280 / 2282 is a PCI based USB peripheral controller which
386 supports both full and high speed USB 2.0 data transfers.
387

--- 296 unchanged lines hidden ---
398config USB_GADGET_NET2280
399 boolean "NetChip 228x"
400 depends on PCI
401 select USB_GADGET_DUALSPEED
402 help
403 NetChip 2280 / 2282 is a PCI based USB peripheral controller which
404 supports both full and high speed USB 2.0 data transfers.
405

--- 296 unchanged lines hidden ---