diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-02-04 18:03:28 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 17:49:54 -0500 |
commit | 9628416a542488230b53df48d90d4a967dea41c8 (patch) | |
tree | b356d4c1ea8065263eda375284b87ba64d735d5f /drivers/usb/class/Kconfig | |
parent | 29da7937a11a47bad64558c3be4d998c4ea5e823 (diff) |
[PATCH] USB: remove OBSOLETE_OSS_USB_DRIVER drivers
This patch removes the obsolete USB_MIDI and USB_AUDIO drivers.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/class/Kconfig')
-rw-r--r-- | drivers/usb/class/Kconfig | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/drivers/usb/class/Kconfig b/drivers/usb/class/Kconfig index ef105a92a7bd..3a9102d2591b 100644 --- a/drivers/usb/class/Kconfig +++ b/drivers/usb/class/Kconfig | |||
@@ -4,53 +4,6 @@ | |||
4 | comment "USB Device Class drivers" | 4 | comment "USB Device Class drivers" |
5 | depends on USB | 5 | depends on USB |
6 | 6 | ||
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 | |||
20 | config USB_AUDIO | ||
21 | tristate "USB Audio support" | ||
22 | depends on USB && SOUND && OBSOLETE_OSS_USB_DRIVER | ||
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 | config USB_MIDI | ||
32 | tristate "USB MIDI support" | ||
33 | depends on USB && SOUND && OBSOLETE_OSS_USB_DRIVER | ||
34 | ---help--- | ||
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'. | ||
40 | |||
41 | The following devices are known to work: | ||
42 | * Steinberg USB2MIDI | ||
43 | * Roland MPU64 | ||
44 | * Roland PC-300 | ||
45 | * Roland SC8850 | ||
46 | * Roland UM-1 | ||
47 | * Roland UM-2 | ||
48 | * Roland UA-100 | ||
49 | * Yamaha MU1000 | ||
50 | |||
51 | To compile this driver as a module, choose M here: the | ||
52 | module will be called usb-midi. | ||
53 | |||
54 | config USB_ACM | 7 | config USB_ACM |
55 | tristate "USB Modem (CDC ACM) support" | 8 | tristate "USB Modem (CDC ACM) support" |
56 | depends on USB | 9 | depends on USB |