2 # USB Class driver configuration
4 comment "USB Device Class drivers"
8 tristate "USB Audio support"
9 depends on USB && SOUND
11 Say Y here if you want to connect USB audio equipment such as
12 speakers to your computer's USB port. You only need this if you use
13 the OSS sound driver; ALSA has its own option for usb audio support.
15 To compile this driver as a module, choose M here: the
16 module will be called audio.
18 comment "USB Bluetooth TTY can only be used with disabled Bluetooth subsystem"
21 config USB_BLUETOOTH_TTY
22 tristate "USB Bluetooth TTY support"
23 depends on USB && BT=n
25 This driver implements a nonstandard tty interface to a Bluetooth
26 device that can be used only by specialized Bluetooth HCI software.
28 Say Y here if you want to use OpenBT Bluetooth stack (available
29 at <http://developer.axis.com/software>), or other TTY based
30 Bluetooth stacks, and want to connect a USB Bluetooth device
31 to your computer's USB port.
33 Do *not* enable this driver if you want to use generic Linux
36 If in doubt, say N here.
38 To compile this driver as a module, choose M here: the
39 module will be called bluetty.
42 tristate "USB MIDI support"
43 depends on USB && SOUND
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:
59 To compile this driver as a module, choose M here: the
60 module will be called usb-midi.
63 tristate "USB Modem (CDC ACM) support"
66 This driver supports USB modems and ISDN adapters which support the
67 Communication Device Class Abstract Control Model interface.
68 Please read <file:Documentation/usb/acm.txt> for details.
70 If your modem only reports "Cls=ff(vend.)" in the descriptors in
71 /proc/bus/usb/devices, then your modem will not work with this
74 To compile this driver as a module, choose M here: the
75 module will be called cdc-acm.
78 tristate "USB Printer support"
81 Say Y here if you want to connect a USB printer to your computer's
84 To compile this driver as a module, choose M here: the
85 module will be called usblp.