Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280923
b: refs/heads/master
c: 277164f
h: refs/heads/master
i:
  280921: 6d23576
  280919: 63000d4
v: v3
  • Loading branch information
Neil Zhang authored and Felipe Balbi committed Dec 20, 2011
1 parent d6e5e02 commit f4e9d71
Show file tree
Hide file tree
Showing 6 changed files with 1,141 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: 5e6c86b017691230b6b47f19b7d5449997e8a0b8
refs/heads/master: 277164f03f466b7a1ea0d0c3dac8b8a0599ce0dc
12 changes: 12 additions & 0 deletions trunk/drivers/usb/otg/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,16 @@ config FSL_USB2_OTG
help
Enable this to support Freescale USB OTG transceiver.

config USB_MV_OTG
tristate "Marvell USB OTG support"
depends on USB_MV_UDC
select USB_OTG
select USB_OTG_UTILS
help
Say Y here if you want to build Marvell USB OTG transciever
driver in kernel (including PXA and MMP series). This driver
implements role switch between EHCI host driver and gadget driver.

To compile this driver as a module, choose M here.

endif # USB || OTG
1 change: 1 addition & 0 deletions trunk/drivers/usb/otg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ 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
obj-$(CONFIG_USB_MV_OTG) += mv_otg.o
Loading

0 comments on commit f4e9d71

Please sign in to comment.