diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-08-14 07:00:58 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-08 19:28:27 -0400 |
commit | 9bc45e0c01ae268ad5f9e6d35492bbd8197e32f2 (patch) | |
tree | 0d6be55e53051da39ffb40396f2cb8a975c116d9 /drivers/usb/class | |
parent | 4fbd55f03e294d18bd7a5c4c98974e157f6f84e7 (diff) |
[PATCH] USB: schedule OSS USB drivers for removal
Deprecate the OSS USB drivers.
This patch includes spelling fixes by Lee Revell.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/class')
-rw-r--r-- | drivers/usb/class/Kconfig | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/drivers/usb/class/Kconfig b/drivers/usb/class/Kconfig index 0561d0234f23..333e39bb105f 100644 --- a/drivers/usb/class/Kconfig +++ b/drivers/usb/class/Kconfig | |||
@@ -4,9 +4,22 @@ | |||
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 | |||
7 | config USB_AUDIO | 20 | config USB_AUDIO |
8 | tristate "USB Audio support" | 21 | tristate "USB Audio support" |
9 | depends on USB && SOUND | 22 | depends on USB && SOUND && OBSOLETE_OSS_USB_DRIVER |
10 | help | 23 | help |
11 | Say Y here if you want to connect USB audio equipment such as | 24 | 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 | 25 | speakers to your computer's USB port. You only need this if you use |
@@ -40,10 +53,12 @@ config USB_BLUETOOTH_TTY | |||
40 | 53 | ||
41 | config USB_MIDI | 54 | config USB_MIDI |
42 | tristate "USB MIDI support" | 55 | tristate "USB MIDI support" |
43 | depends on USB && SOUND | 56 | depends on USB && SOUND && OBSOLETE_OSS_USB_DRIVER |
44 | ---help--- | 57 | ---help--- |
45 | Say Y here if you want to connect a USB MIDI device to your | 58 | 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 | 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 | ||
47 | 'Universal Serial Bus Device Class Definition for MIDI Device'. | 62 | 'Universal Serial Bus Device Class Definition for MIDI Device'. |
48 | 63 | ||
49 | The following devices are known to work: | 64 | The following devices are known to work: |