Kconfig 19 KB

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