File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ bool "Support firmware loading for ASMedia xHCI controllers"
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+
5463config USB_XHCI_PLATFORM
5564 tristate "Generic xHCI driver for a platform device"
5665 help
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ obj-$(CONFIG_USB_UHCI_HCD) += uhci-hcd.o
7272obj-$(CONFIG_USB_FHCI_HCD) += fhci.o
7373obj-$(CONFIG_USB_XHCI_HCD) += xhci-hcd.o
7474obj-$(CONFIG_USB_XHCI_PCI) += xhci-pci.o
75+ xhci-pci-y += xhci-pci-core.o
76+ xhci-pci-$(CONFIG_USB_XHCI_PCI_ASMEDIA) += xhci-pci-asmedia.o
7577obj-$(CONFIG_USB_XHCI_PCI_RENESAS) += xhci-pci-renesas.o
7678obj-$(CONFIG_USB_XHCI_PLATFORM) += xhci-plat-hcd.o
7779obj-$(CONFIG_USB_XHCI_HISTB) += xhci-histb.o
You can’t perform that action at this time.
0 commit comments