Kconfig 23 KB

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