ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / usb / class / Kconfig
1 #
2 # USB Class driver configuration
3 #
4 comment "USB Device Class drivers"
5         depends on USB
6
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.
13
14           To compile this driver as a module, choose M here: the
15           module will be called audio.
16
17 comment "USB Bluetooth TTY can only be used with disabled Bluetooth subsystem"
18         depends on USB && BT
19
20 config USB_BLUETOOTH_TTY
21         tristate "USB Bluetooth TTY support"
22         depends on USB && BT=n
23         ---help---
24           This driver implements a nonstandard tty interface to a Bluetooth
25           device that can be used only by specialized Bluetooth HCI software.
26
27           Say Y here if you want to use OpenBT Bluetooth stack (available
28           at <http://developer.axis.com/software>), or other TTY based
29           Bluetooth stacks, and want to connect a USB Bluetooth device
30           to your computer's USB port.
31
32           Do *not* enable this driver if you want to use generic Linux
33           Bluetooth support.
34
35           If in doubt, say N here.
36
37           To compile this driver as a module, choose M here: the
38           module will be called bluetty.
39
40 config USB_MIDI
41         tristate "USB MIDI support"
42         depends on USB && SOUND
43         ---help---
44           Say Y here if you want to connect a USB MIDI device to your
45           computer's USB port. This driver is for devices that comply with
46           'Universal Serial Bus Device Class Definition for MIDI Device'.
47
48           The following devices are known to work:
49           * Steinberg USB2MIDI
50           * Roland MPU64
51           * Roland PC-300
52           * Roland SC8850
53           * Roland UM-1
54           * Roland UM-2
55           * Roland UA-100
56           * Yamaha MU1000
57
58           To compile this driver as a module, choose M here: the
59           module will be called usb-midi.
60
61 config USB_ACM
62         tristate "USB Modem (CDC ACM) support"
63         depends on USB
64         ---help---
65           This driver supports USB modems and ISDN adapters which support the
66           Communication Device Class Abstract Control Model interface.
67           Please read <file:Documentation/usb/acm.txt> for details.
68
69           If your modem only reports "Cls=ff(vend.)" in the descriptors in
70           /proc/bus/usb/devices, then your modem will not work with this
71           driver.
72
73           To compile this driver as a module, choose M here: the
74           module will be called cdc-acm.
75
76 config USB_PRINTER
77         tristate "USB Printer support"
78         depends on USB
79         help
80           Say Y here if you want to connect a USB printer to your computer's
81           USB port.
82
83           To compile this driver as a module, choose M here: the
84           module will be called usblp.
85