Kconfig (b3df2faacb40da7d9c4ed1a0b5304cf346e46ca0) | Kconfig (b84a8dee23fd41600a8aebcba1410b5bb5b3bdeb) |
---|---|
1# 2# USB Gadget support on a system involves 3# (a) a peripheral controller, and 4# (b) the gadget driver using it. 5# 6# NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 7# 8# - Host systems (like PCs) need CONFIG_USB (with "A" jacks). --- 178 unchanged lines hidden (view full) --- 187 all gadget drivers to also be dynamically linked. 188 189config USB_FUSB300 190 tristate "Faraday FUSB300 USB Peripheral Controller" 191 depends on !PHYS_ADDR_T_64BIT 192 help 193 Faraday usb device controller FUSB300 driver 194 | 1# 2# USB Gadget support on a system involves 3# (a) a peripheral controller, and 4# (b) the gadget driver using it. 5# 6# NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 7# 8# - Host systems (like PCs) need CONFIG_USB (with "A" jacks). --- 178 unchanged lines hidden (view full) --- 187 all gadget drivers to also be dynamically linked. 188 189config USB_FUSB300 190 tristate "Faraday FUSB300 USB Peripheral Controller" 191 depends on !PHYS_ADDR_T_64BIT 192 help 193 Faraday usb device controller FUSB300 driver 194 |
195config USB_FOTG210_UDC 196 tristate "Faraday FOTG210 USB Peripheral Controller" 197 help 198 Faraday USB2.0 OTG controller which can be configured as 199 high speed or full speed USB device. This driver supppors 200 Bulk Transfer so far. 201 202 Say "y" to link the driver statically, or "m" to build a 203 dynamically linked module called "fotg210_udc". 204 |
|
195config USB_OMAP 196 tristate "OMAP USB Device Controller" 197 depends on ARCH_OMAP1 198 depends on USB_PHY 199 select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_H4_OTG 200 help 201 Many Texas Instruments OMAP processors have flexible full 202 speed USB device controllers, with support for up to 30 --- 859 unchanged lines hidden --- | 205config USB_OMAP 206 tristate "OMAP USB Device Controller" 207 depends on ARCH_OMAP1 208 depends on USB_PHY 209 select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_H4_OTG 210 help 211 Many Texas Instruments OMAP processors have flexible full 212 speed USB device controllers, with support for up to 30 --- 859 unchanged lines hidden --- |