Lines Matching +full:access +full:- +full:controllers
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).
20 # The order here is alphabetical, except that integrated controllers go
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.
30 # Integrated controllers
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
96 Dual-Role(DR) USB controller, which supports device mode.
117 speed USB device controllers, with support for up to 30
119 controller in the OMAP 1611, and should work with controllers
131 Intel's PXA 25x series XScale ARM-5TE processors include
133 controller in the IXP 4xx series is register-compatible.
135 It has fifteen fixed-function endpoints, as well as endpoint
255 # Controllers available in both integrated and discrete versions
273 # Controllers available only in discrete form (and all PCI controllers)
303 controllers having QE or CPM2, given minor tweaks.
334 tristate "Toshiba TC86C001 'Goku-S'"
337 The Toshiba TC86C001 is a PCI device which includes controllers
354 Using this interface, it is able to access system devices connected
364 for IVI(In-Vehicle Infotainment) use.
383 dynamically linked module called "udc-xilinx" and force all
387 tristate "MAX3420 (USB-over-SPI) support"
390 The Maxim MAX3420 chip supports USB2.0 full-speed peripheral mode.
420 source "drivers/usb/gadget/udc/aspeed-vhub/Kconfig"
425 # LAST -- dummy/emulated controller
435 can be high, full, or low speed; and they have access to endpoints
443 side Linux-USB device driver, this may help to debug both sides