Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248775
b: refs/heads/master
c: 0807c50
h: refs/heads/master
i:
  248773: 2c92017
  248771: 17a5c2e
  248767: f566378
v: v3
  • Loading branch information
Li Yang authored and Greg Kroah-Hartman committed May 2, 2011
1 parent 2b29873 commit d018a6e
Show file tree
Hide file tree
Showing 7 changed files with 2,089 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: 2ea6698d7b9266da53044dddc5f6743adf097fb5
refs/heads/master: 0807c500a1a6d7fa20cbd7bbe7fea14a66112463
8 changes: 8 additions & 0 deletions trunk/drivers/usb/otg/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,12 @@ config AB8500_USB
This transceiver supports high and full speed devices plus,
in host mode, low speed.

config FSL_USB2_OTG
bool "Freescale USB OTG Transceiver Driver"
depends on USB_EHCI_FSL && USB_GADGET_FSL_USB2
select USB_OTG
select USB_OTG_UTILS
help
Enable this to support Freescale USB OTG transceiver.

endif # USB || OTG
2 changes: 2 additions & 0 deletions trunk/drivers/usb/otg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ obj-$(CONFIG_USB_ULPI) += ulpi.o
obj-$(CONFIG_USB_ULPI_VIEWPORT) += ulpi_viewport.o
obj-$(CONFIG_USB_MSM_OTG) += msm_otg.o
obj-$(CONFIG_AB8500_USB) += ab8500-usb.o
fsl_usb2_otg-objs := fsl_otg.o otg_fsm.o
obj-$(CONFIG_FSL_USB2_OTG) += fsl_usb2_otg.o
Loading

0 comments on commit d018a6e

Please sign in to comment.