Kconfig (908cf4b925e419bc74f3297b2f0e51d6f8a81da2) | Kconfig (19e2068015d4a66f62a0a19be2130d2948ba8024) |
---|---|
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). --- 572 unchanged lines hidden (view full) --- 581 the device file to get or set printer status. 582 583 Say "y" to link the driver statically, or "m" to build a 584 dynamically linked module called "g_printer". 585 586 For more information, see Documentation/usb/gadget_printer.txt 587 which includes sample code for accessing the device file. 588 | 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). --- 572 unchanged lines hidden (view full) --- 581 the device file to get or set printer status. 582 583 Say "y" to link the driver statically, or "m" to build a 584 dynamically linked module called "g_printer". 585 586 For more information, see Documentation/usb/gadget_printer.txt 587 which includes sample code for accessing the device file. 588 |
589config USB_CDC_COMPOSITE 590 tristate "CDC Composite Device (Ethernet and ACM)" 591 help 592 This driver provides two functions in one configuration: 593 a CDC Ethernet (ECM) link, and a CDC ACM (serial port) link. 594 595 This driver requires four bulk and two interrupt endpoints, 596 plus the ability to handle altsettings. Not all peripheral 597 controllers are that capable. 598 599 Say "y" to link the driver statically, or "m" to build a 600 dynamically linked module. 601 |
|
589# put drivers that need isochronous transfer support (for audio 590# or video class gadget drivers), or specific hardware, here. 591 592# - none yet 593 594endchoice 595 596endif # USB_GADGET | 602# put drivers that need isochronous transfer support (for audio 603# or video class gadget drivers), or specific hardware, here. 604 605# - none yet 606 607endchoice 608 609endif # USB_GADGET |