# SPDX-License-Identifier: GPL-2.0
#
# [31mCONFIG_USB[0m Host Controller Drivers
#
comment "USB Host Controller Drivers"
config [31mCONFIG_USB_C67X00_HCD[0m
tristate "Cypress C67x00 HCD support"
depends on [31mCONFIG_HAS_IOMEM[0m
help
The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role
host/peripheral/OTG [31mCONFIG_USB[0m controllers.
Enable this option to support this chip in host controller mode.
If unsure, say N.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called c67x00.
config [31mCONFIG_USB_XHCI_HCD[0m
tristate "xHCI HCD (USB 3.0) support"
depends on [31mCONFIG_HAS_DMA[0m && [31mCONFIG_HAS_IOMEM[0m
---help---
The eXtensible Host Controller Interface (xHCI) is standard for [31mCONFIG_USB[0m 3.0
"SuperSpeed" host controller hardware.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called xhci-hcd.
if [31mCONFIG_USB_XHCI_HCD[0m
config [31mCONFIG_USB_XHCI_DBGCAP[0m
bool "xHCI support for debug capability"
depends on [31mCONFIG_TTY[0m
---help---
Say 'Y' to enable the support for the xHCI debug capability. Make
sure that your xHCI host supports the extended debug capability and
you want a [31mCONFIG_TTY[0m serial device based on the xHCI debug capability
before enabling this option. If unsure, say 'N'.
config [31mCONFIG_USB_XHCI_PCI[0m
tristate
depends on [31mCONFIG_USB_PCI[0m
default y
config [31mCONFIG_USB_XHCI_PLATFORM[0m
tristate "Generic xHCI driver for a platform device"
select [31mCONFIG_USB_XHCI_RCAR[0m if [31mCONFIG_ARCH_RENESAS[0m
---help---
Adds an xHCI host driver for a generic platform device, which
provides a memory space and an irq.
It is also a prerequisite for platform specific drivers that
implement some extra quirks.
If unsure, say N.
config [31mCONFIG_USB_XHCI_HISTB[0m
tristate "xHCI support for HiSilicon STB SoCs"
depends on [31mCONFIG_USB_XHCI_PLATFORM[0m && ([31mCONFIG_ARCH_HISI[0m || [31mCONFIG_COMPILE_TEST[0m)
help
Say 'Y' to enable the support for the xHCI host controller
found in HiSilicon STB SoCs.
config [31mCONFIG_USB_XHCI_MTK[0m
tristate "xHCI support for MediaTek SoCs"
select [31mCONFIG_MFD_SYSCON[0m
depends on ([31mCONFIG_MIPS[0m && [31mCONFIG_SOC_MT7621[0m) || [31mCONFIG_ARCH_MEDIATEK[0m || [31mCONFIG_COMPILE_TEST[0m
---help---
Say 'Y' to enable the support for the xHCI host controller
found in MediaTek SoCs.
If unsure, say N.
config [31mCONFIG_USB_XHCI_MVEBU[0m
tristate "xHCI support for Marvell Armada 375/38x/37xx"
select [31mCONFIG_USB_XHCI_PLATFORM[0m
depends on [31mCONFIG_HAS_IOMEM[0m
depends on [31mCONFIG_ARCH_MVEBU[0m || [31mCONFIG_COMPILE_TEST[0m
---help---
Say 'Y' to enable the support for the xHCI host controller
found in Marvell Armada 375/38x/37xx [31mCONFIG_ARM[0m SOCs.
config [31mCONFIG_USB_XHCI_RCAR[0m
tristate "xHCI support for Renesas R-Car SoCs"
depends on [31mCONFIG_USB_XHCI_PLATFORM[0m
depends on [31mCONFIG_ARCH_RENESAS[0m || [31mCONFIG_COMPILE_TEST[0m
---help---
Say 'Y' to enable the support for the xHCI host controller
found in Renesas R-Car [31mCONFIG_ARM[0m SoCs.
config [31mCONFIG_USB_XHCI_TEGRA[0m
tristate "xHCI support for NVIDIA Tegra SoCs"
depends on [31mCONFIG_PHY_TEGRA_XUSB[0m
depends on [31mCONFIG_RESET_CONTROLLER[0m
select [31mCONFIG_FW_LOADER[0m
---help---
Say 'Y' to enable the support for the xHCI host controller
found in NVIDIA Tegra124 and later SoCs.
endif # [31mCONFIG_USB_XHCI_HCD[0m
config [31mCONFIG_USB_EHCI_HCD[0m
tristate "EHCI HCD (USB 2.0) support"
depends on [31mCONFIG_HAS_DMA[0m && [31mCONFIG_HAS_IOMEM[0m
---help---
The Enhanced Host Controller Interface (EHCI) is standard for [31mCONFIG_USB[0m 2.0
"high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
If your [31mCONFIG_USB[0m host controller supports [31mCONFIG_USB[0m 2.0, you will likely want to
configure this Host Controller Driver.
EHCI controllers are packaged with "companion" host controllers (OHCI
or UHCI) to handle [31mCONFIG_USB[0m 1.1 devices connected to root hub ports. Ports
will connect to EHCI if the device is high speed, otherwise they
connect to a companion controller. If you configure EHCI, you should
probably configure the OHCI (for NEC and some other vendors) [31mCONFIG_USB[0m Host
Controller Driver or UHCI (for Via motherboards) Host Controller
Driver too.
You may want to read <file:Documentation/usb/ehci.rst>.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called ehci-hcd.
config [31mCONFIG_USB_EHCI_ROOT_HUB_TT[0m
bool "Root Hub Transaction Translators"
depends on [31mCONFIG_USB_EHCI_HCD[0m
---help---
Some EHCI chips have vendor-specific extensions to integrate
transaction translators, so that no OHCI or UHCI companion
controller is needed. It's safe to say "y" even if your
controller doesn't support this feature.
This supports the EHCI implementation that's originally
from [31mCONFIG_ARC[0m, and has since changed hands a few times.
config [31mCONFIG_USB_EHCI_TT_NEWSCHED[0m
bool "Improved Transaction Translator scheduling"
depends on [31mCONFIG_USB_EHCI_HCD[0m
default y
---help---
This changes the periodic scheduling code to fill more of the low
and full speed bandwidth available from the Transaction Translator
(TT) in [31mCONFIG_USB[0m 2.0 hubs. Without this, only one transfer will be
issued in each microframe, significantly reducing the number of
periodic low/fullspeed transfers possible.
If you have multiple periodic low/fullspeed devices connected to a
highspeed [31mCONFIG_USB[0m hub which is connected to a highspeed [31mCONFIG_USB[0m Host
Controller, and some of those devices will not work correctly
(possibly due to "ENOSPC" or "-28" errors), say Y. Conversely, if
you have only one such device and it doesn't work, you could try
saying N.
If unsure, say Y.
if [31mCONFIG_USB_EHCI_HCD[0m
config [31mCONFIG_USB_EHCI_PCI[0m
tristate
depends on [31mCONFIG_USB_PCI[0m
default y
config [31mCONFIG_USB_EHCI_HCD_PMC_MSP[0m
tristate "EHCI support for on-chip PMC MSP71xx USB controller"
depends on [31mCONFIG_MSP_HAS_USB[0m
select [31mCONFIG_USB_EHCI_BIG_ENDIAN_DESC[0m
select [31mCONFIG_USB_EHCI_BIG_ENDIAN_MMIO[0m
---help---
Enables support for the onchip [31mCONFIG_USB[0m controller on the PMC_MSP7100 Family SoC's.
If unsure, say N.
config [31mCONFIG_XPS_USB_HCD_XILINX[0m
bool "Use Xilinx usb host EHCI controller core"
depends on ([31mCONFIG_PPC32[0m || [31mCONFIG_MICROBLAZE[0m)
select [31mCONFIG_USB_EHCI_BIG_ENDIAN_DESC[0m
select [31mCONFIG_USB_EHCI_BIG_ENDIAN_MMIO[0m
---help---
Xilinx xps [31mCONFIG_USB[0m host controller core is EHCI compliant and has
transaction translator built-in. It can be configured to either
support both high speed and full speed devices, or high speed
devices only.
config [31mCONFIG_USB_EHCI_FSL[0m
tristate "Support for Freescale on-chip EHCI USB controller"
select [31mCONFIG_USB_EHCI_ROOT_HUB_TT[0m
---help---
Variation of [31mCONFIG_ARC[0m [31mCONFIG_USB[0m block used in some Freescale chips.
config [31mCONFIG_USB_EHCI_MXC[0m
tristate "Support for Freescale i.MX on-chip EHCI USB controller"
depends on [31mCONFIG_ARCH_MXC[0m
select [31mCONFIG_USB_EHCI_ROOT_HUB_TT[0m
---help---
Variation of [31mCONFIG_ARC[0m [31mCONFIG_USB[0m block used in some Freescale chips.
config [31mCONFIG_USB_EHCI_HCD_NPCM7XX[0m
tristate "Support for Nuvoton NPCM7XX on-chip EHCI USB controller"
depends on ([31mCONFIG_USB_EHCI_HCD[0m && [31mCONFIG_ARCH_NPCM7XX[0m) || [31mCONFIG_COMPILE_TEST[0m
default y if ([31mCONFIG_USB_EHCI_HCD[0m && [31mCONFIG_ARCH_NPCM7XX[0m)
help
Enables support for the on-chip EHCI controller on
Nuvoton NPCM7XX chips.
config [31mCONFIG_USB_EHCI_HCD_OMAP[0m
tristate "EHCI support for OMAP3 and later chips"
depends on [31mCONFIG_ARCH_OMAP[0m
depends on [31mCONFIG_NOP_USB_XCEIV[0m
default y
---help---
Enables support for the on-chip EHCI controller on
OMAP3 and later chips.
config [31mCONFIG_USB_EHCI_HCD_ORION[0m
tristate "Support for Marvell EBU on-chip EHCI USB controller"
depends on [31mCONFIG_USB_EHCI_HCD[0m && ([31mCONFIG_PLAT_ORION[0m || [31mCONFIG_ARCH_MVEBU[0m)
default y
---help---
Enables support for the on-chip EHCI controller on Marvell's
embedded [31mCONFIG_ARM[0m SoCs, including Orion, Kirkwood, Dove, Armada XP,
Armada 370. This is different from the EHCI implementation
on Marvell's mobile PXA and MMP SoC, see "EHCI support for
Marvell PXA/MMP USB controller" for those.
config [31mCONFIG_USB_EHCI_HCD_SPEAR[0m
tristate "Support for ST SPEAr on-chip EHCI USB controller"
depends on [31mCONFIG_USB_EHCI_HCD[0m && [31mCONFIG_PLAT_SPEAR[0m
default y
---help---
Enables support for the on-chip EHCI controller on
ST SPEAr chips.
config [31mCONFIG_USB_EHCI_HCD_STI[0m
tristate "Support for ST STiHxxx on-chip EHCI USB controller"
depends on [31mCONFIG_ARCH_STI[0m && [31mCONFIG_OF[0m
select [31mCONFIG_GENERIC_PHY[0m
select [31mCONFIG_USB_EHCI_HCD_PLATFORM[0m
help
Enable support for the on-chip EHCI controller found on
STMicroelectronics consumer electronics SoC's.
config [31mCONFIG_USB_EHCI_HCD_AT91[0m
tristate "Support for Atmel on-chip EHCI USB controller"
depends on [31mCONFIG_USB_EHCI_HCD[0m && [31mCONFIG_ARCH_AT91[0m
default y
---help---
Enables support for the on-chip EHCI controller on
Atmel chips.
config [31mCONFIG_USB_EHCI_TEGRA[0m
tristate "NVIDIA Tegra HCD support"
depends on [31mCONFIG_ARCH_TEGRA[0m
select [31mCONFIG_USB_EHCI_ROOT_HUB_TT[0m
select [31mCONFIG_USB_TEGRA_PHY[0m
help
This driver enables support for the internal [31mCONFIG_USB[0m Host Controllers
found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
config [31mCONFIG_USB_EHCI_HCD_PPC_OF[0m
bool "EHCI support for PPC USB controller on OF platform bus"
depends on [31mCONFIG_PPC[0m
default y
---help---
Enables support for the [31mCONFIG_USB[0m controller present on the PowerPC
OpenFirmware platform bus.
config [31mCONFIG_USB_EHCI_SH[0m
bool "EHCI support for SuperH USB controller"
depends on [31mCONFIG_SUPERH[0m
---help---
Enables support for the on-chip EHCI controller on the SuperH.
If you use the [31mCONFIG_PCI[0m EHCI controller, this option is not necessary.
config [31mCONFIG_USB_EHCI_EXYNOS[0m
tristate "EHCI support for Samsung S5P/EXYNOS SoC Series"
depends on [31mCONFIG_ARCH_S5PV210[0m || [31mCONFIG_ARCH_EXYNOS[0m
help
Enable support for the Samsung Exynos SOC's on-chip EHCI controller.
config [31mCONFIG_USB_EHCI_MV[0m
tristate "EHCI support for Marvell PXA/MMP USB controller"
depends on ([31mCONFIG_ARCH_PXA[0m || [31mCONFIG_ARCH_MMP[0m)
select [31mCONFIG_USB_EHCI_ROOT_HUB_TT[0m
---help---
Enables support for Marvell (including PXA and MMP series) on-chip
[31mCONFIG_USB[0m SPH and OTG controller. SPH is a single port host, and it can
only be EHCI host. OTG is controller that can switch to host mode.
Note that this driver will not work on Marvell's other EHCI
controller used by the EBU-type SoCs including Orion, Kirkwood,
Dova, Armada 370 and Armada XP. See "Support for Marvell EBU
on-chip EHCI USB controller" for those.
config [31mCONFIG_USB_CNS3XXX_EHCI[0m
bool "Cavium CNS3XXX EHCI Module (DEPRECATED)"
depends on [31mCONFIG_ARCH_CNS3XXX[0m
select [31mCONFIG_USB_EHCI_HCD_PLATFORM[0m
---help---
This option is deprecated now and the driver was removed, use
[31mCONFIG_USB_EHCI_HCD_PLATFORM[0m instead.
Enable support for the CNS3XXX SOC's on-chip EHCI controller.
It is needed for high-speed (480Mbit/sec) [31mCONFIG_USB[0m 2.0 device
support.
config [31mCONFIG_USB_EHCI_HCD_PLATFORM[0m
tristate "Generic EHCI driver for a platform device"
---help---
Adds an EHCI host driver for a generic platform device, which
provides a memory space and an irq.
If unsure, say N.
config [31mCONFIG_USB_OCTEON_EHCI[0m
bool "Octeon on-chip EHCI support (DEPRECATED)"
depends on [31mCONFIG_CAVIUM_OCTEON_SOC[0m
select [31mCONFIG_USB_EHCI_BIG_ENDIAN_MMIO[0m if [31mCONFIG_CPU_BIG_ENDIAN[0m
select [31mCONFIG_USB_EHCI_HCD_PLATFORM[0m
help
This option is deprecated now and the driver was removed, use
[31mCONFIG_USB_EHCI_HCD_PLATFORM[0m instead.
Enable support for the Octeon II SOC's on-chip EHCI
controller. It is needed for high-speed (480Mbit/sec)
[31mCONFIG_USB[0m 2.0 device support. All CN6XXX based chips with [31mCONFIG_USB[0m are
supported.
endif # [31mCONFIG_USB_EHCI_HCD[0m
config [31mCONFIG_USB_OXU210HP_HCD[0m
tristate "OXU210HP HCD support"
depends on [31mCONFIG_HAS_IOMEM[0m
---help---
The OXU210HP is an [31mCONFIG_USB[0m host/OTG/device controller. Enable this
option if your board has this chip. If unsure, say N.
This driver does not support isochronous transfers and doesn't
implement OTG nor [31mCONFIG_USB[0m device controllers.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called oxu210hp-hcd.
config [31mCONFIG_USB_ISP116X_HCD[0m
tristate "ISP116X HCD support"
depends on [31mCONFIG_HAS_IOMEM[0m
---help---
The ISP1160 and ISP1161 chips are [31mCONFIG_USB[0m host controllers. Enable this
option if your board has this chip. If unsure, say N.
This driver does not support isochronous transfers.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called isp116x-hcd.
config [31mCONFIG_USB_ISP1362_HCD[0m
tristate "ISP1362 HCD support"
depends on [31mCONFIG_HAS_IOMEM[0m
depends on [31mCONFIG_COMPILE_TEST[0m # nothing uses this
---help---
Supports the Philips ISP1362 chip as a host controller
This driver does not support isochronous transfers.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called isp1362-hcd.
config [31mCONFIG_USB_FOTG210_HCD[0m
tristate "FOTG210 HCD support"
depends on [31mCONFIG_USB[0m && [31mCONFIG_HAS_DMA[0m && [31mCONFIG_HAS_IOMEM[0m
---help---
Faraday FOTG210 is an OTG controller which can be configured as
an USB2.0 host. It is designed to meet USB2.0 EHCI specification
with minor modification.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called fotg210-hcd.
config [31mCONFIG_USB_MAX3421_HCD[0m
tristate "MAX3421 HCD (USB-over-SPI) support"
depends on [31mCONFIG_USB[0m && [31mCONFIG_SPI[0m
---help---
The Maxim MAX3421E chip supports standard [31mCONFIG_USB[0m 2.0-compliant
full-speed devices either in host or peripheral mode. This
driver supports the host-mode of the MAX3421E only.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will
be called max3421-hcd.
config [31mCONFIG_USB_OHCI_HCD[0m
tristate "OHCI HCD (USB 1.1) support"
depends on [31mCONFIG_HAS_DMA[0m && [31mCONFIG_HAS_IOMEM[0m
---help---
The Open Host Controller Interface (OHCI) is a standard for accessing
[31mCONFIG_USB[0m 1.1 host controller hardware. It does more in hardware than Intel's
UHCI specification. If your [31mCONFIG_USB[0m host controller follows the OHCI spec,
say Y. On most non-x86 systems, and on x86 hardware that's not using a
[31mCONFIG_USB[0m controller from Intel or VIA, this is appropriate. If your host
controller doesn't use [31mCONFIG_PCI[0m, this is probably appropriate. For a [31mCONFIG_PCI[0m
based system where you're not sure, the "lspci -v" entry will list the
right "prog-if" for your [31mCONFIG_USB[0m controller(s): EHCI, OHCI, or UHCI.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called ohci-hcd.
if [31mCONFIG_USB_OHCI_HCD[0m
config [31mCONFIG_USB_OHCI_HCD_OMAP1[0m
tristate "OHCI support for OMAP1/2 chips"
depends on [31mCONFIG_ARCH_OMAP1[0m
depends on [31mCONFIG_ISP1301_OMAP[0m || !([31mCONFIG_MACH_OMAP_H2[0m || [31mCONFIG_MACH_OMAP_H3[0m)
default y
---help---
Enables support for the OHCI controller on OMAP1/2 chips.
config [31mCONFIG_USB_OHCI_HCD_SPEAR[0m
tristate "Support for ST SPEAr on-chip OHCI USB controller"
depends on [31mCONFIG_USB_OHCI_HCD[0m && [31mCONFIG_PLAT_SPEAR[0m
default y
---help---
Enables support for the on-chip OHCI controller on
ST SPEAr chips.
config [31mCONFIG_USB_OHCI_HCD_STI[0m
tristate "Support for ST STiHxxx on-chip OHCI USB controller"
depends on [31mCONFIG_ARCH_STI[0m && [31mCONFIG_OF[0m
select [31mCONFIG_GENERIC_PHY[0m
select [31mCONFIG_USB_OHCI_HCD_PLATFORM[0m
help
Enable support for the on-chip OHCI controller found on
STMicroelectronics consumer electronics SoC's.
config [31mCONFIG_USB_OHCI_HCD_S3C2410[0m
tristate "OHCI support for Samsung S3C24xx/S3C64xx SoC series"
depends on [31mCONFIG_USB_OHCI_HCD[0m && ([31mCONFIG_ARCH_S3C24XX[0m || [31mCONFIG_ARCH_S3C64XX[0m)
default y
---help---
Enables support for the on-chip OHCI controller on
S3C24xx/S3C64xx chips.
config [31mCONFIG_USB_OHCI_HCD_LPC32XX[0m
tristate "Support for LPC on-chip OHCI USB controller"
depends on [31mCONFIG_USB_OHCI_HCD[0m
depends on [31mCONFIG_ARCH_LPC32XX[0m || [31mCONFIG_COMPILE_TEST[0m
depends on [31mCONFIG_USB_ISP1301[0m
default y
---help---
Enables support for the on-chip OHCI controller on
NXP chips.
config [31mCONFIG_USB_OHCI_HCD_PXA27X[0m
tristate "Support for PXA27X/PXA3XX on-chip OHCI USB controller"
depends on [31mCONFIG_USB_OHCI_HCD[0m && ([31mCONFIG_PXA27x[0m || [31mCONFIG_PXA3xx[0m)
default y
---help---
Enables support for the on-chip OHCI controller on
[31mCONFIG_PXA27x[0m/[31mCONFIG_PXA3xx[0m chips.
config [31mCONFIG_USB_OHCI_HCD_AT91[0m
tristate "Support for Atmel on-chip OHCI USB controller"
depends on [31mCONFIG_USB_OHCI_HCD[0m && [31mCONFIG_ARCH_AT91[0m && [31mCONFIG_OF[0m
default y
---help---
Enables support for the on-chip OHCI controller on
Atmel chips.
config [31mCONFIG_USB_OHCI_HCD_OMAP3[0m
tristate "OHCI support for OMAP3 and later chips"
depends on ([31mCONFIG_ARCH_OMAP3[0m || [31mCONFIG_ARCH_OMAP4[0m || [31mCONFIG_SOC_OMAP5[0m)
select [31mCONFIG_USB_OHCI_HCD_PLATFORM[0m
default y
help
This option is deprecated now and the driver was removed, use
[31mCONFIG_USB_OHCI_HCD_PLATFORM[0m instead.
Enables support for the on-chip OHCI controller on
OMAP3 and later chips.
config [31mCONFIG_USB_OHCI_HCD_DAVINCI[0m
tristate "OHCI support for TI DaVinci DA8xx"
depends on [31mCONFIG_ARCH_DAVINCI_DA8XX[0m
depends on [31mCONFIG_USB_OHCI_HCD[0m
select [31mCONFIG_PHY_DA8XX_USB[0m
default y
help
Enables support for the DaVinci DA8xx integrated OHCI
controller. This driver cannot currently be a loadable
module because it lacks a proper PHY abstraction.
config [31mCONFIG_USB_OHCI_HCD_PPC_OF_BE[0m
bool "OHCI support for OF platform bus (big endian)"
depends on [31mCONFIG_PPC[0m
select [31mCONFIG_USB_OHCI_BIG_ENDIAN_DESC[0m
select [31mCONFIG_USB_OHCI_BIG_ENDIAN_MMIO[0m
---help---
Enables support for big-endian [31mCONFIG_USB[0m controllers present on the
OpenFirmware platform bus.
config [31mCONFIG_USB_OHCI_HCD_PPC_OF_LE[0m
bool "OHCI support for OF platform bus (little endian)"
depends on [31mCONFIG_PPC[0m
select [31mCONFIG_USB_OHCI_LITTLE_ENDIAN[0m
---help---
Enables support for little-endian [31mCONFIG_USB[0m controllers present on the
OpenFirmware platform bus.
config [31mCONFIG_USB_OHCI_HCD_PPC_OF[0m
bool
depends on [31mCONFIG_PPC[0m
default [31mCONFIG_USB_OHCI_HCD_PPC_OF_BE[0m || [31mCONFIG_USB_OHCI_HCD_PPC_OF_LE[0m
config [31mCONFIG_USB_OHCI_HCD_PCI[0m
tristate "OHCI support for PCI-bus USB controllers"
depends on [31mCONFIG_USB_PCI[0m
default y
select [31mCONFIG_USB_OHCI_LITTLE_ENDIAN[0m
---help---
Enables support for [31mCONFIG_PCI[0m-bus plug-in [31mCONFIG_USB[0m controller cards.
If unsure, say Y.
config [31mCONFIG_USB_OHCI_HCD_SSB[0m
bool "OHCI support for Broadcom SSB OHCI core (DEPRECATED)"
depends on ([31mCONFIG_SSB[0m = y || [31mCONFIG_SSB[0m = [31mCONFIG_USB_OHCI_HCD[0m)
select [31mCONFIG_USB_HCD_SSB[0m
select [31mCONFIG_USB_OHCI_HCD_PLATFORM[0m
---help---
This option is deprecated now and the driver was removed, use
[31mCONFIG_USB_HCD_SSB[0m and [31mCONFIG_USB_OHCI_HCD_PLATFORM[0m instead.
Support for the Sonics Silicon Backplane ([31mCONFIG_SSB[0m) attached
Broadcom [31mCONFIG_USB[0m OHCI core.
This device is present in some embedded devices with
Broadcom based [31mCONFIG_SSB[0m bus.
If unsure, say N.
config [31mCONFIG_USB_OHCI_SH[0m
bool "OHCI support for SuperH USB controller (DEPRECATED)"
depends on [31mCONFIG_SUPERH[0m
select [31mCONFIG_USB_OHCI_HCD_PLATFORM[0m
---help---
This option is deprecated now and the driver was removed, use
[31mCONFIG_USB_OHCI_HCD_PLATFORM[0m instead.
Enables support for the on-chip OHCI controller on the SuperH.
If you use the [31mCONFIG_PCI[0m OHCI controller, this option is not necessary.
config [31mCONFIG_USB_OHCI_EXYNOS[0m
tristate "OHCI support for Samsung S5P/EXYNOS SoC Series"
depends on [31mCONFIG_ARCH_S5PV210[0m || [31mCONFIG_ARCH_EXYNOS[0m
help
Enable support for the Samsung Exynos SOC's on-chip OHCI controller.
config [31mCONFIG_USB_CNS3XXX_OHCI[0m
bool "Cavium CNS3XXX OHCI Module (DEPRECATED)"
depends on [31mCONFIG_ARCH_CNS3XXX[0m
select [31mCONFIG_USB_OHCI_HCD_PLATFORM[0m
---help---
This option is deprecated now and the driver was removed, use
[31mCONFIG_USB_OHCI_HCD_PLATFORM[0m instead.
Enable support for the CNS3XXX SOC's on-chip OHCI controller.
It is needed for low-speed [31mCONFIG_USB[0m 1.0 device support.
config [31mCONFIG_USB_OHCI_HCD_PLATFORM[0m
tristate "Generic OHCI driver for a platform device"
---help---
Adds an OHCI host driver for a generic platform device, which
provides a memory space and an irq.
If unsure, say N.
config [31mCONFIG_USB_OCTEON_OHCI[0m
bool "Octeon on-chip OHCI support (DEPRECATED)"
depends on [31mCONFIG_CAVIUM_OCTEON_SOC[0m
default [31mCONFIG_USB_OCTEON_EHCI[0m
select [31mCONFIG_USB_OHCI_BIG_ENDIAN_MMIO[0m if [31mCONFIG_CPU_BIG_ENDIAN[0m
select [31mCONFIG_USB_OHCI_LITTLE_ENDIAN[0m
select [31mCONFIG_USB_OHCI_HCD_PLATFORM[0m
help
This option is deprecated now and the driver was removed, use
[31mCONFIG_USB_OHCI_HCD_PLATFORM[0m instead.
Enable support for the Octeon II SOC's on-chip OHCI
controller. It is needed for low-speed [31mCONFIG_USB[0m 1.0 device
support. All CN6XXX based chips with [31mCONFIG_USB[0m are supported.
endif # [31mCONFIG_USB_OHCI_HCD[0m
config [31mCONFIG_USB_UHCI_HCD[0m
tristate "UHCI HCD (most Intel and VIA) support"
depends on [31mCONFIG_USB_PCI[0m || [31mCONFIG_USB_UHCI_SUPPORT_NON_PCI_HC[0m
---help---
The Universal Host Controller Interface is a standard by Intel for
accessing the [31mCONFIG_USB[0m hardware in the PC (which is also called the [31mCONFIG_USB[0m
host controller). If your [31mCONFIG_USB[0m host controller conforms to this
standard, you may want to say Y, but see below. All recent boards
with Intel [31mCONFIG_PCI[0m chipsets (like intel 430TX, 440FX, 440LX, 440BX,
i810, i820) conform to this standard. Also all VIA [31mCONFIG_PCI[0m chipsets
(like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
133) and LEON/GRLIB SoCs with the GRUSBHC controller.
If unsure, say Y.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called uhci-hcd.
config [31mCONFIG_USB_UHCI_SUPPORT_NON_PCI_HC[0m
bool
default y if ([31mCONFIG_SPARC_LEON[0m || [31mCONFIG_USB_UHCI_PLATFORM[0m)
config [31mCONFIG_USB_UHCI_PLATFORM[0m
bool
default y if ([31mCONFIG_ARCH_VT8500[0m || [31mCONFIG_ARCH_ASPEED[0m)
config [31mCONFIG_USB_UHCI_ASPEED[0m
bool
default y if [31mCONFIG_ARCH_ASPEED[0m
config [31mCONFIG_USB_FHCI_HCD[0m
tristate "Freescale QE USB Host Controller support"
depends on [31mCONFIG_OF_GPIO[0m && [31mCONFIG_QE_GPIO[0m && [31mCONFIG_QUICC_ENGINE[0m
select [31mCONFIG_FSL_GTM[0m
select [31mCONFIG_QE_USB[0m
help
This driver enables support for Freescale QE [31mCONFIG_USB[0m Host Controller
(as found on MPC8360 and MPC8323 processors), the driver supports
Full and Low Speed [31mCONFIG_USB[0m.
config [31mCONFIG_FHCI_DEBUG[0m
bool "Freescale QE USB Host Controller debug support"
depends on [31mCONFIG_USB_FHCI_HCD[0m && [31mCONFIG_DEBUG_FS[0m
help
Say "y" to see some FHCI debug information and statistics
through debugfs.
config [31mCONFIG_USB_U132_HCD[0m
tristate "Elan U132 Adapter Host Controller"
depends on [31mCONFIG_USB_FTDI_ELAN[0m
help
The U132 adapter is a [31mCONFIG_USB[0m to CardBus adapter specifically designed
for PC cards that contain an OHCI host controller. Typical PC cards
are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132
adapter will *NOT* work with PC cards that do not contain an OHCI
controller.
For those PC cards that contain multiple OHCI controllers only the
first one is used.
The driver consists of two modules, the "ftdi-elan" module is a
[31mCONFIG_USB[0m client driver that interfaces to the FTDI chip within ELAN's
[31mCONFIG_USB[0m-to-[31mCONFIG_PCMCIA[0m adapter, and this "u132-hcd" module is a [31mCONFIG_USB[0m host
controller driver that talks to the OHCI controller within the
CardBus cards that are inserted in the U132 adapter.
This driver has been tested with a CardBus OHCI [31mCONFIG_USB[0m adapter, and
worked with a [31mCONFIG_USB[0m PEN Drive inserted into the first [31mCONFIG_USB[0m port of
the [31mCONFIG_PCCARD[0m. [31mCONFIG_A[0m rather pointless thing to do, but useful for testing.
It is safe to say [31mCONFIG_M[0m here.
See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php>
config [31mCONFIG_USB_SL811_HCD[0m
tristate "SL811HS HCD support"
depends on [31mCONFIG_HAS_IOMEM[0m
help
The SL811HS is a single-port [31mCONFIG_USB[0m controller that supports either
host side or peripheral side roles. Enable this option if your
board has this chip, and you want to use it as a host controller.
If unsure, say N.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called sl811-hcd.
config [31mCONFIG_USB_SL811_HCD_ISO[0m
bool "partial ISO support"
depends on [31mCONFIG_USB_SL811_HCD[0m
help
The driver doesn't support iso_frame_desc (yet), but for some simple
devices that just queue one ISO frame per URB, then ISO transfers
"should" work using the normal urb status fields.
If unsure, say N.
config [31mCONFIG_USB_SL811_CS[0m
tristate "CF/PCMCIA support for SL811HS HCD"
depends on [31mCONFIG_USB_SL811_HCD[0m && [31mCONFIG_PCMCIA[0m
help
Wraps a [31mCONFIG_PCMCIA[0m driver around the SL811HS HCD, supporting the RATOC
REX-CFU1U CF card (often used with PDAs). If unsure, say N.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called "sl811_cs".
config [31mCONFIG_USB_R8A66597_HCD[0m
tristate "R8A66597 HCD support"
depends on [31mCONFIG_HAS_IOMEM[0m
help
The R8A66597 is a [31mCONFIG_USB[0m 2.0 host and peripheral controller.
Enable this option if your board has this chip, and you want
to use it as a host controller. If unsure, say N.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called r8a66597-hcd.
config [31mCONFIG_USB_RENESAS_USBHS_HCD[0m
tristate "Renesas USBHS HCD support"
depends on [31mCONFIG_USB_RENESAS_USBHS[0m
help
The Renesas USBHS is a [31mCONFIG_USB[0m 2.0 host and peripheral controller.
Enable this option if your board has this chip, and you want
to use it as a host controller. If unsure, say N.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called renesas-usbhs.
config [31mCONFIG_USB_IMX21_HCD[0m
tristate "i.MX21 HCD support"
depends on [31mCONFIG_ARM[0m && [31mCONFIG_ARCH_MXC[0m
help
This driver enables support for the on-chip [31mCONFIG_USB[0m host in the
i.MX21 processor.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called "imx21-hcd".
config [31mCONFIG_USB_HCD_BCMA[0m
tristate "BCMA usb host driver"
depends on [31mCONFIG_BCMA[0m
select [31mCONFIG_USB_OHCI_HCD_PLATFORM[0m if [31mCONFIG_USB_OHCI_HCD[0m
select [31mCONFIG_USB_EHCI_HCD_PLATFORM[0m if [31mCONFIG_USB_EHCI_HCD[0m
help
Enable support for the EHCI and OCHI host controller on an bcma bus.
It converts the bcma driver into two platform device drivers
for ehci and ohci.
If unsure, say N.
config [31mCONFIG_USB_HCD_SSB[0m
tristate "SSB usb host driver"
depends on [31mCONFIG_SSB[0m
select [31mCONFIG_USB_OHCI_HCD_PLATFORM[0m if [31mCONFIG_USB_OHCI_HCD[0m
select [31mCONFIG_USB_EHCI_HCD_PLATFORM[0m if [31mCONFIG_USB_EHCI_HCD[0m
help
Enable support for the EHCI and OCHI host controller on an bcma bus.
It converts the bcma driver into two platform device drivers
for ehci and ohci.
If unsure, say N.
config [31mCONFIG_USB_HCD_TEST_MODE[0m
bool "HCD test mode support"
---help---
Say 'Y' to enable additional software test modes that may be
supported by the host controller drivers.
One such test mode is the Embedded High-speed Host Electrical Test
(EHSET) for EHCI host controller hardware, specifically the "Single
Step Set Feature" test. Typically this will be enabled for On-the-Go
or embedded hosts that need to undergo [31mCONFIG_USB[0m-IF compliance testing with
the aid of special testing hardware. In the future, this may expand
to include other tests that require support from a HCD driver.
This option is of interest only to developers who need to validate
their [31mCONFIG_USB[0m hardware designs. It is not needed for normal use. If
unsure, say N.