Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127213
b: refs/heads/master
c: b92a78e
h: refs/heads/master
i:
  127211: e6c33e6
v: v3
  • Loading branch information
Rodolfo Giometti authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent 0da1257 commit 39ee9be
Show file tree
Hide file tree
Showing 6 changed files with 4,454 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: 3a4e72cbf2ac4435630a2b03bd25e60ef5967e99
refs/heads/master: b92a78e582b1a45649143dc86e526f5824092478
13 changes: 13 additions & 0 deletions trunk/drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,19 @@ config USB_EHCI_HCD_PPC_OF
Enables support for the USB controller present on the PowerPC
OpenFirmware platform bus.

config USB_OXU210HP_HCD
tristate "OXU210HP HCD support"
depends on USB
---help---
The OXU210HP is an USB host/OTG/device controller. Enable this
option if your board has this chip. If unsure, say N.

This driver does not support isochronous transfers and doesn't
implement OTG nor USB device controllers.

To compile this driver as a module, choose M here: the
module will be called oxu210hp-hcd.

config USB_ISP116X_HCD
tristate "ISP116X HCD support"
depends on USB
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/usb/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ obj-$(CONFIG_USB_WHCI_HCD) += whci/
obj-$(CONFIG_PCI) += pci-quirks.o

obj-$(CONFIG_USB_EHCI_HCD) += ehci-hcd.o
obj-$(CONFIG_USB_OXU210HP_HCD) += oxu210hp-hcd.o
obj-$(CONFIG_USB_ISP116X_HCD) += isp116x-hcd.o
obj-$(CONFIG_USB_OHCI_HCD) += ohci-hcd.o
obj-$(CONFIG_USB_UHCI_HCD) += uhci-hcd.o
Expand Down
Loading

0 comments on commit 39ee9be

Please sign in to comment.