Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22048
b: refs/heads/master
c: bae4bd8
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Mar 20, 2006
1 parent 53d5c54 commit e63cc17
Show file tree
Hide file tree
Showing 5 changed files with 1,973 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39a269c09f854d3d98cbb755b3568175f04efa10
refs/heads/master: bae4bd848dc0b7e6defc7a5d62834a35d1eed06d
17 changes: 17 additions & 0 deletions trunk/drivers/usb/gadget/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,23 @@ config USB_OTG

Select this only if your OMAP board has a Mini-AB connector.

config USB_GADGET_AT91
boolean "AT91 USB Device Port"
depends on ARCH_AT91RM9200
select USB_GADGET_SELECTED
help
Many Atmel AT91 processors (such as the AT91RM2000) have a
full speed USB Device Port with support for five configurable
endpoints (plus endpoint zero).

Say "y" to link the driver statically, or "m" to build a
dynamically linked module called "at91_udc" and force all
gadget drivers to also be dynamically linked.

config USB_AT91
tristate
depends on USB_GADGET_AT91
default USB_GADGET

config USB_GADGET_DUMMY_HCD
boolean "Dummy HCD (DEVELOPMENT)"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/usb/gadget/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ obj-$(CONFIG_USB_PXA2XX) += pxa2xx_udc.o
obj-$(CONFIG_USB_GOKU) += goku_udc.o
obj-$(CONFIG_USB_OMAP) += omap_udc.o
obj-$(CONFIG_USB_LH7A40X) += lh7a40x_udc.o
obj-$(CONFIG_USB_AT91) += at91_udc.o

#
# USB gadget drivers
Expand Down
Loading

0 comments on commit e63cc17

Please sign in to comment.