Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265029
b: refs/heads/master
c: 7b72000
h: refs/heads/master
i:
  265027: b653f19
v: v3
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Sep 26, 2011
1 parent 98a473b commit 8082b3b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd68176abf1098af83c968da274fe908eb7a8a72
refs/heads/master: 7b7200098011a3f2b66f702b6fe47122cba585a3
6 changes: 6 additions & 0 deletions trunk/drivers/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ config USB_ARCH_HAS_HCD
boolean
default y if USB_ARCH_HAS_OHCI
default y if USB_ARCH_HAS_EHCI
default y if USB_ARCH_HAS_XHCI
default y if PCMCIA && !M32R # sl811_cs
default y if ARM # SL-811
default y if BLACKFIN # SL-811
Expand Down Expand Up @@ -77,6 +78,11 @@ config USB_ARCH_HAS_EHCI
default y if ARCH_MMP
default PCI

# some non-PCI HCDs implement xHCI
config USB_ARCH_HAS_XHCI
boolean
default PCI

# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.
config USB
tristate "Support for Host-side USB"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ config USB_C67X00_HCD

config USB_XHCI_HCD
tristate "xHCI HCD (USB 3.0) support (EXPERIMENTAL)"
depends on USB && PCI && EXPERIMENTAL
depends on USB && USB_ARCH_HAS_XHCI && EXPERIMENTAL
---help---
The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
"SuperSpeed" host controller hardware.
Expand Down

0 comments on commit 8082b3b

Please sign in to comment.