diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2013-05-23 10:32:04 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-06-10 16:26:56 +0200 |
commit | a38a275030086d95306555e544fc7c0e65ccd00e (patch) | |
tree | 04effab65ea8940add3f8cd3e8968f2487e18899 /drivers/usb/gadget/Kconfig | |
parent | usb: gadget: f_ecm: convert to new function interface with backward compatibi... (diff) | |
download | linux-a38a275030086d95306555e544fc7c0e65ccd00e.tar.xz linux-a38a275030086d95306555e544fc7c0e65ccd00e.zip |
usb: gadget: cdc2: convert to new interface of f_ecm
f_ecm has been converted to new configfs infrastructure,
fixing cdc2 gadget driver.
[ balbi@ti.com : fixed a bunch of errors when adding ECM function ]
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-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 6f1afd7553e0..fcc3bfb61935 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -838,6 +838,7 @@ config USB_CDC_COMPOSITE select USB_U_SERIAL select USB_U_ETHER select USB_F_ACM + select USB_F_ECM help This driver provides two functions in one configuration: a CDC Ethernet (ECM) link, and a CDC ACM (serial port) link. |