diff options
-rw-r--r-- | drivers/media/radio/Kconfig | 32 | ||||
-rw-r--r-- | sound/oss/Kconfig | 115 |
2 files changed, 0 insertions, 147 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 6d96b17a7f81..920b63f8cf05 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -173,38 +173,6 @@ config RADIO_MAESTRO | |||
173 | To compile this driver as a module, choose M here: the | 173 | To compile this driver as a module, choose M here: the |
174 | module will be called radio-maestro. | 174 | module will be called radio-maestro. |
175 | 175 | ||
176 | config RADIO_MIROPCM20 | ||
177 | tristate "miroSOUND PCM20 radio" | ||
178 | depends on ISA && VIDEO_V4L1 && SOUND_ACI_MIXER | ||
179 | ---help--- | ||
180 | Choose Y here if you have this FM radio card. You also need to say Y | ||
181 | to "ACI mixer (miroSOUND PCM1-pro/PCM12/PCM20 radio)" (in "Sound") | ||
182 | for this to work. | ||
183 | |||
184 | In order to control your radio card, you will need to use programs | ||
185 | that are compatible with the Video For Linux API. Information on | ||
186 | this API and pointers to "v4l" programs may be found at | ||
187 | <file:Documentation/video4linux/API.html>. | ||
188 | |||
189 | To compile this driver as a module, choose M here: the | ||
190 | module will be called miropcm20. | ||
191 | |||
192 | config RADIO_MIROPCM20_RDS | ||
193 | tristate "miroSOUND PCM20 radio RDS user interface (EXPERIMENTAL)" | ||
194 | depends on RADIO_MIROPCM20 && EXPERIMENTAL | ||
195 | ---help--- | ||
196 | Choose Y here if you want to see RDS/RBDS information like | ||
197 | RadioText, Programme Service name, Clock Time and date, Programme | ||
198 | Type and Traffic Announcement/Programme identification. | ||
199 | |||
200 | It's not possible to read the raw RDS packets from the device, so | ||
201 | the driver cant provide an V4L interface for this. But the | ||
202 | availability of RDS is reported over V4L by the basic driver | ||
203 | already. Here RDS can be read from files in /dev/v4l/rds. | ||
204 | |||
205 | To compile this driver as a module, choose M here: the | ||
206 | module will be called miropcm20-rds. | ||
207 | |||
208 | config RADIO_SF16FMI | 176 | config RADIO_SF16FMI |
209 | tristate "SF16FMI Radio" | 177 | tristate "SF16FMI Radio" |
210 | depends on ISA && VIDEO_V4L2 | 178 | depends on ISA && VIDEO_V4L2 |
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index cc2b9ab7f4e5..a0588c21324a 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig | |||
@@ -5,20 +5,6 @@ | |||
5 | # | 5 | # |
6 | # Prompt user for primary drivers. | 6 | # Prompt user for primary drivers. |
7 | 7 | ||
8 | config OSS_OBSOLETE_DRIVER | ||
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 since there | ||
14 | are ALSA drivers for the same hardware. | ||
15 | |||
16 | Please contact Adrian Bunk <bunk@stusta.de> if you had to | ||
17 | say Y here because your soundcard is not properly supported | ||
18 | by ALSA. | ||
19 | |||
20 | If unsure, say N. | ||
21 | |||
22 | config SOUND_BT878 | 8 | config SOUND_BT878 |
23 | tristate "BT878 audio dma" | 9 | tristate "BT878 audio dma" |
24 | depends on SOUND_PRIME && PCI | 10 | depends on SOUND_PRIME && PCI |
@@ -35,40 +21,6 @@ config SOUND_BT878 | |||
35 | To compile this driver as a module, choose M here: the module will | 21 | To compile this driver as a module, choose M here: the module will |
36 | be called btaudio. | 22 | be called btaudio. |
37 | 23 | ||
38 | config SOUND_EMU10K1 | ||
39 | tristate "Creative SBLive! (EMU10K1)" | ||
40 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE_DRIVER | ||
41 | ---help--- | ||
42 | Say Y or M if you have a PCI sound card using the EMU10K1 chipset, | ||
43 | such as the Creative SBLive!, SB PCI512 or Emu-APS. | ||
44 | |||
45 | For more information on this driver and the degree of support for | ||
46 | the different card models please check: | ||
47 | |||
48 | <http://sourceforge.net/projects/emu10k1/> | ||
49 | |||
50 | It is now possible to load dsp microcode patches into the EMU10K1 | ||
51 | chip. These patches are used to implement real time sound | ||
52 | processing effects which include for example: signal routing, | ||
53 | bass/treble control, AC3 passthrough, ... | ||
54 | Userspace tools to create new patches and load/unload them can be | ||
55 | found in the emu-tools package at the above URL. | ||
56 | |||
57 | config MIDI_EMU10K1 | ||
58 | bool "Creative SBLive! MIDI (EXPERIMENTAL)" | ||
59 | depends on SOUND_EMU10K1 && EXPERIMENTAL && ISA_DMA_API | ||
60 | help | ||
61 | Say Y if you want to be able to use the OSS /dev/sequencer | ||
62 | interface. This code is still experimental. | ||
63 | |||
64 | config SOUND_FUSION | ||
65 | tristate "Crystal SoundFusion (CS4280/461x)" | ||
66 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE_DRIVER | ||
67 | help | ||
68 | This module drives the Crystal SoundFusion devices (CS4280/46xx | ||
69 | series) when wired as native sound drivers with AC97 codecs. If | ||
70 | this driver does not work try the CS4232 driver. | ||
71 | |||
72 | config SOUND_BCM_CS4297A | 24 | config SOUND_BCM_CS4297A |
73 | tristate "Crystal Sound CS4297a (for Swarm)" | 25 | tristate "Crystal Sound CS4297a (for Swarm)" |
74 | depends on SOUND_PRIME && SIBYTE_SWARM | 26 | depends on SOUND_PRIME && SIBYTE_SWARM |
@@ -448,47 +400,6 @@ config SOUND_DMAP | |||
448 | 400 | ||
449 | Say Y unless you have 16MB or more RAM or a PCI sound card. | 401 | Say Y unless you have 16MB or more RAM or a PCI sound card. |
450 | 402 | ||
451 | config SOUND_AD1816 | ||
452 | tristate "AD1816(A) based cards (EXPERIMENTAL)" | ||
453 | depends on EXPERIMENTAL && SOUND_OSS && OSS_OBSOLETE_DRIVER | ||
454 | help | ||
455 | Say M here if you have a sound card based on the Analog Devices | ||
456 | AD1816(A) chip. | ||
457 | |||
458 | If you compile the driver into the kernel, you have to add | ||
459 | "ad1816=<io>,<irq>,<dma>,<dma2>" to the kernel command line. | ||
460 | |||
461 | config SOUND_AD1889 | ||
462 | tristate "AD1889 based cards (AD1819 codec) (EXPERIMENTAL)" | ||
463 | depends on EXPERIMENTAL && SOUND_OSS && PCI && OSS_OBSOLETE_DRIVER | ||
464 | help | ||
465 | Say M here if you have a sound card based on the Analog Devices | ||
466 | AD1889 chip. | ||
467 | |||
468 | config SOUND_ADLIB | ||
469 | tristate "Adlib Cards" | ||
470 | depends on SOUND_OSS && OSS_OBSOLETE_DRIVER | ||
471 | help | ||
472 | Includes ASB 64 4D. Information on programming AdLib cards is | ||
473 | available at <http://www.itsnet.com/home/ldragon/Specs/adlib.html>. | ||
474 | |||
475 | config SOUND_ACI_MIXER | ||
476 | tristate "ACI mixer (miroSOUND PCM1-pro/PCM12/PCM20)" | ||
477 | depends on SOUND_OSS && OSS_OBSOLETE_DRIVER | ||
478 | ---help--- | ||
479 | ACI (Audio Command Interface) is a protocol used to communicate with | ||
480 | the microcontroller on some sound cards produced by miro and | ||
481 | Cardinal Technologies. The main function of the ACI is to control | ||
482 | the mixer and to get a product identification. | ||
483 | |||
484 | This VoxWare ACI driver currently supports the ACI functions on the | ||
485 | miroSOUND PCM1-pro, PCM12 and PCM20 radio. On the PCM20 radio, ACI | ||
486 | also controls the radio tuner. This is supported in the video4linux | ||
487 | miropcm20 driver (say M or Y here and go back to "Multimedia | ||
488 | devices" -> "Radio Adapters"). | ||
489 | |||
490 | This driver is also available as a module and will be called aci. | ||
491 | |||
492 | config SOUND_CS4232 | 403 | config SOUND_CS4232 |
493 | tristate "Crystal CS4232 based (PnP) cards" | 404 | tristate "Crystal CS4232 based (PnP) cards" |
494 | depends on SOUND_OSS | 405 | depends on SOUND_OSS |
@@ -594,18 +505,6 @@ config SOUND_MPU401 | |||
594 | If you compile the driver into the kernel, you have to add | 505 | If you compile the driver into the kernel, you have to add |
595 | "mpu401=<io>,<irq>" to the kernel command line. | 506 | "mpu401=<io>,<irq>" to the kernel command line. |
596 | 507 | ||
597 | config SOUND_NM256 | ||
598 | tristate "NM256AV/NM256ZX audio support" | ||
599 | depends on SOUND_OSS && OSS_OBSOLETE_DRIVER | ||
600 | help | ||
601 | Say M here to include audio support for the NeoMagic 256AV/256ZX | ||
602 | chipsets. These are the audio chipsets found in the Sony | ||
603 | Z505S/SX/DX, some Sony F-series, and the Dell Latitude CPi and CPt | ||
604 | laptops. It includes support for an AC97-compatible mixer and an | ||
605 | apparently proprietary sound engine. | ||
606 | |||
607 | See <file:Documentation/sound/oss/NM256> for further information. | ||
608 | |||
609 | config SOUND_PAS | 508 | config SOUND_PAS |
610 | tristate "ProAudioSpectrum 16 support" | 509 | tristate "ProAudioSpectrum 16 support" |
611 | depends on SOUND_OSS | 510 | depends on SOUND_OSS |
@@ -714,20 +613,6 @@ config SOUND_YM3812 | |||
714 | 613 | ||
715 | If unsure, say Y. | 614 | If unsure, say Y. |
716 | 615 | ||
717 | config SOUND_OPL3SA2 | ||
718 | tristate "Yamaha OPL3-SA2 and SA3 based PnP cards" | ||
719 | depends on SOUND_OSS && OSS_OBSOLETE_DRIVER | ||
720 | help | ||
721 | Say Y or M if you have a card based on one of these Yamaha sound | ||
722 | chipsets or the "SAx", which is actually a SA3. Read | ||
723 | <file:Documentation/sound/oss/OPL3-SA2> for more information on | ||
724 | configuring these cards. | ||
725 | |||
726 | If you compile the driver into the kernel and do not also | ||
727 | configure in the optional ISA PnP support, you will have to add | ||
728 | "opl3sa2=<io>,<irq>,<dma>,<dma2>,<mssio>,<mpuio>" to the kernel | ||
729 | command line. | ||
730 | |||
731 | config SOUND_UART6850 | 616 | config SOUND_UART6850 |
732 | tristate "6850 UART support" | 617 | tristate "6850 UART support" |
733 | depends on SOUND_OSS | 618 | depends on SOUND_OSS |