Lines Matching +full:max3420 +full:- +full:udc
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.
62 USBA is the integrated high-speed USB Device controller on
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.
149 Intel's PXA 25x series XScale ARM-5TE processors include
151 controller in the IXP 4xx series is register-compatible.
153 It has fifteen fixed-function endpoints, as well as endpoint
225 Samsung's S3C2410 is an ARM-4 processor with an integrated
233 bool "S3C2410 udc debug messages"
269 This will be enabled when PCI or Platform driver for this UDC is
284 AHB subsystem USB2.0 Device Controller (UDC).
306 source "drivers/usb/gadget/udc/bdc/Kconfig"
313 tristate "AMD5536 UDC"
317 The AMD5536 UDC is part of the AMD Geode CS5536, an x86 southbridge.
320 The UDC port supports OTG operation, and may be used as a host port
323 This UDC is based on Synopsys USB device controller IP and selects
392 tristate "Toshiba TC86C001 'Goku-S'"
406 tristate "Intel QUARK X1000/EG20T PCH/LAPIS Semiconductor IOH(ML7213/ML7831) UDC"
422 for IVI(In-Vehicle Infotainment) use.
441 dynamically linked module called "udc-xilinx" and force all
445 tristate "MAX3420 (USB-over-SPI) support"
448 The Maxim MAX3420 chip supports USB2.0 full-speed peripheral mode.
449 The MAX3420 is run by SPI interface, and hence the dependency.
465 source "drivers/usb/gadget/udc/aspeed-vhub/Kconfig"
468 # LAST -- dummy/emulated controller
486 side Linux-USB device driver, this may help to debug both sides