diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2012-12-23 15:10:10 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-01-21 13:52:45 -0500 |
commit | 59835ad727876f6ce5c18ce075e144a8fa989461 (patch) | |
tree | 6a94d527035c50a5deab5de0c533b41df150c081 /drivers/usb/gadget/Kconfig | |
parent | 29a6645f7c0a7f1ff09d45e820f0433bd5a5610f (diff) |
usb: gadget: multi: use function framework for ACM
This patch converts the acm_ms gadget to make use of the function
framework to request the ACM function.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
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 dfe3e2d66f91..6665d255d32a 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -859,6 +859,7 @@ config USB_G_MULTI | |||
859 | select USB_G_MULTI_CDC if !USB_G_MULTI_RNDIS | 859 | select USB_G_MULTI_CDC if !USB_G_MULTI_RNDIS |
860 | select USB_LIBCOMPOSITE | 860 | select USB_LIBCOMPOSITE |
861 | select USB_U_SERIAL | 861 | select USB_U_SERIAL |
862 | select USB_F_ACM | ||
862 | help | 863 | help |
863 | The Multifunction Composite Gadget provides Ethernet (RNDIS | 864 | The Multifunction Composite Gadget provides Ethernet (RNDIS |
864 | and/or CDC Ethernet), mass storage and ACM serial link | 865 | and/or CDC Ethernet), mass storage and ACM serial link |