#
# [31mCONFIG_USB[0m device configuration
#
config [31mCONFIG_USB_OHCI_BIG_ENDIAN_DESC[0m
bool
config [31mCONFIG_USB_OHCI_BIG_ENDIAN_MMIO[0m
bool
config [31mCONFIG_USB_OHCI_LITTLE_ENDIAN[0m
bool
default n if [31mCONFIG_STB03xxx[0m || [31mCONFIG_PPC_MPC52xx[0m
default y
config [31mCONFIG_USB_EHCI_BIG_ENDIAN_MMIO[0m
bool
config [31mCONFIG_USB_EHCI_BIG_ENDIAN_DESC[0m
bool
menuconfig [31mCONFIG_USB_SUPPORT[0m
bool "USB support"
depends on [31mCONFIG_HAS_IOMEM[0m
default y
---help---
This option adds core support for Universal Serial Bus ([31mCONFIG_USB[0m).
You will also need drivers from the following menu to make use of it.
if [31mCONFIG_USB_SUPPORT[0m
config [31mCONFIG_USB_COMMON[0m
tristate
config [31mCONFIG_USB_ARCH_HAS_HCD[0m
def_bool y
# [31mCONFIG_ARM[0m [31mCONFIG_SA1111[0m chips have a non-[31mCONFIG_PCI[0m based "OHCI-compatible" [31mCONFIG_USB[0m host interface.
config [31mCONFIG_USB[0m
tristate "Support for Host-side USB"
depends on [31mCONFIG_USB_ARCH_HAS_HCD[0m
select [31mCONFIG_USB_COMMON[0m
select [31mCONFIG_NLS[0m # for UTF-8 strings
---help---
Universal Serial Bus ([31mCONFIG_USB[0m) is a specification for a serial bus
subsystem which offers higher speeds and more features than the
traditional PC serial port. The bus supplies power to peripherals
and allows for hot swapping. Up to 127 [31mCONFIG_USB[0m peripherals can be
connected to a single [31mCONFIG_USB[0m host in a tree structure.
The [31mCONFIG_USB[0m host is the root of the tree, the peripherals are the
leaves and the inner nodes are special [31mCONFIG_USB[0m devices called hubs.
Most PCs now have [31mCONFIG_USB[0m host ports, used to connect peripherals
such as scanners, keyboards, mice, modems, cameras, disks,
flash memory, network links, and printers to the PC.
Say Y here if your computer has a host-side [31mCONFIG_USB[0m port and you want
to use [31mCONFIG_USB[0m devices. You then need to say Y to at least one of the
Host Controller Driver (HCD) options below. Choose a [31mCONFIG_USB[0m 1.1
controller, such as "UHCI HCD support" or "OHCI HCD support",
and "EHCI HCD (USB 2.0) support" except for older systems that
do not have [31mCONFIG_USB[0m 2.0 support. It doesn't normally hurt to select
them all if you are not certain.
If your system has a device-side [31mCONFIG_USB[0m port, used in the peripheral
side of the [31mCONFIG_USB[0m protocol, see the "USB Gadget" framework instead.
After choosing your HCD, then select drivers for the [31mCONFIG_USB[0m peripherals
you'll be using. You may want to check out the information provided
in <file:Documentation/usb/> and especially the links given in
<file:Documentation/usb/usb-help.txt>.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called usbcore.
if [31mCONFIG_USB[0m
source "drivers/usb/core/Kconfig"
source "drivers/usb/mon/Kconfig"
source "drivers/usb/wusbcore/Kconfig"
source "drivers/usb/host/Kconfig"
source "drivers/usb/renesas_usbhs/Kconfig"
source "drivers/usb/class/Kconfig"
source "drivers/usb/storage/Kconfig"
source "drivers/usb/image/Kconfig"
source "drivers/usb/usbip/Kconfig"
endif
source "drivers/usb/mtu3/Kconfig"
source "drivers/usb/musb/Kconfig"
source "drivers/usb/dwc3/Kconfig"
source "drivers/usb/dwc2/Kconfig"
source "drivers/usb/chipidea/Kconfig"
source "drivers/usb/isp1760/Kconfig"
comment "USB port drivers"
if [31mCONFIG_USB[0m
config [31mCONFIG_USB_USS720[0m
tristate "USS720 parport driver"
depends on [31mCONFIG_PARPORT[0m
select [31mCONFIG_PARPORT_NOT_PC[0m
---help---
This driver is for [31mCONFIG_USB[0m parallel port adapters that use the Lucent
Technologies USS-720 chip. These cables are plugged into your [31mCONFIG_USB[0m
port and provide [31mCONFIG_USB[0m compatibility to peripherals designed with
parallel port interfaces.
The chip has two modes: automatic mode and manual mode. In automatic
mode, it looks to the computer like a standard [31mCONFIG_USB[0m printer. Only
printers may be connected to the USS-720 in this mode. The generic
[31mCONFIG_USB[0m printer driver ("USB Printer support", above) may be used in
that mode, and you can say N here if you want to use the chip only
in this mode.
Manual mode is not limited to printers, any parallel port
device should work. This driver utilizes manual mode.
Note however that some operations are three orders of magnitude
slower than on a [31mCONFIG_PCI[0m/[31mCONFIG_ISA[0m Parallel Port, so timing critical
applications might not work.
Say Y here if you own an USS-720 [31mCONFIG_USB[0m->Parport cable and intend to
connect anything other than a printer to it.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called uss720.
source "drivers/usb/serial/Kconfig"
source "drivers/usb/misc/Kconfig"
source "drivers/usb/atm/Kconfig"
endif # [31mCONFIG_USB[0m
source "drivers/usb/phy/Kconfig"
source "drivers/usb/gadget/Kconfig"
config [31mCONFIG_USB_LED_TRIG[0m
bool "USB LED Triggers"
depends on [31mCONFIG_LEDS_CLASS[0m && [31mCONFIG_LEDS_TRIGGERS[0m
select [31mCONFIG_USB_COMMON[0m
help
This option adds LED triggers for [31mCONFIG_USB[0m host and/or gadget activity.
Say Y here if you are working on a system with led-class supported
LEDs and you want to use them as activity indicators for [31mCONFIG_USB[0m host or
gadget.
config [31mCONFIG_USB_ULPI_BUS[0m
tristate "USB ULPI PHY interface support"
select [31mCONFIG_USB_COMMON[0m
help
UTMI+ Low Pin Interface (ULPI) is specification for a commonly used
[31mCONFIG_USB[0m 2.0 PHY interface. The ULPI specification defines a standard set
of registers that can be used to detect the vendor and product which
allows ULPI to be handled as a bus. This module is the driver for that
bus.
The ULPI interfaces (the buses) are registered by the drivers for [31mCONFIG_USB[0m
controllers which support ULPI register access and have ULPI PHY
attached to them. The ULPI PHY drivers themselves are normal PHY
drivers.
ULPI PHYs provide often functions such as ADP sensing/probing (OTG
protocol) and [31mCONFIG_USB[0m charger detection.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will
be called ulpi.
endif # [31mCONFIG_USB_SUPPORT[0m