aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-05-08 03:27:14 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-08 14:15:05 -0400
commit274ee1cd91800a7aa1ed34b7ab2db7c53f09c93a (patch)
tree5afb90773c2d54993637079d916c6f7dc0fb25d7 /sound/oss
parentca509f69dec7fa564005aa7e9fcf0cd46de3f7d6 (diff)
schedule obsolete OSS drivers for removal, 4th round
Schedule obsolete OSS drivers for removal. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/oss')
-rw-r--r--sound/oss/Kconfig23
1 files changed, 18 insertions, 5 deletions
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
8config 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
8config SOUND_BT878 21config 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
34config SOUND_ICH 47config 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
336config SOUND_VIA82CXXX 349config 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
390config SOUND_CS4232 403config 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
709config SOUND_TVMIXER 722config 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.