Skip to content

Commit

Permalink
usb: udc: add Faraday fusb300 driver
Browse files Browse the repository at this point in the history
USB2.0 device controller driver for Faraday fubs300

Signed-off-by: Yuan-Hsin Chen <yhchen@faraday-tech.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Yuan-Hsin Chen authored and Greg Kroah-Hartman committed Jan 23, 2011
1 parent bc0f23d commit 0fe6f1d
Show file tree
Hide file tree
Showing 4 changed files with 2,443 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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 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 0fe6f1d

Please sign in to comment.