Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # USB Class driver configuration |
| 3 | # |
| 4 | comment "USB Device Class drivers" |
| 5 | depends on USB |
| 6 | |
Adrian Bunk | 9bc45e0 | 2005-08-14 13:00:58 +0200 | [diff] [blame^] | 7 | config OBSOLETE_OSS_USB_DRIVER |
| 8 | bool "Obsolete OSS USB drivers" |
| 9 | depends on USB && SOUND |
| 10 | help |
| 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. |
| 14 | |
| 15 | Please contact Adrian Bunk <bunk@stusta.de> if you had to |
| 16 | say Y here because of missing support in the ALSA drivers. |
| 17 | |
| 18 | If unsure, say N. |
| 19 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | config USB_AUDIO |
| 21 | tristate "USB Audio support" |
Adrian Bunk | 9bc45e0 | 2005-08-14 13:00:58 +0200 | [diff] [blame^] | 22 | depends on USB && SOUND && OBSOLETE_OSS_USB_DRIVER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | help |
| 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. |
| 27 | |
| 28 | To compile this driver as a module, choose M here: the |
| 29 | module will be called audio. |
| 30 | |
| 31 | comment "USB Bluetooth TTY can only be used with disabled Bluetooth subsystem" |
| 32 | depends on USB && BT |
| 33 | |
| 34 | config USB_BLUETOOTH_TTY |
| 35 | tristate "USB Bluetooth TTY support" |
| 36 | depends on USB && BT=n |
| 37 | ---help--- |
| 38 | This driver implements a nonstandard tty interface to a Bluetooth |
| 39 | device that can be used only by specialized Bluetooth HCI software. |
| 40 | |
| 41 | Say Y here if you want to use OpenBT Bluetooth stack (available |
| 42 | at <http://developer.axis.com/software>), or other TTY based |
| 43 | Bluetooth stacks, and want to connect a USB Bluetooth device |
| 44 | to your computer's USB port. |
| 45 | |
| 46 | Do *not* enable this driver if you want to use generic Linux |
| 47 | Bluetooth support. |
| 48 | |
| 49 | If in doubt, say N here. |
| 50 | |
| 51 | To compile this driver as a module, choose M here: the |
| 52 | module will be called bluetty. |
| 53 | |
| 54 | config USB_MIDI |
| 55 | tristate "USB MIDI support" |
Adrian Bunk | 9bc45e0 | 2005-08-14 13:00:58 +0200 | [diff] [blame^] | 56 | depends on USB && SOUND && OBSOLETE_OSS_USB_DRIVER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | ---help--- |
| 58 | Say Y here if you want to connect a USB MIDI device to your |
Adrian Bunk | 9bc45e0 | 2005-08-14 13:00:58 +0200 | [diff] [blame^] | 59 | computer's USB port. You only need this if you use the OSS |
| 60 | sound system; USB MIDI devices are supported by ALSA's USB |
| 61 | audio driver. This driver is for devices that comply with |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | 'Universal Serial Bus Device Class Definition for MIDI Device'. |
| 63 | |
| 64 | The following devices are known to work: |
| 65 | * Steinberg USB2MIDI |
| 66 | * Roland MPU64 |
| 67 | * Roland PC-300 |
| 68 | * Roland SC8850 |
| 69 | * Roland UM-1 |
| 70 | * Roland UM-2 |
| 71 | * Roland UA-100 |
| 72 | * Yamaha MU1000 |
| 73 | |
| 74 | To compile this driver as a module, choose M here: the |
| 75 | module will be called usb-midi. |
| 76 | |
| 77 | config USB_ACM |
| 78 | tristate "USB Modem (CDC ACM) support" |
| 79 | depends on USB |
| 80 | ---help--- |
| 81 | This driver supports USB modems and ISDN adapters which support the |
| 82 | Communication Device Class Abstract Control Model interface. |
| 83 | Please read <file:Documentation/usb/acm.txt> for details. |
| 84 | |
| 85 | If your modem only reports "Cls=ff(vend.)" in the descriptors in |
| 86 | /proc/bus/usb/devices, then your modem will not work with this |
| 87 | driver. |
| 88 | |
| 89 | To compile this driver as a module, choose M here: the |
| 90 | module will be called cdc-acm. |
| 91 | |
| 92 | config USB_PRINTER |
| 93 | tristate "USB Printer support" |
| 94 | depends on USB |
| 95 | help |
| 96 | Say Y here if you want to connect a USB printer to your computer's |
| 97 | USB port. |
| 98 | |
| 99 | To compile this driver as a module, choose M here: the |
| 100 | module will be called usblp. |
| 101 | |