Merge with Linux 2.5.48.
[linux-2.6/linux-mips.git] / drivers / usb / class / Kconfig
blob2347dd4811134bd2e473818ea0659c1ee27138d3
2 # USB Class driver configuration
4 comment "USB Device Class drivers"
5         depends on USB
7 config USB_AUDIO
8         tristate "USB Audio support"
9         depends on USB && SOUND
10         help
11           Say Y here if you want to connect USB audio equipment such as
12           speakers to your computer's USB port.
14           This code is also available as a module ( = code which can be
15           inserted in and removed from the running kernel whenever you want).
16           The module will be called audio.o. If you want to compile it as a
17           module, say M here and read <file:Documentation/modules.txt>.
19 config USB_BLUETOOTH_TTY
20         tristate "USB Bluetooth TTY support"
21         depends on USB
22         ---help---
23           This driver implements a nonstandard tty interface to a Bluetooth
24           device that can be used only by specialized Bluetooth HCI software.
26           Say Y here if you want to use OpenBT Bluetooth stack (available
27           at <http://developer.axis.com/software/index.shtml>), or other TTY
28           based Bluetooth stacks, and want to connect a USB Bluetooth device
29           to your computer's USB port.
31           Do *not* enable this driver if you want to use generic Linux
32           Bluetooth support.
34           If in doubt, say N here.
36           This code is also available as a module ( = code which can be
37           inserted in and removed from the running kernel whenever you want).
38           The module will be called bluetty.o. If you want to compile it as
39           a module, say M here and read <file:Documentation/modules.txt>.
41 config USB_MIDI
42         tristate "USB MIDI support"
43         depends on USB && SOUND
44         ---help---
45           Say Y here if you want to connect a USB MIDI device to your
46           computer's USB port. This driver is for devices that comply with
47           'Universal Serial Bus Device Class Definition for MIDI Device'.
49           The following devices are known to work:
50           * Steinberg USB2MIDI
51           * Roland MPU64
52           * Roland PC-300
53           * Roland SC8850
54           * Roland UM-1
55           * Roland UM-2
56           * Roland UA-100
57           * Yamaha MU1000
59           This code is also available as a module ( = code which can be
60           inserted in and removed from the running kernel whenever you want).
61           The module will be called usb-midi.o. If you want to compile it as a
62           module, say M here and read <file:Documentation/modules.txt>.
64 config USB_ACM
65         tristate "USB Modem (CDC ACM) support"
66         depends on USB
67         ---help---
68           This driver supports USB modems and ISDN adapters which support the
69           Communication Device Class Abstract Control Model interface.
70           Please read <file:Documentation/usb/acm.txt> for details.
72           If your modem only reports "Cls=ff(vend.)" in the descriptors in
73           /proc/bus/usb/devices, then your modem will not work with this
74           driver.
76           This code is also available as a module ( = code which can be
77           inserted in and removed from the running kernel whenever you want).
78           The module will be called acm.o. If you want to compile it as a
79           module, say M here and read <file:Documentation/modules.txt>.
81 config USB_PRINTER
82         tristate "USB Printer support"
83         depends on USB
84         help
85           Say Y here if you want to connect a USB printer to your computer's
86           USB port.
88           This code is also available as a module ( = code which can be
89           inserted in and removed from the running kernel whenever you want).
90           The module will be called printer.o. If you want to compile it as a
91           module, say M here and read <file:Documentation/modules.txt>.