aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r--drivers/usb/gadget/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index d6bab0d5f453..a460706de984 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -586,6 +586,19 @@ config USB_G_PRINTER
586 For more information, see Documentation/usb/gadget_printer.txt 586 For more information, see Documentation/usb/gadget_printer.txt
587 which includes sample code for accessing the device file. 587 which includes sample code for accessing the device file.
588 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 602# put drivers that need isochronous transfer support (for audio
590# or video class gadget drivers), or specific hardware, here. 603# or video class gadget drivers), or specific hardware, here.
591 604