Kconfig (be6708e6f2d13b26bfdc416b5bf31c942ccff72c) Kconfig (1b4ea40bbd87d963c9c6328b304aec4106ac8e89)
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).

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

123
124 Say "y" to link the driver statically, or "m" to build a
125 dynamically linked module called "omap_udc" and force all
126 gadget drivers to also be dynamically linked.
127
128config USB_PXA25X
129 tristate "PXA 25x or IXP 4xx"
130 depends on (ARCH_PXA && PXA25x) || ARCH_IXP4XX
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).

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

123
124 Say "y" to link the driver statically, or "m" to build a
125 dynamically linked module called "omap_udc" and force all
126 gadget drivers to also be dynamically linked.
127
128config USB_PXA25X
129 tristate "PXA 25x or IXP 4xx"
130 depends on (ARCH_PXA && PXA25x) || ARCH_IXP4XX
131 depends on HAS_IOMEM
131 help
132 Intel's PXA 25x series XScale ARM-5TE processors include
133 an integrated full speed USB 1.1 device controller. The
134 controller in the IXP 4xx series is register-compatible.
135
136 It has fifteen fixed-function endpoints, as well as endpoint
137 zero (for control transfers).
138

--- 280 unchanged lines hidden ---
132 help
133 Intel's PXA 25x series XScale ARM-5TE processors include
134 an integrated full speed USB 1.1 device controller. The
135 controller in the IXP 4xx series is register-compatible.
136
137 It has fifteen fixed-function endpoints, as well as endpoint
138 zero (for control transfers).
139

--- 280 unchanged lines hidden ---