Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235289
b: refs/heads/master
c: 0fe6f1d
h: refs/heads/master
i:
  235287: c161e07
v: v3
  • Loading branch information
Yuan-Hsin Chen authored and Greg Kroah-Hartman committed Jan 23, 2011
1 parent 63de263 commit 4d54148
Show file tree
Hide file tree
Showing 5 changed files with 2,444 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: bc0f23dccad16c7834cb09d943981475be81ddb1
refs/heads/master: 0fe6f1d1f612035d78d8d195bbc3485a341386d5
12 changes: 12 additions & 0 deletions trunk/drivers/usb/gadget/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,18 @@ config USB_FSL_USB2
default USB_GADGET
select USB_GADGET_SELECTED

config USB_GADGET_FUSB300
boolean "Faraday FUSB300 USB Peripheral Controller"
select USB_GADGET_DUALSPEED
help
Faraday usb device controller FUSB300 driver

config USB_FUSB300
tristate
depends on USB_GADGET_FUSB300
default USB_GADGET
select USB_GADGET_SELECTED

config USB_GADGET_LH7A40X
boolean "LH7A40X"
depends on ARCH_LH7A40X
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 @@ -28,6 +28,7 @@ obj-$(CONFIG_USB_EG20T) += pch_udc.o
obj-$(CONFIG_USB_PXA_U2O) += mv_udc.o
mv_udc-y := mv_udc_core.o mv_udc_phy.o
obj-$(CONFIG_USB_CI13XXX_MSM) += ci13xxx_msm.o
obj-$(CONFIG_USB_FUSB300) += fusb300_udc.o

#
# USB gadget drivers
Expand Down
Loading

0 comments on commit 4d54148

Please sign in to comment.