Lines Matching +full:usb2 +full:- +full:device +full:- +full:4
1 # SPDX-License-Identifier: GPL-2.0
7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!
9 # - Host systems (like PCs) need CONFIG_USB (with "A" jacks).
10 # - Peripherals (like PDAs) need CONFIG_USB_GADGET (with "B" jacks).
11 # - Some systems have both kinds of controllers.
13 # With help from a special transceiver and a "Mini-AB" jack, systems with
14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG).
22 # - integrated/SOC controllers first
23 # - licensed IP used in both SOC and discrete versions
24 # - discrete ones (including all PCI-only controllers)
25 # - debug/dummy gadget+hcd is last.
34 tristate "Atmel AT91 USB Device Port"
39 full speed USB Device Port with support for five configurable
52 This option selects the USB device controller in the LPC32xx SoC.
62 USBA is the integrated high-speed USB Device controller on some
72 allowing the usage of ep1 - ep6
75 configuration allowing the usage of ep1 - ep3
78 the usage of ep1 - ep8
85 high speed USB Device Port with support for four fixed endpoints
96 Dual-Role(DR) USB controller, which supports device mode.
109 Faraday usb device controller FUSB300 driver
119 tristate "OMAP USB Device Controller"
123 speed USB device controllers, with support for up to 30
133 tristate "PXA 25x or IXP 4xx"
137 Intel's PXA 25x series XScale ARM-5TE processors include
138 an integrated full speed USB 1.1 device controller. The
139 controller in the IXP 4xx series is register-compatible.
141 It has fifteen fixed-function endpoints, as well as endpoint
187 that supports both host and device switching.
222 an integrated full speed USB 1.1 device controller.
232 tristate "Marvell USB2.0 Device Controller"
236 USB2.0 OTG controller, which can be configured as high speed or
243 MARVELL PXA2128 Processor series include a super speed USB3.0 device
251 This enables core driver support for Synopsys USB 2.0 Device
262 tristate "Synopsys USB 2.0 Device controller"
268 This adds Platform Device support for Synopsys Designware core
269 AHB subsystem USB2.0 Device Controller (UDC).
303 It is a USB Highspeed DMA capable USB device controller. Beside ep0
304 it provides 4 IN and 4 OUT endpoints (bulk or interrupt type).
308 This UDC is based on Synopsys USB device controller IP and selects
316 tristate "Freescale QE/CPM USB Device Controller"
321 QE/CPM2 USB controller, which support device mode with 4
378 tristate "Toshiba TC86C001 'Goku-S'"
381 The Toshiba TC86C001 is a PCI device which includes controllers
384 The device controller has three configurable (bulk or interrupt)
395 This is a USB device driver for EG20T PCH.
397 general embedded platform. EG20T PCH has USB device interface.
399 to USB device.
400 This driver enables USB device function.
401 USB device is a USB peripheral controller which
408 for IVI(In-Vehicle Infotainment) use.
420 USB peripheral controller driver for Xilinx USB2 device.
421 Xilinx USB2 device is a soft IP which supports both full
427 dynamically linked module called "udc-xilinx" and force all
431 tristate "MAX3420 (USB-over-SPI) support"
434 The Maxim MAX3420 chip supports USB2.0 full-speed peripheral mode.
441 tristate "NVIDIA Tegra Superspeed USB 3.0 Device Controller"
445 Enables NVIDIA Tegra USB 3.0 device mode controller driver.
456 Enables Aspeed USB2.0 Device Controller driver for AST260x
458 4 programmable endpoints.
464 source "drivers/usb/gadget/udc/aspeed-vhub/Kconfig"
469 # LAST -- dummy/emulated controller
478 side is the controller; the gadget side is the device. Gadget drivers
483 Linux device, since it lets you debug several parts of the gadget
487 side Linux-USB device driver, this may help to debug both sides