Skip to content

Commit 6129d2c

Browse files
committed
Merge branch 'bits/150-xhci-firmware' into asahi-wip
2 parents a5a89f3 + bfde86c commit 6129d2c

6 files changed

Lines changed: 449 additions & 0 deletions

File tree

drivers/usb/host/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ config USB_XHCI_PCI_RENESAS
5151
installed on your system for this device to work.
5252
If unsure, say 'N'.
5353

54+
config USB_XHCI_PCI_ASMEDIA
55+
tristate "Support for ASMedia xHCI controller with firmware"
56+
default USB_XHCI_PCI if ARCH_APPLE
57+
depends on USB_XHCI_PCI
58+
help
59+
Say 'Y' to enable support for ASMedia xHCI controllers with
60+
host-supplied firmware. These are usually present on Apple devices.
61+
If unsure, say 'N'.
62+
5463
config USB_XHCI_PLATFORM
5564
tristate "Generic xHCI driver for a platform device"
5665
help

drivers/usb/host/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ obj-$(CONFIG_USB_UHCI_HCD) += uhci-hcd.o
6868
obj-$(CONFIG_USB_FHCI_HCD) += fhci.o
6969
obj-$(CONFIG_USB_XHCI_HCD) += xhci-hcd.o
7070
obj-$(CONFIG_USB_XHCI_PCI) += xhci-pci.o
71+
xhci-pci-y += xhci-pci-core.o
72+
xhci-pci-$(CONFIG_USB_XHCI_PCI_ASMEDIA) += xhci-pci-asmedia.o
7173
obj-$(CONFIG_USB_XHCI_PCI_RENESAS) += xhci-pci-renesas.o
7274
obj-$(CONFIG_USB_XHCI_PLATFORM) += xhci-plat-hcd.o
7375
obj-$(CONFIG_USB_XHCI_HISTB) += xhci-histb.o

0 commit comments

Comments
 (0)