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