Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226977
b: refs/heads/master
c: 9691523
h: refs/heads/master
i:
  226975: df174c9
v: v3
  • Loading branch information
Mian Yousaf Kaukab authored and Greg Kroah-Hartman committed Dec 10, 2010
1 parent 0fc68b0 commit be7603a
Show file tree
Hide file tree
Showing 4 changed files with 596 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: 2d0cdcc5a0e4e5e467fc4be4d00cc6c531c80b64
refs/heads/master: 969152341e852ae7a5e1b11c33ef6244f3cb3579
9 changes: 9 additions & 0 deletions trunk/drivers/usb/otg/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,13 @@ config USB_MSM_OTG_72K
This driver is required even for peripheral only or host only
mode configurations.

config AB8500_USB
tristate "AB8500 USB Transceiver Driver"
depends on AB8500_CORE
select USB_OTG_UTILS
help
Enable this to support the USB OTG transceiver in AB8500 chip.
This transceiver supports high and full speed devices plus,
in host mode, low speed.

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 @@ -16,3 +16,4 @@ obj-$(CONFIG_USB_LANGWELL_OTG) += langwell_otg.o
obj-$(CONFIG_NOP_USB_XCEIV) += nop-usb-xceiv.o
obj-$(CONFIG_USB_ULPI) += ulpi.o
obj-$(CONFIG_USB_MSM_OTG_72K) += msm72k_otg.o
obj-$(CONFIG_AB8500_USB) += ab8500-usb.o
Loading

0 comments on commit be7603a

Please sign in to comment.