Kconfig (7ebdfaa52d15b947503f76474477f92854796d96) | Kconfig (6341e62b212a2541efb0160c470e90bd226d5496) |
---|---|
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). --- 184 unchanged lines hidden (view full) --- 193 Samsung's S3C2410 is an ARM-4 processor with an integrated 194 full speed USB 1.1 device controller. It has 4 configurable 195 endpoints, as well as endpoint zero (for control transfers). 196 197 This driver has been tested on the S3C2410, S3C2412, and 198 S3C2440 processors. 199 200config USB_S3C2410_DEBUG | 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). --- 184 unchanged lines hidden (view full) --- 193 Samsung's S3C2410 is an ARM-4 processor with an integrated 194 full speed USB 1.1 device controller. It has 4 configurable 195 endpoints, as well as endpoint zero (for control transfers). 196 197 This driver has been tested on the S3C2410, S3C2412, and 198 S3C2440 processors. 199 200config USB_S3C2410_DEBUG |
201 boolean "S3C2410 udc debug messages" | 201 bool "S3C2410 udc debug messages" |
202 depends on USB_S3C2410 203 204config USB_S3C_HSUDC 205 tristate "S3C2416, S3C2443 and S3C2450 USB Device Controller" 206 depends on ARCH_S3C24XX 207 help 208 Samsung's S3C2416, S3C2443 and S3C2450 is an ARM9 based SoC 209 integrated with dual speed USB 2.0 device controller. It has --- 72 unchanged lines hidden (view full) --- 282 283 It has three configurable endpoints, as well as endpoint zero 284 (for control transfer). 285 Say "y" to link the driver statically, or "m" to build a 286 dynamically linked module called "net2272" and force all 287 gadget drivers to also be dynamically linked. 288 289config USB_NET2272_DMA | 202 depends on USB_S3C2410 203 204config USB_S3C_HSUDC 205 tristate "S3C2416, S3C2443 and S3C2450 USB Device Controller" 206 depends on ARCH_S3C24XX 207 help 208 Samsung's S3C2416, S3C2443 and S3C2450 is an ARM9 based SoC 209 integrated with dual speed USB 2.0 device controller. It has --- 72 unchanged lines hidden (view full) --- 282 283 It has three configurable endpoints, as well as endpoint zero 284 (for control transfer). 285 Say "y" to link the driver statically, or "m" to build a 286 dynamically linked module called "net2272" and force all 287 gadget drivers to also be dynamically linked. 288 289config USB_NET2272_DMA |
290 boolean "Support external DMA controller" | 290 bool "Support external DMA controller" |
291 depends on USB_NET2272 && HAS_DMA 292 help 293 The NET2272 part can optionally support an external DMA 294 controller, but your board has to have support in the 295 driver itself. 296 297 If unsure, say "N" here. The driver works fine in PIO mode. 298 --- 106 unchanged lines hidden --- | 291 depends on USB_NET2272 && HAS_DMA 292 help 293 The NET2272 part can optionally support an external DMA 294 controller, but your board has to have support in the 295 driver itself. 296 297 If unsure, say "N" here. The driver works fine in PIO mode. 298 --- 106 unchanged lines hidden --- |