Kconfig (552c69b36ebd966186573b9c7a286b390935cce1) Kconfig (7ecca2a4080cb6b1fa174adc588fce9e9014c43c)
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).

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

433 and high speed USB 2.0 data transfers. It has seven configurable
434 endpoints(bulk or interrupt or isochronous), as well as
435 endpoint zero(for control transfers).
436
437 Say "y" to link the driver statically, or "m" to build a
438 dynamically linked module called "udc-xilinx" and force all
439 gadget drivers to also be dynamically linked.
440
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).

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

433 and high speed USB 2.0 data transfers. It has seven configurable
434 endpoints(bulk or interrupt or isochronous), as well as
435 endpoint zero(for control transfers).
436
437 Say "y" to link the driver statically, or "m" to build a
438 dynamically linked module called "udc-xilinx" and force all
439 gadget drivers to also be dynamically linked.
440
441source "drivers/usb/gadget/udc/aspeed-vhub/Kconfig"
442
441#
442# LAST -- dummy/emulated controller
443#
444
445config USB_DUMMY_HCD
446 tristate "Dummy HCD (DEVELOPMENT)"
447 depends on USB=y || (USB=m && USB_GADGET=m)
448 help

--- 22 unchanged lines hidden ---
443#
444# LAST -- dummy/emulated controller
445#
446
447config USB_DUMMY_HCD
448 tristate "Dummy HCD (DEVELOPMENT)"
449 depends on USB=y || (USB=m && USB_GADGET=m)
450 help

--- 22 unchanged lines hidden ---