Kconfig 21 KB

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