2 # USB Class driver configuration
4 comment "USB Device Class drivers"
7 config OBSOLETE_OSS_USB_DRIVER
8 bool "Obsolete OSS USB drivers"
9 depends on USB && SOUND
11 This option enables support for the obsolete USB Audio and Midi
12 drivers that are scheduled for removal in the near future since
13 there are ALSA drivers for the same hardware.
15 Please contact Adrian Bunk <bunk@stusta.de> if you had to
16 say Y here because of missing support in the ALSA drivers.
21 tristate "USB Audio support"
22 depends on USB && SOUND && OBSOLETE_OSS_USB_DRIVER
24 Say Y here if you want to connect USB audio equipment such as
25 speakers to your computer's USB port. You only need this if you use
26 the OSS sound driver; ALSA has its own option for usb audio support.
28 To compile this driver as a module, choose M here: the
29 module will be called audio.
32 tristate "USB MIDI support"
33 depends on USB && SOUND && OBSOLETE_OSS_USB_DRIVER
35 Say Y here if you want to connect a USB MIDI device to your
36 computer's USB port. You only need this if you use the OSS
37 sound system; USB MIDI devices are supported by ALSA's USB
38 audio driver. This driver is for devices that comply with
39 'Universal Serial Bus Device Class Definition for MIDI Device'.
41 The following devices are known to work:
51 To compile this driver as a module, choose M here: the
52 module will be called usb-midi.
55 tristate "USB Modem (CDC ACM) support"
58 This driver supports USB modems and ISDN adapters which support the
59 Communication Device Class Abstract Control Model interface.
60 Please read <file:Documentation/usb/acm.txt> for details.
62 If your modem only reports "Cls=ff(vend.)" in the descriptors in
63 /proc/bus/usb/devices, then your modem will not work with this
66 To compile this driver as a module, choose M here: the
67 module will be called cdc-acm.
70 tristate "USB Printer support"
73 Say Y here if you want to connect a USB printer to your computer's
76 To compile this driver as a module, choose M here: the
77 module will be called usblp.