the scheduled removal of OBSOLETE_OSS options
[platform/adaptation/renesas_rcar/renesas_kernel.git] / sound / oss / Kconfig
1 # drivers/sound/Config.in
2 #
3 # 18 Apr 1998, Michael Elizabeth Chastain, <mailto:mec@shout.net>
4 # More hacking for modularisation.
5 #
6 # Prompt user for primary drivers.
7
8 config SOUND_BT878
9         tristate "BT878 audio dma"
10         depends on SOUND_PRIME && PCI
11         ---help---
12           Audio DMA support for bt878 based grabber boards.  As you might have
13           already noticed, bt878 is listed with two functions in /proc/pci.
14           Function 0 does the video stuff (bt848 compatible), function 1 does
15           the same for audio data.  This is a driver for the audio part of
16           the chip.  If you say 'Y' here you get a oss-compatible dsp device
17           where you can record from.  If you want just watch TV you probably
18           don't need this driver as most TV cards handle sound with a short
19           cable from the TV card to your sound card's line-in.
20
21           To compile this driver as a module, choose M here: the module will
22           be called btaudio.
23
24 config SOUND_BCM_CS4297A
25         tristate "Crystal Sound CS4297a (for Swarm)"
26         depends on SOUND_PRIME && SIBYTE_SWARM
27         help
28           The BCM91250A has a Crystal CS4297a on synchronous serial
29           port B (in addition to the DB-9 serial port).  Say Y or M
30           here to enable the sound chip instead of the UART.  Also
31           note that CONFIG_KGDB should not be enabled at the same
32           time, since it also attempts to use this UART port.
33
34 config SOUND_ICH
35         tristate "Intel ICH (i8xx) audio support"
36         depends on SOUND_PRIME && PCI
37         help
38           Support for integral audio in Intel's I/O Controller Hub (ICH)
39           chipset, as used on the 810/820/840 motherboards.
40
41 config SOUND_VWSND
42         tristate "SGI Visual Workstation Sound"
43         depends on SOUND_PRIME && X86_VISWS
44         help
45           Say Y or M if you have an SGI Visual Workstation and you want to be
46           able to use its on-board audio.  Read
47           <file:Documentation/sound/oss/vwsnd> for more info on this driver's
48           capabilities.
49
50 config SOUND_HAL2
51         tristate "SGI HAL2 sound (EXPERIMENTAL)"
52         depends on SOUND_PRIME && SGI_IP22 && EXPERIMENTAL
53         help
54           Say Y or M if you have an SGI Indy or Indigo2 system and want to be able to
55           use its on-board A2 audio system.
56
57 config SOUND_VRC5477
58         tristate "NEC Vrc5477 AC97 sound"
59         depends on SOUND_PRIME && DDB5477
60         help
61           Say Y here to enable sound support for the NEC Vrc5477 chip, an
62           integrated, multi-function controller chip for MIPS CPUs.  Works
63           with the AC97 codec.
64
65 config SOUND_AU1550_AC97
66         tristate "Au1550/Au1200 AC97 Sound"
67         select SND_AC97_CODEC
68         depends on SOUND_PRIME && (SOC_AU1550 || SOC_AU1200)
69
70 config SOUND_TRIDENT
71         tristate "Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core"
72         depends on SOUND_PRIME && PCI
73         ---help---
74           Say Y or M if you have a PCI sound card utilizing the Trident
75           4DWave-DX/NX chipset or your mother board chipset has SiS 7018
76           or ALi 5451 built-in. The SiS 7018 PCI Audio Core is embedded
77           in SiS960 Super South Bridge and SiS540/630 Single Chipset.
78           The ALi 5451 PCI Audio Core is embedded in ALi M1535, M1535D,
79           M1535+ or M1535D+ South Bridge.
80
81           Use lspci -n to find out if your sound card or chipset uses
82           Trident 4DWave or SiS 7018. PCI ID 1023:2000 or 1023:2001 stands
83           for Trident 4Dwave. PCI ID 1039:7018 stands for SiS7018. PCI ID
84           10B9:5451 stands for ALi5451.
85
86           This driver supports S/PDIF in/out (record/playback) for ALi 5451
87           embedded in ALi M1535+ and M1535D+. Note that they aren't all
88           enabled by default; you can enable them by saying Y to "/proc file
89           system support" and "Sysctl support", and after the /proc file
90           system has been mounted, executing the command
91
92                 command                 what is enabled
93
94           echo 0>/proc/ALi5451  pcm out is also set to S/PDIF out. (Default).
95
96           echo 1>/proc/ALi5451  use S/PDIF out to output pcm data.
97
98           echo 2>/proc/ALi5451  use S/PDIF out to output non-pcm data.
99           (AC3...).
100
101           echo 3>/proc/ALi5451  record from Ac97 in(MIC, Line in...).
102           (Default).
103
104           echo 4>/proc/ALi5451  no matter Ac97 settings, record from S/PDIF
105           in.
106
107
108           This driver differs slightly from OSS/Free, so PLEASE READ the
109           comments at the top of <file:drivers/sound/trident.c>.
110
111 config SOUND_MSNDCLAS
112         tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
113         depends on SOUND_PRIME && (m || !STANDALONE)
114         help
115           Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or
116           Monterey (not for the Pinnacle or Fiji).
117
118           See <file:Documentation/sound/oss/MultiSound> for important information
119           about this driver.  Note that it has been discontinued, but the
120           Voyetra Turtle Beach knowledge base entry for it is still available
121           at <http://www.turtlebeach.com/site/kb_ftp/790.asp>.
122
123 comment "Compiled-in MSND Classic support requires firmware during compilation."
124         depends on SOUND_PRIME && SOUND_MSNDCLAS=y
125
126 config MSNDCLAS_HAVE_BOOT
127         bool
128         depends on SOUND_MSNDCLAS=y && !STANDALONE
129         default y
130
131 config MSNDCLAS_INIT_FILE
132         string "Full pathname of MSNDINIT.BIN firmware file"
133         depends on SOUND_MSNDCLAS
134         default "/etc/sound/msndinit.bin"
135         help
136           The MultiSound cards have two firmware files which are required for
137           operation, and are not currently included. These files can be
138           obtained from Turtle Beach. See
139           <file:Documentation/sound/oss/MultiSound> for information on how to
140           obtain this.
141
142 config MSNDCLAS_PERM_FILE
143         string "Full pathname of MSNDPERM.BIN firmware file"
144         depends on SOUND_MSNDCLAS
145         default "/etc/sound/msndperm.bin"
146         help
147           The MultiSound cards have two firmware files which are required for
148           operation, and are not currently included. These files can be
149           obtained from Turtle Beach. See
150           <file:Documentation/sound/oss/MultiSound> for information on how to
151           obtain this.
152
153 config MSNDCLAS_IRQ
154         int "MSND Classic IRQ 5, 7, 9, 10, 11, 12"
155         depends on SOUND_MSNDCLAS=y
156         default "5"
157         help
158           Interrupt Request line for the MultiSound Classic and related cards.
159
160 config MSNDCLAS_MEM
161         hex "MSND Classic memory B0000, C8000, D0000, D8000, E0000, E8000"
162         depends on SOUND_MSNDCLAS=y
163         default "D0000"
164         help
165           Memory-mapped I/O base address for the MultiSound Classic and
166           related cards.
167
168 config MSNDCLAS_IO
169         hex "MSND Classic I/O 210, 220, 230, 240, 250, 260, 290, 3E0"
170         depends on SOUND_MSNDCLAS=y
171         default "290"
172         help
173           I/O port address for the MultiSound Classic and related cards.
174
175 config SOUND_MSNDPIN
176         tristate "Support for Turtle Beach MultiSound Pinnacle, Fiji"
177         depends on SOUND_PRIME && (m || !STANDALONE)
178         help
179           Say M here if you have a Turtle Beach MultiSound Pinnacle or Fiji.
180           See <file:Documentation/sound/oss/MultiSound> for important information
181           about this driver. Note that it has been discontinued, but the
182           Voyetra Turtle Beach knowledge base entry for it is still available
183           at <http://www.turtlebeach.com/site/kb_ftp/600.asp>.
184
185 comment "Compiled-in MSND Pinnacle support requires firmware during compilation."
186         depends on SOUND_PRIME && SOUND_MSNDPIN=y
187
188 config MSNDPIN_HAVE_BOOT
189         bool
190         depends on SOUND_MSNDPIN=y
191         default y
192
193 config MSNDPIN_INIT_FILE
194         string "Full pathname of PNDSPINI.BIN firmware file"
195         depends on SOUND_MSNDPIN
196         default "/etc/sound/pndspini.bin"
197         help
198           The MultiSound cards have two firmware files which are required
199           for operation, and are not currently included. These files can be
200           obtained from Turtle Beach. See
201           <file:Documentation/sound/oss/MultiSound> for information on how to
202           obtain this.
203
204 config MSNDPIN_PERM_FILE
205         string "Full pathname of PNDSPERM.BIN firmware file"
206         depends on SOUND_MSNDPIN
207         default "/etc/sound/pndsperm.bin"
208         help
209           The MultiSound cards have two firmware files which are required for
210           operation, and are not currently included. These files can be
211           obtained from Turtle Beach. See
212           <file:Documentation/sound/oss/MultiSound> for information on how to
213           obtain this.
214
215 config MSNDPIN_IRQ
216         int "MSND Pinnacle IRQ 5, 7, 9, 10, 11, 12"
217         depends on SOUND_MSNDPIN=y
218         default "5"
219         help
220           Interrupt request line for the primary synthesizer on MultiSound
221           Pinnacle and Fiji sound cards.
222
223 config MSNDPIN_MEM
224         hex "MSND Pinnacle memory B0000, C8000, D0000, D8000, E0000, E8000"
225         depends on SOUND_MSNDPIN=y
226         default "D0000"
227         help
228           Memory-mapped I/O base address for the primary synthesizer on
229           MultiSound Pinnacle and Fiji sound cards.
230
231 config MSNDPIN_IO
232         hex "MSND Pinnacle I/O 210, 220, 230, 240, 250, 260, 290, 3E0"
233         depends on SOUND_MSNDPIN=y
234         default "290"
235         help
236           Memory-mapped I/O base address for the primary synthesizer on
237           MultiSound Pinnacle and Fiji sound cards.
238
239 config MSNDPIN_DIGITAL
240         bool "MSND Pinnacle has S/PDIF I/O"
241         depends on SOUND_MSNDPIN=y
242         help
243           If you have the S/PDIF daughter board for the Pinnacle or Fiji,
244           answer Y here; otherwise, say N. If you have this, you will be able
245           to play and record from the S/PDIF port (digital signal). See
246           <file:Documentation/sound/oss/MultiSound> for information on how to make
247           use of this capability.
248
249 config MSNDPIN_NONPNP
250         bool "MSND Pinnacle non-PnP Mode"
251         depends on SOUND_MSNDPIN=y
252         help
253           The Pinnacle and Fiji card resources can be configured either with
254           PnP, or through a configuration port. Say Y here if your card is NOT
255           in PnP mode. For the Pinnacle, configuration in non-PnP mode allows
256           use of the IDE and joystick peripherals on the card as well; these
257           do not show up when the card is in PnP mode. Specifying zero for any
258           resource of a device will disable the device. If you are running the
259           card in PnP mode, you must say N here and use isapnptools to
260           configure the card's resources.
261
262 comment "MSND Pinnacle DSP section will be configured to above parameters."
263         depends on SOUND_PRIME && SOUND_MSNDPIN=y && MSNDPIN_NONPNP
264
265 config MSNDPIN_CFG
266         hex "MSND Pinnacle config port 250,260,270"
267         depends on MSNDPIN_NONPNP
268         default "250"
269         help
270           This is the port which the Pinnacle and Fiji uses to configure the
271           card's resources when not in PnP mode. If your card is in PnP mode,
272           then be sure to say N to the previous option, "MSND Pinnacle Non-PnP
273           Mode".
274
275 comment "Pinnacle-specific Device Configuration (0 disables)"
276         depends on SOUND_PRIME && SOUND_MSNDPIN=y && MSNDPIN_NONPNP
277
278 config MSNDPIN_MPU_IO
279         hex "MSND Pinnacle MPU I/O (e.g. 330)"
280         depends on MSNDPIN_NONPNP
281         default "0"
282         help
283           Memory-mapped I/O base address for the Kurzweil daughterboard
284           synthesizer on MultiSound Pinnacle and Fiji sound cards.
285
286 config MSNDPIN_MPU_IRQ
287         int "MSND Pinnacle MPU IRQ (e.g. 9)"
288         depends on MSNDPIN_NONPNP
289         default "0"
290         help
291           Interrupt request number for the Kurzweil daughterboard
292           synthesizer on MultiSound Pinnacle and Fiji sound cards.
293
294 config MSNDPIN_IDE_IO0
295         hex "MSND Pinnacle IDE I/O 0 (e.g. 170)"
296         depends on MSNDPIN_NONPNP
297         default "0"
298         help
299           CD-ROM drive 0 memory-mapped I/O base address for the MultiSound
300           Pinnacle and Fiji sound cards.
301
302 config MSNDPIN_IDE_IO1
303         hex "MSND Pinnacle IDE I/O 1 (e.g. 376)"
304         depends on MSNDPIN_NONPNP
305         default "0"
306         help
307           CD-ROM drive 1 memory-mapped I/O base address for the MultiSound
308           Pinnacle and Fiji sound cards.
309
310 config MSNDPIN_IDE_IRQ
311         int "MSND Pinnacle IDE IRQ (e.g. 15)"
312         depends on MSNDPIN_NONPNP
313         default "0"
314         help
315           Interrupt request number for the IDE CD-ROM interface on the
316           MultiSound Pinnacle and Fiji sound cards.
317
318 config MSNDPIN_JOYSTICK_IO
319         hex "MSND Pinnacle joystick I/O (e.g. 200)"
320         depends on MSNDPIN_NONPNP
321         default "0"
322         help
323           Memory-mapped I/O base address for the joystick port on MultiSound
324           Pinnacle and Fiji sound cards.
325
326 config MSND_FIFOSIZE
327         int "MSND buffer size (kB)"
328         depends on SOUND_PRIME && (SOUND_MSNDPIN=y || SOUND_MSNDCLAS=y)
329         default "128"
330         help
331           Configures the size of each audio buffer, in kilobytes, for
332           recording and playing in the MultiSound drivers (both the Classic
333           and Pinnacle). Larger values reduce the chance of data overruns at
334           the expense of overall latency. If unsure, use the default.
335
336 config SOUND_VIA82CXXX
337         tristate "VIA 82C686 Audio Codec"
338         depends on SOUND_PRIME && PCI
339         help
340           Say Y here to include support for the audio codec found on VIA
341           82Cxxx-based chips. Typically these are built into a motherboard.
342
343           DO NOT select Sound Blaster or Adlib with this driver, unless
344           you have a Sound Blaster or Adlib card in addition to your VIA
345           audio chip.
346
347 config MIDI_VIA82CXXX
348         bool "VIA 82C686 MIDI"
349         depends on SOUND_VIA82CXXX && ISA_DMA_API
350         help
351           Answer Y to use the MIDI interface of the Via686. You may need to
352           enable this in the BIOS before it will work. This is for connection
353           to external MIDI hardware, and is not required for software playback
354           of MIDI files.
355
356 config SOUND_OSS
357         tristate "OSS sound modules"
358         depends on SOUND_PRIME && ISA_DMA_API
359         help
360           OSS is the Open Sound System suite of sound card drivers.  They make
361           sound programming easier since they provide a common API.  Say Y or
362           M here (the module will be called sound) if you haven't found a
363           driver for your sound card above, then pick your driver from the
364           list below.
365
366 config SOUND_TRACEINIT
367         bool "Verbose initialisation"
368         depends on SOUND_OSS
369         help
370           Verbose soundcard initialization -- affects the format of autoprobe
371           and initialization messages at boot time.
372
373 config SOUND_DMAP
374         bool "Persistent DMA buffers"
375         depends on SOUND_OSS
376         ---help---
377           Linux can often have problems allocating DMA buffers for ISA sound
378           cards on machines with more than 16MB of RAM. This is because ISA
379           DMA buffers must exist below the 16MB boundary and it is quite
380           possible that a large enough free block in this region cannot be
381           found after the machine has been running for a while. If you say Y
382           here the DMA buffers (64Kb) will be allocated at boot time and kept
383           until the shutdown. This option is only useful if you said Y to
384           "OSS sound modules", above. If you said M to "OSS sound modules"
385           then you can get the persistent DMA buffer functionality by passing
386           the command-line argument "dmabuf=1" to the sound module.
387
388           Say Y unless you have 16MB or more RAM or a PCI sound card.
389
390 config SOUND_CS4232
391         tristate "Crystal CS4232 based (PnP) cards"
392         depends on SOUND_OSS
393         help
394           Say Y here if you have a card based on the Crystal CS4232 chip set,
395           which uses its own Plug and Play protocol.
396
397           If you compile the driver into the kernel, you have to add
398           "cs4232=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the kernel
399           command line.
400
401           See <file:Documentation/sound/oss/CS4232> for more information on
402           configuring this card.
403
404 config SOUND_SSCAPE
405         tristate "Ensoniq SoundScape support"
406         depends on SOUND_OSS
407         help
408           Answer Y if you have a sound card based on the Ensoniq SoundScape
409           chipset. Such cards are being manufactured at least by Ensoniq, Spea
410           and Reveal (Reveal makes also other cards).
411
412           If you compile the driver into the kernel, you have to add
413           "sscape=<io>,<irq>,<dma>,<mpuio>,<mpuirq>" to the kernel command
414           line.
415
416
417 config SOUND_VMIDI
418         tristate "Loopback MIDI device support"
419         depends on SOUND_OSS
420         help
421           Support for MIDI loopback on port 1 or 2.
422
423 config SOUND_TRIX
424         tristate "MediaTrix AudioTrix Pro support"
425         depends on SOUND_OSS
426         help
427           Answer Y if you have the AudioTriX Pro sound card manufactured
428           by MediaTrix.
429
430 config TRIX_HAVE_BOOT
431         bool "Have TRXPRO.HEX firmware file"
432         depends on SOUND_TRIX=y && !STANDALONE
433         help
434           The MediaTrix AudioTrix Pro has an on-board microcontroller which
435           needs to be initialized by downloading the code from the file
436           TRXPRO.HEX in the DOS driver directory. If you don't have the
437           TRXPRO.HEX file handy you may skip this step. However, the SB and
438           MPU-401 modes of AudioTrix Pro will not work without this file!
439
440 config TRIX_BOOT_FILE
441         string "Full pathname of TRXPRO.HEX firmware file"
442         depends on TRIX_HAVE_BOOT
443         default "/etc/sound/trxpro.hex"
444         help
445           Enter the full pathname of your TRXPRO.HEX file, starting from /.
446
447 config SOUND_MSS
448         tristate "Microsoft Sound System support"
449         depends on SOUND_OSS
450         ---help---
451           Again think carefully before answering Y to this question.  It's
452           safe to answer Y if you have the original Windows Sound System card
453           made by Microsoft or Aztech SG 16 Pro (or NX16 Pro).  Also you may
454           say Y in case your card is NOT among these:
455
456           ATI Stereo F/X, AdLib, Audio Excell DSP16, Cardinal DSP16,
457           Ensoniq SoundScape (and compatibles made by Reveal and Spea),
458           Gravis Ultrasound, Gravis Ultrasound ACE, Gravis Ultrasound Max,
459           Gravis Ultrasound with 16 bit option, Logitech Sound Man 16,
460           Logitech SoundMan Games, Logitech SoundMan Wave, MAD16 Pro (OPTi
461           82C929), Media Vision Jazz16, MediaTriX AudioTriX Pro, Microsoft
462           Windows Sound System (MSS/WSS), Mozart (OAK OTI-601), Orchid
463           SW32, Personal Sound System (PSS), Pro Audio Spectrum 16, Pro
464           Audio Studio 16, Pro Sonic 16, Roland MPU-401 MIDI interface,
465           Sound Blaster 1.0, Sound Blaster 16, Sound Blaster 16ASP, Sound
466           Blaster 2.0, Sound Blaster AWE32, Sound Blaster Pro, TI TM4000M
467           notebook, ThunderBoard, Turtle Beach Tropez, Yamaha FM
468           synthesizers (OPL2, OPL3 and OPL4), 6850 UART MIDI Interface.
469
470           For cards having native support in VoxWare, consult the card
471           specific instructions in <file:Documentation/sound/oss/README.OSS>.
472           Some drivers have their own MSS support and saying Y to this option
473           will cause a conflict.
474
475           If you compile the driver into the kernel, you have to add
476           "ad1848=<io>,<irq>,<dma>,<dma2>[,<type>]" to the kernel command
477           line.
478
479 config SOUND_MPU401
480         tristate "MPU-401 support (NOT for SB16)"
481         depends on SOUND_OSS
482         ---help---
483           Be careful with this question.  The MPU401 interface is supported by
484           all sound cards.  However, some natively supported cards have their
485           own driver for MPU401.  Enabling this MPU401 option with these cards
486           will cause a conflict.  Also, enabling MPU401 on a system that
487           doesn't really have a MPU401 could cause some trouble.  If your card
488           was in the list of supported cards, look at the card specific
489           instructions in the <file:Documentation/sound/oss/README.OSS> file.  It
490           is safe to answer Y if you have a true MPU401 MIDI interface card.
491
492           If you compile the driver into the kernel, you have to add
493           "mpu401=<io>,<irq>" to the kernel command line.
494
495 config SOUND_PAS
496         tristate "ProAudioSpectrum 16 support"
497         depends on SOUND_OSS
498         ---help---
499           Answer Y only if you have a Pro Audio Spectrum 16, ProAudio Studio
500           16 or Logitech SoundMan 16 sound card. Answer N if you have some
501           other card made by Media Vision or Logitech since those are not
502           PAS16 compatible. Please read <file:Documentation/sound/oss/PAS16>.
503           It is not necessary to add Sound Blaster support separately; it
504           is included in PAS support.
505
506           If you compile the driver into the kernel, you have to add
507           "pas2=<io>,<irq>,<dma>,<dma2>,<sbio>,<sbirq>,<sbdma>,<sbdma2>
508           to the kernel command line.
509
510 config PAS_JOYSTICK
511         bool "Enable PAS16 joystick port"
512         depends on SOUND_PAS=y
513         help
514           Say Y here to enable the Pro Audio Spectrum 16's auxiliary joystick
515           port.
516
517 config SOUND_PSS
518         tristate "PSS (AD1848, ADSP-2115, ESC614) support"
519         depends on SOUND_OSS
520         help
521           Answer Y or M if you have an Orchid SW32, Cardinal DSP16, Beethoven
522           ADSP-16 or some other card based on the PSS chipset (AD1848 codec +
523           ADSP-2115 DSP chip + Echo ESC614 ASIC CHIP). For more information on
524           how to compile it into the kernel or as a module see the file
525           <file:Documentation/sound/oss/PSS>.
526
527           If you compile the driver into the kernel, you have to add
528           "pss=<io>,<mssio>,<mssirq>,<mssdma>,<mpuio>,<mpuirq>" to the kernel
529           command line.
530
531 config PSS_MIXER
532         bool "Enable PSS mixer (Beethoven ADSP-16 and other compatible)"
533         depends on SOUND_PSS
534         help
535           Answer Y for Beethoven ADSP-16. You may try to say Y also for other
536           cards if they have master volume, bass, treble, and you can't
537           control it under Linux. If you answer N for Beethoven ADSP-16, you
538           can't control master volume, bass, treble and synth volume.
539
540           If you said M to "PSS support" above, you may enable or disable this
541           PSS mixer with the module parameter pss_mixer. For more information
542           see the file <file:Documentation/sound/oss/PSS>.
543
544 config PSS_HAVE_BOOT
545         bool "Have DSPxxx.LD firmware file"
546         depends on SOUND_PSS && !STANDALONE
547         help
548           If you have the DSPxxx.LD file or SYNTH.LD file for you card, say Y
549           to include this file. Without this file the synth device (OPL) may
550           not work.
551
552 config PSS_BOOT_FILE
553         string "Full pathname of DSPxxx.LD firmware file"
554         depends on PSS_HAVE_BOOT
555         default "/etc/sound/dsp001.ld"
556         help
557           Enter the full pathname of your DSPxxx.LD file or SYNTH.LD file,
558           starting from /.
559
560 config SOUND_SB
561         tristate "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support"
562         depends on SOUND_OSS
563         ---help---
564           Answer Y if you have an original Sound Blaster card made by Creative
565           Labs or a 100% hardware compatible clone (like the Thunderboard or
566           SM Games). For an unknown card you may answer Y if the card claims
567           to be Sound Blaster-compatible.
568
569           Please read the file <file:Documentation/sound/oss/Soundblaster>.
570
571           You should also say Y here for cards based on the Avance Logic
572           ALS-007 and ALS-1X0 chips (read <file:Documentation/sound/oss/ALS>) and
573           for cards based on ESS chips (read
574           <file:Documentation/sound/oss/ESS1868> and
575           <file:Documentation/sound/oss/ESS>). If you have an SB AWE 32 or SB AWE
576           64, say Y here and also to "AWE32 synth" below and read
577           <file:Documentation/sound/oss/INSTALL.awe>. If you have an IBM Mwave
578           card, say Y here and read <file:Documentation/sound/oss/mwave>.
579
580           If you compile the driver into the kernel and don't want to use
581           isapnp, you have to add "sb=<io>,<irq>,<dma>,<dma2>" to the kernel
582           command line.
583
584           You can say M here to compile this driver as a module; the module is
585           called sb.
586
587 config SOUND_YM3812
588         tristate "Yamaha FM synthesizer (YM3812/OPL-3) support"
589         depends on SOUND_OSS
590         ---help---
591           Answer Y if your card has a FM chip made by Yamaha (OPL2/OPL3/OPL4).
592           Answering Y is usually a safe and recommended choice, however some
593           cards may have software (TSR) FM emulation. Enabling FM support with
594           these cards may cause trouble (I don't currently know of any such
595           cards, however). Please read the file
596           <file:Documentation/sound/oss/OPL3> if your card has an OPL3 chip.
597
598           If you compile the driver into the kernel, you have to add
599           "opl3=<io>" to the kernel command line.
600
601           If unsure, say Y.
602
603 config SOUND_UART6850
604         tristate "6850 UART support"
605         depends on SOUND_OSS
606         help
607           This option enables support for MIDI interfaces based on the 6850
608           UART chip. This interface is rarely found on sound cards. It's safe
609           to answer N to this question.
610
611           If you compile the driver into the kernel, you have to add
612           "uart6850=<io>,<irq>" to the kernel command line.
613
614 config SOUND_AEDSP16
615         tristate "Gallant Audio Cards (SC-6000 and SC-6600 based)"
616         depends on SOUND_OSS
617         ---help---
618           Answer Y if you have a Gallant's Audio Excel DSP 16 card. This
619           driver supports Audio Excel DSP 16 but not the III nor PnP versions
620           of this card.
621
622           The Gallant's Audio Excel DSP 16 card can emulate either an SBPro or
623           a Microsoft Sound System card, so you should have said Y to either
624           "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support"
625           or "Microsoft Sound System support", above, and you need to answer
626           the "MSS emulation" and "SBPro emulation" questions below
627           accordingly. You should say Y to one and only one of these two
628           questions.
629
630           Read the <file:Documentation/sound/oss/README.OSS> file and the head of
631           <file:drivers/sound/aedsp16.c> as well as
632           <file:Documentation/sound/oss/AudioExcelDSP16> to get more information
633           about this driver and its configuration.
634
635 config SC6600
636         bool "SC-6600 based audio cards (new Audio Excel DSP 16)"
637         depends on SOUND_AEDSP16
638         help
639           The SC6600 is the new version of DSP mounted on the Audio Excel DSP
640           16 cards. Find in the manual the FCC ID of your audio card and
641           answer Y if you have an SC6600 DSP.
642
643 config SC6600_JOY
644         bool "Activate SC-6600 Joystick Interface"
645         depends on SC6600
646         help
647           Say Y here in order to use the joystick interface of the Audio Excel
648           DSP 16 card.
649
650 config SC6600_CDROM
651         int "SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?)"
652         depends on SC6600
653         default "4"
654         help
655           This is used to activate the CD-ROM interface of the Audio Excel
656           DSP 16 card. Enter: 0 for Sony, 1 for Panasonic, 2 for IDE, 4 for no
657           CD-ROM present.
658
659 config SC6600_CDROMBASE
660         hex "SC-6600 CDROM Interface I/O Address"
661         depends on SC6600
662         default "0"
663         help
664           Base I/O port address for the CD-ROM interface of the Audio Excel
665           DSP 16 card.
666
667 choice
668         prompt "Audio Excel DSP 16"
669         optional
670         depends on SOUND_AEDSP16
671
672 config AEDSP16_MSS
673         bool "MSS emulation"
674         depends on SOUND_MSS
675         help
676           Answer Y if you want your audio card to emulate Microsoft Sound
677           System. You should then say Y to "Microsoft Sound System support"
678           and say N to "Audio Excel DSP 16 (SBPro emulation)".
679
680 config AEDSP16_SBPRO
681         bool "SBPro emulation"
682         depends on SOUND_SB
683         help
684           Answer Y if you want your audio card to emulate Sound Blaster Pro.
685           You should then say Y to "100% Sound Blaster compatibles
686           (SB16/32/64, ESS, Jazz16) support" and N to "Audio Excel DSP 16 (MSS
687           emulation)".
688
689           If you compile the driver into the kernel, you have to add
690           "aedsp16=<io>,<irq>,<dma>,<mssio>,<mpuio>,<mouirq>" to the kernel
691           command line.
692
693 endchoice
694
695 config SOUND_VIDC
696         tristate "VIDC 16-bit sound"
697         depends on ARM && (ARCH_ACORN || ARCH_CLPS7500) && SOUND_OSS
698         help
699           16-bit support for the VIDC onboard sound hardware found on Acorn
700           machines.
701
702 config SOUND_WAVEARTIST
703         tristate "Netwinder WaveArtist"
704         depends on ARM && SOUND_OSS && ARCH_NETWINDER
705         help
706           Say Y here to include support for the Rockwell WaveArtist sound
707           system.  This driver is mainly for the NetWinder.
708
709 config SOUND_TVMIXER
710         tristate "TV card (bt848) mixer support"
711         depends on SOUND_PRIME && I2C && VIDEO_V4L1
712         help
713           Support for audio mixer facilities on the BT848 TV frame-grabber
714           card.
715
716 config SOUND_KAHLUA
717         tristate "XpressAudio Sound Blaster emulation"
718         depends on SOUND_SB
719
720 config SOUND_SH_DAC_AUDIO
721         tristate "SuperH DAC audio support"
722         depends on SOUND_PRIME && CPU_SH3
723
724 config SOUND_SH_DAC_AUDIO_CHANNEL
725         int "DAC channel"
726         default "1"
727         depends on SOUND_SH_DAC_AUDIO