Kconfig (c33f4f24b888236b725a9972e0fe5ac6575c68ec) | Kconfig (8bd5741e3145e40c1e4f422fa5f1b9d7fe0644b3) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# USB Host Controller Drivers 4# 5comment "USB Host Controller Drivers" 6 7config USB_C67X00_HCD 8 tristate "Cypress C67x00 HCD support" --- 28 unchanged lines hidden (view full) --- 37 you want a TTY serial device based on the xHCI debug capability 38 before enabling this option. If unsure, say 'N'. 39 40config USB_XHCI_PCI 41 tristate 42 depends on USB_PCI 43 default y 44 | 1# SPDX-License-Identifier: GPL-2.0 2# 3# USB Host Controller Drivers 4# 5comment "USB Host Controller Drivers" 6 7config USB_C67X00_HCD 8 tristate "Cypress C67x00 HCD support" --- 28 unchanged lines hidden (view full) --- 37 you want a TTY serial device based on the xHCI debug capability 38 before enabling this option. If unsure, say 'N'. 39 40config USB_XHCI_PCI 41 tristate 42 depends on USB_PCI 43 default y 44 |
45config USB_XHCI_PCI_RENESAS 46 tristate "Support for additional Renesas xHCI controller with firwmare" 47 depends on USB_XHCI_PCI 48 ---help--- 49 Say 'Y' to enable the support for the Renesas xHCI controller with 50 firwmare. Make sure you have the firwmare for the device and 51 installed on your system for this device to work. 52 If unsure, say 'N'. 53 |
|
45config USB_XHCI_PLATFORM 46 tristate "Generic xHCI driver for a platform device" 47 select USB_XHCI_RCAR if ARCH_RENESAS 48 ---help--- 49 Adds an xHCI host driver for a generic platform device, which 50 provides a memory space and an irq. 51 It is also a prerequisite for platform specific drivers that 52 implement some extra quirks. --- 732 unchanged lines hidden --- | 54config USB_XHCI_PLATFORM 55 tristate "Generic xHCI driver for a platform device" 56 select USB_XHCI_RCAR if ARCH_RENESAS 57 ---help--- 58 Adds an xHCI host driver for a generic platform device, which 59 provides a memory space and an irq. 60 It is also a prerequisite for platform specific drivers that 61 implement some extra quirks. --- 732 unchanged lines hidden --- |