Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127284
b: refs/heads/master
c: 9ebd961
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent 0d428a6 commit 124cafb
Show file tree
Hide file tree
Showing 4 changed files with 733 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: 2a4f136fbdcd89d44d83ed54df2c492a89f5ba9c
refs/heads/master: 9ebd9616648bc0e47e7f8e1898c919305f1e6347
10 changes: 10 additions & 0 deletions trunk/drivers/usb/otg/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,14 @@ config ISP1301_OMAP
This driver can also be built as a module. If so, the module
will be called isp1301_omap.

config TWL4030_USB
tristate "TWL4030 USB Transceiver Driver"
depends on TWL4030_CORE
select USB_OTG_UTILS
help
Enable this to support the USB OTG transceiver on TWL4030
family chips (including the TWL5030 and TPS659x0 devices).
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 @@ -8,6 +8,7 @@ obj-$(CONFIG_USB_OTG_UTILS) += otg.o
# transceiver drivers
obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o
obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o
obj-$(CONFIG_TWL4030_USB) += twl4030-usb.o

ccflags-$(CONFIG_USB_DEBUG) += -DDEBUG
ccflags-$(CONFIG_USB_GADGET_DEBUG) += -DDEBUG
Expand Down
Loading

0 comments on commit 124cafb

Please sign in to comment.