
16 Jun
2017
16 Jun
'17
3:31 p.m.
Add CONFIG_USB_XHCI_PCI as a Kconfig option.
Signed-off-by: Bin Meng bmeng.cn@gmail.com ---
drivers/usb/host/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index b824eec..4222483 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -31,6 +31,12 @@ config USB_XHCI_MVEBU SoCs, which includes Armada8K, Armada3700 and other Armada family SoCs.
+config USB_XHCI_PCI + bool "Support for PCI based xHCI USB controller" + default y if X86 + help + Enables support for the PCI based xHCI controller. + config USB_XHCI_ROCKCHIP bool "Support for Rockchip on-chip xHCI USB controller" depends on ARCH_ROCKCHIP
--
2.9.2