diff options
Diffstat (limited to 'sound/oss/Kconfig')
-rw-r--r-- | sound/oss/Kconfig | 30 |
1 files changed, 8 insertions, 22 deletions
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index 4c419300305d..4b30ae6d8ba5 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig | |||
@@ -5,23 +5,22 @@ | |||
5 | # | 5 | # |
6 | # Prompt user for primary drivers. | 6 | # Prompt user for primary drivers. |
7 | 7 | ||
8 | config OBSOLETE_OSS | 8 | config OSS_OBSOLETE |
9 | bool "Obsolete OSS drivers" | 9 | bool "Obsolete OSS drivers" |
10 | depends on SOUND_PRIME | 10 | depends on SOUND_PRIME |
11 | help | 11 | help |
12 | This option enables support for obsolete OSS drivers that | 12 | This option enables support for obsolete OSS drivers that |
13 | are scheduled for removal in the near future since there | 13 | are scheduled for removal in the near future. |
14 | are ALSA drivers for the same hardware. | ||
15 | 14 | ||
16 | Please contact Adrian Bunk <bunk@stusta.de> if you had to | 15 | Please contact Adrian Bunk <bunk@stusta.de> if you had to |
17 | say Y here because your soundcard is not properly supported | 16 | say Y here because your hardware is not properly supported |
18 | by ALSA. | 17 | by ALSA. |
19 | 18 | ||
20 | If unsure, say N. | 19 | If unsure, say N. |
21 | 20 | ||
22 | config SOUND_BT878 | 21 | config SOUND_BT878 |
23 | tristate "BT878 audio dma" | 22 | tristate "BT878 audio dma" |
24 | depends on SOUND_PRIME && PCI | 23 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE |
25 | ---help--- | 24 | ---help--- |
26 | 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 |
27 | already noticed, bt878 is listed with two functions in /proc/pci. | 26 | already noticed, bt878 is listed with two functions in /proc/pci. |
@@ -45,22 +44,9 @@ config SOUND_BCM_CS4297A | |||
45 | note that CONFIG_KGDB should not be enabled at the same | 44 | note that CONFIG_KGDB should not be enabled at the same |
46 | time, since it also attempts to use this UART port. | 45 | time, since it also attempts to use this UART port. |
47 | 46 | ||
48 | config SOUND_ES1371 | ||
49 | tristate "Creative Ensoniq AudioPCI 97 (ES1371)" | ||
50 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS | ||
51 | help | ||
52 | Say Y or M if you have a PCI sound card utilizing the Ensoniq | ||
53 | ES1371 chipset, such as Ensoniq's AudioPCI97. To find out if | ||
54 | your sound card uses an ES1371 without removing your computer's | ||
55 | cover, use lspci -n and look for the PCI ID 1274:1371. Since | ||
56 | Ensoniq was bought by Creative Labs, Sound Blaster 64/PCI | ||
57 | models are either ES1370 or ES1371 based. This driver differs | ||
58 | slightly from OSS/Free, so PLEASE READ | ||
59 | <file:Documentation/sound/oss/es1371>. | ||
60 | |||
61 | config SOUND_ICH | 47 | config SOUND_ICH |
62 | tristate "Intel ICH (i8xx) audio support" | 48 | tristate "Intel ICH (i8xx) audio support" |
63 | depends on SOUND_PRIME && PCI | 49 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE |
64 | help | 50 | help |
65 | 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) |
66 | chipset, as used on the 810/820/840 motherboards. | 52 | chipset, as used on the 810/820/840 motherboards. |
@@ -362,7 +348,7 @@ config MSND_FIFOSIZE | |||
362 | 348 | ||
363 | config SOUND_VIA82CXXX | 349 | config SOUND_VIA82CXXX |
364 | tristate "VIA 82C686 Audio Codec" | 350 | tristate "VIA 82C686 Audio Codec" |
365 | depends on SOUND_PRIME && PCI | 351 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE |
366 | help | 352 | help |
367 | 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 |
368 | 82Cxxx-based chips. Typically these are built into a motherboard. | 354 | 82Cxxx-based chips. Typically these are built into a motherboard. |
@@ -416,7 +402,7 @@ config SOUND_DMAP | |||
416 | 402 | ||
417 | config SOUND_CS4232 | 403 | config SOUND_CS4232 |
418 | tristate "Crystal CS4232 based (PnP) cards" | 404 | tristate "Crystal CS4232 based (PnP) cards" |
419 | depends on SOUND_OSS | 405 | depends on SOUND_OSS && OSS_OBSOLETE |
420 | help | 406 | help |
421 | 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, |
422 | which uses its own Plug and Play protocol. | 408 | which uses its own Plug and Play protocol. |
@@ -735,7 +721,7 @@ config SOUND_WAVEARTIST | |||
735 | 721 | ||
736 | config SOUND_TVMIXER | 722 | config SOUND_TVMIXER |
737 | tristate "TV card (bt848) mixer support" | 723 | tristate "TV card (bt848) mixer support" |
738 | depends on SOUND_PRIME && I2C && VIDEO_V4L1 | 724 | depends on SOUND_PRIME && I2C && VIDEO_V4L1 && OSS_OBSOLETE |
739 | help | 725 | help |
740 | Support for audio mixer facilities on the BT848 TV frame-grabber | 726 | Support for audio mixer facilities on the BT848 TV frame-grabber |
741 | card. | 727 | card. |