aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/Kconfig
diff options
context:
space:
mode:
authorFelipe Balbi <felipe.balbi@nokia.com>2008-08-18 20:39:30 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2008-10-17 17:40:53 -0400
commit3086775a4916b0fe128d924d83f4e7d7c39e4d0e (patch)
treec4e7825ba74da1272d15ad0d61a311b84392b8b6 /drivers/usb/gadget/Kconfig
parent60beed95e38793c0baff7f94433c1f639d8d5efd (diff)
usb gadget: cdc obex glue
The following patch introduces a new f_obex.c function driver. It allows userspace obex servers to use usb as transport layer for their messages. [ dbrownell@users.sourceforge.net: various fixes and cleanups ] Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r--drivers/usb/gadget/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 5dda2dc708db..80a7c02dc951 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -576,19 +576,23 @@ config USB_FILE_STORAGE_TEST
576 normal operation. 576 normal operation.
577 577
578config USB_G_SERIAL 578config USB_G_SERIAL
579 tristate "Serial Gadget (with CDC ACM support)" 579 tristate "Serial Gadget (with CDC ACM and CDC OBEX support)"
580 help 580 help
581 The Serial Gadget talks to the Linux-USB generic serial driver. 581 The Serial Gadget talks to the Linux-USB generic serial driver.
582 This driver supports a CDC-ACM module option, which can be used 582 This driver supports a CDC-ACM module option, which can be used
583 to interoperate with MS-Windows hosts or with the Linux-USB 583 to interoperate with MS-Windows hosts or with the Linux-USB
584 "cdc-acm" driver. 584 "cdc-acm" driver.
585 585
586 This driver also supports a CDC-OBEX option. You will need a
587 user space OBEX server talking to /dev/ttyGS*, since the kernel
588 itself doesn't implement the OBEX protocol.
589
586 Say "y" to link the driver statically, or "m" to build a 590 Say "y" to link the driver statically, or "m" to build a
587 dynamically linked module called "g_serial". 591 dynamically linked module called "g_serial".
588 592
589 For more information, see Documentation/usb/gadget_serial.txt 593 For more information, see Documentation/usb/gadget_serial.txt
590 which includes instructions and a "driver info file" needed to 594 which includes instructions and a "driver info file" needed to
591 make MS-Windows work with this driver. 595 make MS-Windows work with CDC ACM.
592 596
593config USB_MIDI_GADGET 597config USB_MIDI_GADGET
594 tristate "MIDI Gadget (EXPERIMENTAL)" 598 tristate "MIDI Gadget (EXPERIMENTAL)"