diff options
-rw-r--r-- | drivers/usb/gadget/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index a460706de984..c6a8c6b1116a 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -588,6 +588,7 @@ config USB_G_PRINTER | |||
588 | 588 | ||
589 | config USB_CDC_COMPOSITE | 589 | config USB_CDC_COMPOSITE |
590 | tristate "CDC Composite Device (Ethernet and ACM)" | 590 | tristate "CDC Composite Device (Ethernet and ACM)" |
591 | depends on NET | ||
591 | help | 592 | help |
592 | This driver provides two functions in one configuration: | 593 | This driver provides two functions in one configuration: |
593 | a CDC Ethernet (ECM) link, and a CDC ACM (serial port) link. | 594 | a CDC Ethernet (ECM) link, and a CDC ACM (serial port) link. |