Kconfig 20 KB

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