diff options
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 8 | ||||
-rw-r--r-- | sound/oss/Kconfig | 23 |
2 files changed, 26 insertions, 5 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 5f96cb33743e..a67d617429c7 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -323,3 +323,11 @@ Why: Obsolete. The new i2c-gpio driver replaces all hardware-specific | |||
323 | Who: Jean Delvare <khali@linux-fr.org> | 323 | Who: Jean Delvare <khali@linux-fr.org> |
324 | 324 | ||
325 | --------------------------- | 325 | --------------------------- |
326 | |||
327 | What: drivers depending on OSS_OBSOLETE | ||
328 | When: options in 2.6.23, code in 2.6.25 | ||
329 | Why: obsolete OSS drivers | ||
330 | Who: Adrian Bunk <bunk@stusta.de> | ||
331 | |||
332 | --------------------------- | ||
333 | |||
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index dc57a13f6c39..4b30ae6d8ba5 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig | |||
@@ -5,9 +5,22 @@ | |||
5 | # | 5 | # |
6 | # Prompt user for primary drivers. | 6 | # Prompt user for primary drivers. |
7 | 7 | ||
8 | config OSS_OBSOLETE | ||
9 | bool "Obsolete OSS drivers" | ||
10 | depends on SOUND_PRIME | ||
11 | help | ||
12 | This option enables support for obsolete OSS drivers that | ||
13 | are scheduled for removal in the near future. | ||
14 | |||
15 | Please contact Adrian Bunk <bunk@stusta.de> if you had to | ||
16 | say Y here because your hardware is not properly supported | ||
17 | by ALSA. | ||
18 | |||
19 | If unsure, say N. | ||
20 | |||
8 | config SOUND_BT878 | 21 | config SOUND_BT878 |
9 | tristate "BT878 audio dma" | 22 | tristate "BT878 audio dma" |
10 | depends on SOUND_PRIME && PCI | 23 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE |
11 | ---help--- | 24 | ---help--- |
12 | Audio DMA support for bt878 based grabber boards. As you might have | 25 | Audio DMA support for bt878 based grabber boards. As you might have |
13 | already noticed, bt878 is listed with two functions in /proc/pci. | 26 | already noticed, bt878 is listed with two functions in /proc/pci. |
@@ -33,7 +46,7 @@ config SOUND_BCM_CS4297A | |||
33 | 46 | ||
34 | config SOUND_ICH | 47 | config SOUND_ICH |
35 | tristate "Intel ICH (i8xx) audio support" | 48 | tristate "Intel ICH (i8xx) audio support" |
36 | depends on SOUND_PRIME && PCI | 49 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE |
37 | help | 50 | help |
38 | Support for integral audio in Intel's I/O Controller Hub (ICH) | 51 | Support for integral audio in Intel's I/O Controller Hub (ICH) |
39 | chipset, as used on the 810/820/840 motherboards. | 52 | chipset, as used on the 810/820/840 motherboards. |
@@ -335,7 +348,7 @@ config MSND_FIFOSIZE | |||
335 | 348 | ||
336 | config SOUND_VIA82CXXX | 349 | config SOUND_VIA82CXXX |
337 | tristate "VIA 82C686 Audio Codec" | 350 | tristate "VIA 82C686 Audio Codec" |
338 | depends on SOUND_PRIME && PCI | 351 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE |
339 | help | 352 | help |
340 | Say Y here to include support for the audio codec found on VIA | 353 | Say Y here to include support for the audio codec found on VIA |
341 | 82Cxxx-based chips. Typically these are built into a motherboard. | 354 | 82Cxxx-based chips. Typically these are built into a motherboard. |
@@ -389,7 +402,7 @@ config SOUND_DMAP | |||
389 | 402 | ||
390 | config SOUND_CS4232 | 403 | config SOUND_CS4232 |
391 | tristate "Crystal CS4232 based (PnP) cards" | 404 | tristate "Crystal CS4232 based (PnP) cards" |
392 | depends on SOUND_OSS | 405 | depends on SOUND_OSS && OSS_OBSOLETE |
393 | help | 406 | help |
394 | Say Y here if you have a card based on the Crystal CS4232 chip set, | 407 | Say Y here if you have a card based on the Crystal CS4232 chip set, |
395 | which uses its own Plug and Play protocol. | 408 | which uses its own Plug and Play protocol. |
@@ -708,7 +721,7 @@ config SOUND_WAVEARTIST | |||
708 | 721 | ||
709 | config SOUND_TVMIXER | 722 | config SOUND_TVMIXER |
710 | tristate "TV card (bt848) mixer support" | 723 | tristate "TV card (bt848) mixer support" |
711 | depends on SOUND_PRIME && I2C && VIDEO_V4L1 | 724 | depends on SOUND_PRIME && I2C && VIDEO_V4L1 && OSS_OBSOLETE |
712 | help | 725 | help |
713 | Support for audio mixer facilities on the BT848 TV frame-grabber | 726 | Support for audio mixer facilities on the BT848 TV frame-grabber |
714 | card. | 727 | card. |