Kconfig (d0300e5e8d2fb74852f8116f26546e12cfa66735) | Kconfig (dfba2174dc421ecad8dc50741054a305cd3ba681) |
---|---|
1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 6config USB_C67X00_HCD 7 tristate "Cypress C67x00 HCD support" 8 depends on HAS_IOMEM --- 13 unchanged lines hidden (view full) --- 22 ---help--- 23 The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0 24 "SuperSpeed" host controller hardware. 25 26 To compile this driver as a module, choose M here: the 27 module will be called xhci-hcd. 28 29if USB_XHCI_HCD | 1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 6config USB_C67X00_HCD 7 tristate "Cypress C67x00 HCD support" 8 depends on HAS_IOMEM --- 13 unchanged lines hidden (view full) --- 22 ---help--- 23 The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0 24 "SuperSpeed" host controller hardware. 25 26 To compile this driver as a module, choose M here: the 27 module will be called xhci-hcd. 28 29if USB_XHCI_HCD |
30config USB_XHCI_DBGCAP 31 bool "xHCI support for debug capability" 32 depends on TTY 33 ---help--- 34 Say 'Y' to enable the support for the xHCI debug capability. Make 35 sure that your xHCI host supports the extended debug capability and 36 you want a TTY serial device based on the xHCI debug capability 37 before enabling this option. If unsure, say 'N'. |
|
30 31config USB_XHCI_PCI 32 tristate 33 depends on USB_PCI 34 default y 35 36config USB_XHCI_PLATFORM 37 tristate "Generic xHCI driver for a platform device" --- 774 unchanged lines hidden --- | 38 39config USB_XHCI_PCI 40 tristate 41 depends on USB_PCI 42 default y 43 44config USB_XHCI_PLATFORM 45 tristate "Generic xHCI driver for a platform device" --- 774 unchanged lines hidden --- |