diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-22 15:35:39 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-13 16:26:12 -0700 |
commit | ad7c56f07e24c758d78e797ceeb9cf049dec66aa (patch) | |
tree | 5478576109d29f9f7519edffefde2204c3aeeea0 /drivers/usb/host/Kconfig | |
parent | ee81b3e086c907a3347b15ef219a24fc8bf900f6 (diff) | |
download | op-kernel-dev-ad7c56f07e24c758d78e797ceeb9cf049dec66aa.zip op-kernel-dev-ad7c56f07e24c758d78e797ceeb9cf049dec66aa.tar.gz |
USB: sl811: add Kconfig option for ISOCHRONOUS mode
Some bluetooth dongles want ISO mode, and the limited support that the
sl811 offers today is sufficient. So add a Kconfig option for people
to optionally get access to the partial functionality.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index e0e0787..5f518de 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -444,6 +444,16 @@ config USB_SL811_HCD To compile this driver as a module, choose M here: the module will be called sl811-hcd. +config USB_SL811_HCD_ISO + bool "partial ISO support" + depends on USB_SL811_HCD + help + The driver doesn't support iso_frame_desc (yet), but for some simple + devices that just queue one ISO frame per URB, then ISO transfers + "should" work using the normal urb status fields. + + If unsure, say N. + config USB_SL811_CS tristate "CF/PCMCIA support for SL811HS HCD" depends on USB_SL811_HCD && PCMCIA |