Kconfig (18af30e259c25a64ad69bb749c661564bc886275) Kconfig (09893ee84591b0417a9186a7e7cf1503ccf99ac2)
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).

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

132 often need board-specific hooks.
133
134#
135# Integrated controllers
136#
137
138config USB_AT91
139 tristate "Atmel AT91 USB Device Port"
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).

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

132 often need board-specific hooks.
133
134#
135# Integrated controllers
136#
137
138config USB_AT91
139 tristate "Atmel AT91 USB Device Port"
140 depends on ARCH_AT91 && !ARCH_AT91SAM9RL && !ARCH_AT91SAM9G45
140 depends on ARCH_AT91
141 help
142 Many Atmel AT91 processors (such as the AT91RM2000) have a
143 full speed USB Device Port with support for five configurable
144 endpoints (plus endpoint zero).
145
146 Say "y" to link the driver statically, or "m" to build a
147 dynamically linked module called "at91_udc" and force all
148 gadget drivers to also be dynamically linked.

--- 832 unchanged lines hidden ---
141 help
142 Many Atmel AT91 processors (such as the AT91RM2000) have a
143 full speed USB Device Port with support for five configurable
144 endpoints (plus endpoint zero).
145
146 Say "y" to link the driver statically, or "m" to build a
147 dynamically linked module called "at91_udc" and force all
148 gadget drivers to also be dynamically linked.

--- 832 unchanged lines hidden ---