diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2013-03-21 09:22:30 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-04-03 13:43:36 +0200 |
commit | d1412794b33ab0cb3dcc4c820e9595354b7e6e59 (patch) | |
tree | 1ab722c2fee1ad2a430578f81881df1bfd0f48cd /drivers/usb/gadget/Kconfig | |
parent | usb: gadget: f_obex: convert to new function interface with backward compatib... (diff) | |
download | linux-d1412794b33ab0cb3dcc4c820e9595354b7e6e59.tar.xz linux-d1412794b33ab0cb3dcc4c820e9595354b7e6e59.zip |
usb: gadget: serial: convert to new interface of f_obex
f_obex is now a self-contained module. We need to teach
serial.c about it.
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 a5f67e14daf2..86d5d804f1eb 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -766,6 +766,7 @@ config USB_G_SERIAL select USB_U_SERIAL select USB_F_ACM select USB_F_SERIAL + select USB_F_OBEX select USB_LIBCOMPOSITE help The Serial Gadget talks to the Linux-USB generic serial driver. |