diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2012-12-23 15:10:08 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-01-21 13:52:44 -0500 |
commit | 5f72bbfd9f427565c85e71a63d47b3448e79a466 (patch) | |
tree | a870acabe3e7427a71fa8e338f78915578a73427 /drivers/usb/gadget/Kconfig | |
parent | ff47f59467388104d369a441aa6996d257343775 (diff) |
usb: gadget: acm_ms: 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 b61c72fc305a..8dad2ce8521f 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -844,6 +844,7 @@ config USB_G_ACM_MS | |||
844 | depends on BLOCK | 844 | depends on BLOCK |
845 | select USB_LIBCOMPOSITE | 845 | select USB_LIBCOMPOSITE |
846 | select USB_U_SERIAL | 846 | select USB_U_SERIAL |
847 | select USB_F_ACM | ||
847 | help | 848 | help |
848 | This driver provides two functions in one configuration: | 849 | This driver provides two functions in one configuration: |
849 | a mass storage, and a CDC ACM (serial port) link. | 850 | a mass storage, and a CDC ACM (serial port) link. |