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