Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  1. # ALSA ISA drivers
  2. config SND_WSS_LIB
  3. tristate
  4. select SND_PCM
  5. config SND_SB_COMMON
  6. tristate
  7. config SND_SB8_DSP
  8. tristate
  9. select SND_PCM
  10. select SND_SB_COMMON
  11. config SND_SB16_DSP
  12. tristate
  13. select SND_PCM
  14. select SND_SB_COMMON
  15. menuconfig SND_ISA
  16. bool "ISA sound devices"
  17. depends on ISA && ISA_DMA_API
  18. default y
  19. help
  20. Support for sound devices connected via the ISA bus.
  21. if SND_ISA
  22. config SND_ADLIB
  23. tristate "AdLib FM card"
  24. select SND_OPL3_LIB
  25. help
  26. Say Y here to include support for AdLib FM cards.
  27. To compile this driver as a module, choose M here: the module
  28. will be called snd-adlib.
  29. config SND_AD1816A
  30. tristate "Analog Devices SoundPort AD1816A"
  31. depends on PNP
  32. select ISAPNP
  33. select SND_OPL3_LIB
  34. select SND_MPU401_UART
  35. select SND_PCM
  36. help
  37. Say Y here to include support for Analog Devices SoundPort
  38. AD1816A or compatible sound chips.
  39. To compile this driver as a module, choose M here: the module
  40. will be called snd-ad1816a.
  41. config SND_AD1848
  42. tristate "Generic AD1848/CS4248 driver"
  43. select SND_WSS_LIB
  44. help
  45. Say Y here to include support for AD1848 (Analog Devices) or
  46. CS4248 (Cirrus Logic - Crystal Semiconductors) chips.
  47. For newer chips from Cirrus Logic, use the CS4231 or CS4232+
  48. drivers.
  49. To compile this driver as a module, choose M here: the module
  50. will be called snd-ad1848.
  51. config SND_ALS100
  52. tristate "Diamond Tech. DT-019x and Avance Logic ALSxxx"
  53. depends on PNP
  54. select ISAPNP
  55. select SND_OPL3_LIB
  56. select SND_MPU401_UART
  57. select SND_SB16_DSP
  58. help
  59. Say Y here to include support for soundcards based on the
  60. Diamond Technologies DT-019X or Avance Logic chips: ALS007,
  61. ALS100, ALS110, ALS120 and ALS200 chips.
  62. To compile this driver as a module, choose M here: the module
  63. will be called snd-als100.
  64. config SND_AZT2320
  65. tristate "Aztech Systems AZT2320"
  66. depends on PNP
  67. select ISAPNP
  68. select SND_OPL3_LIB
  69. select SND_MPU401_UART
  70. select SND_WSS_LIB
  71. help
  72. Say Y here to include support for soundcards based on the
  73. Aztech Systems AZT2320 chip.
  74. To compile this driver as a module, choose M here: the module
  75. will be called snd-azt2320.
  76. config SND_CMI8330
  77. tristate "C-Media CMI8330"
  78. select SND_WSS_LIB
  79. select SND_SB16_DSP
  80. select SND_OPL3_LIB
  81. select SND_MPU401_UART
  82. help
  83. Say Y here to include support for soundcards based on the
  84. C-Media CMI8330 chip.
  85. To compile this driver as a module, choose M here: the module
  86. will be called snd-cmi8330.
  87. config SND_CS4231
  88. tristate "Generic Cirrus Logic CS4231 driver"
  89. select SND_MPU401_UART
  90. select SND_WSS_LIB
  91. help
  92. Say Y here to include support for CS4231 chips from Cirrus
  93. Logic - Crystal Semiconductors.
  94. To compile this driver as a module, choose M here: the module
  95. will be called snd-cs4231.
  96. config SND_CS4236
  97. tristate "Generic Cirrus Logic CS4232/CS4236+ driver"
  98. select SND_OPL3_LIB
  99. select SND_MPU401_UART
  100. select SND_WSS_LIB
  101. help
  102. Say Y to include support for CS4232,CS4235,CS4236,CS4237B,
  103. CS4238B,CS4239 chips from Cirrus Logic - Crystal
  104. Semiconductors.
  105. To compile this driver as a module, choose M here: the module
  106. will be called snd-cs4236.
  107. config SND_ES968
  108. tristate "Generic ESS ES968 driver"
  109. depends on PNP
  110. select ISAPNP
  111. select SND_MPU401_UART
  112. select SND_SB8_DSP
  113. help
  114. Say Y here to include support for ESS AudioDrive ES968 chips.
  115. To compile this driver as a module, choose M here: the module
  116. will be called snd-es968.
  117. config SND_ES1688
  118. tristate "Generic ESS ES688/ES1688 driver"
  119. select SND_OPL3_LIB
  120. select SND_MPU401_UART
  121. select SND_PCM
  122. help
  123. Say Y here to include support for ESS AudioDrive ES688 or
  124. ES1688 chips.
  125. To compile this driver as a module, choose M here: the module
  126. will be called snd-es1688.
  127. config SND_ES18XX
  128. tristate "Generic ESS ES18xx driver"
  129. select SND_OPL3_LIB
  130. select SND_MPU401_UART
  131. select SND_PCM
  132. help
  133. Say Y here to include support for ESS AudioDrive ES18xx chips.
  134. To compile this driver as a module, choose M here: the module
  135. will be called snd-es18xx.
  136. config SND_SC6000
  137. tristate "Gallant SC-6000/6600/7000 and Audio Excel DSP 16"
  138. depends on HAS_IOPORT
  139. select SND_WSS_LIB
  140. select SND_OPL3_LIB
  141. select SND_MPU401_UART
  142. help
  143. Say Y here to include support for Gallant SC-6000, SC-6600, SC-7000
  144. cards and clones:
  145. Audio Excel DSP 16 and Zoltrix AV302.
  146. These cards are based on CompuMedia ASC-9308 or ASC-9408 chips.
  147. To compile this driver as a module, choose M here: the module
  148. will be called snd-sc6000.
  149. config SND_GUSCLASSIC
  150. tristate "Gravis UltraSound Classic"
  151. select SND_RAWMIDI
  152. select SND_PCM
  153. help
  154. Say Y here to include support for Gravis UltraSound Classic
  155. soundcards.
  156. To compile this driver as a module, choose M here: the module
  157. will be called snd-gusclassic.
  158. config SND_GUSEXTREME
  159. tristate "Gravis UltraSound Extreme"
  160. select SND_OPL3_LIB
  161. select SND_MPU401_UART
  162. select SND_PCM
  163. help
  164. Say Y here to include support for Gravis UltraSound Extreme
  165. soundcards.
  166. To compile this driver as a module, choose M here: the module
  167. will be called snd-gusextreme.
  168. config SND_GUSMAX
  169. tristate "Gravis UltraSound MAX"
  170. select SND_RAWMIDI
  171. select SND_WSS_LIB
  172. help
  173. Say Y here to include support for Gravis UltraSound MAX
  174. soundcards.
  175. To compile this driver as a module, choose M here: the module
  176. will be called snd-gusmax.
  177. config SND_INTERWAVE
  178. tristate "AMD InterWave, Gravis UltraSound PnP"
  179. depends on PNP
  180. select SND_RAWMIDI
  181. select SND_WSS_LIB
  182. help
  183. Say Y here to include support for AMD InterWave based
  184. soundcards (Gravis UltraSound Plug & Play, STB SoundRage32,
  185. MED3210, Dynasonic Pro, Panasonic PCA761AW).
  186. To compile this driver as a module, choose M here: the module
  187. will be called snd-interwave.
  188. config SND_INTERWAVE_STB
  189. tristate "AMD InterWave + TEA6330T (UltraSound 32-Pro)"
  190. depends on PNP
  191. select SND_RAWMIDI
  192. select SND_WSS_LIB
  193. help
  194. Say Y here to include support for AMD InterWave based
  195. soundcards with a TEA6330T bass and treble regulator
  196. (UltraSound 32-Pro).
  197. To compile this driver as a module, choose M here: the module
  198. will be called snd-interwave-stb.
  199. config SND_JAZZ16
  200. tristate "Media Vision Jazz16 card and compatibles"
  201. select SND_OPL3_LIB
  202. select SND_MPU401_UART
  203. select SND_SB8_DSP
  204. help
  205. Say Y here to include support for soundcards based on the
  206. Media Vision Jazz16 chipset: digital chip MVD1216 (Jazz16),
  207. codec MVA416 (CS4216) and mixer MVA514 (ICS2514).
  208. Media Vision's Jazz16 cards were sold under names Pro Sonic 16,
  209. Premium 3-D and Pro 3-D. There were also OEMs cards with the
  210. Jazz16 chipset.
  211. To compile this driver as a module, choose M here: the module
  212. will be called snd-jazz16.
  213. config SND_OPL3SA2
  214. tristate "Yamaha OPL3-SA2/SA3"
  215. select SND_OPL3_LIB
  216. select SND_MPU401_UART
  217. select SND_WSS_LIB
  218. help
  219. Say Y here to include support for Yamaha OPL3-SA2 and OPL3-SA3
  220. chips.
  221. To compile this driver as a module, choose M here: the module
  222. will be called snd-opl3sa2.
  223. config SND_OPTI92X_AD1848
  224. tristate "OPTi 82C92x - AD1848"
  225. select SND_OPL3_LIB
  226. select SND_OPL4_LIB
  227. select SND_MPU401_UART
  228. select SND_WSS_LIB
  229. help
  230. Say Y here to include support for soundcards based on Opti
  231. 82C92x or OTI-601 chips and using an AD1848 codec.
  232. To compile this driver as a module, choose M here: the module
  233. will be called snd-opti92x-ad1848.
  234. config SND_OPTI92X_CS4231
  235. tristate "OPTi 82C92x - CS4231"
  236. select SND_OPL3_LIB
  237. select SND_OPL4_LIB
  238. select SND_MPU401_UART
  239. select SND_WSS_LIB
  240. help
  241. Say Y here to include support for soundcards based on Opti
  242. 82C92x chips and using a CS4231 codec.
  243. To compile this driver as a module, choose M here: the module
  244. will be called snd-opti92x-cs4231.
  245. config SND_OPTI93X
  246. tristate "OPTi 82C93x"
  247. select SND_OPL3_LIB
  248. select SND_MPU401_UART
  249. select SND_WSS_LIB
  250. help
  251. Say Y here to include support for soundcards based on Opti
  252. 82C93x chips.
  253. To compile this driver as a module, choose M here: the module
  254. will be called snd-opti93x.
  255. config SND_MIRO
  256. tristate "Miro miroSOUND PCM1pro/PCM12/PCM20radio driver"
  257. select SND_OPL4_LIB
  258. select SND_WSS_LIB
  259. select SND_MPU401_UART
  260. select SND_PCM
  261. help
  262. Say 'Y' or 'M' to include support for Miro miroSOUND PCM1 pro,
  263. miroSOUND PCM12 and miroSOUND PCM20 Radio soundcards.
  264. To compile this driver as a module, choose M here: the module
  265. will be called snd-miro.
  266. config SND_SB8
  267. tristate "Sound Blaster 1.0/2.0/Pro (8-bit)"
  268. select SND_OPL3_LIB
  269. select SND_RAWMIDI
  270. select SND_SB8_DSP
  271. help
  272. Say Y here to include support for Creative Sound Blaster 1.0/
  273. 2.0/Pro (8-bit) or 100% compatible soundcards.
  274. To compile this driver as a module, choose M here: the module
  275. will be called snd-sb8.
  276. config SND_SB16
  277. tristate "Sound Blaster 16 (PnP)"
  278. select SND_OPL3_LIB
  279. select SND_MPU401_UART
  280. select SND_SB16_DSP
  281. help
  282. Say Y here to include support for Sound Blaster 16 soundcards
  283. (including the Plug and Play version).
  284. To compile this driver as a module, choose M here: the module
  285. will be called snd-sb16.
  286. config SND_SBAWE
  287. tristate "Sound Blaster AWE (32,64) (PnP)"
  288. select SND_OPL3_LIB
  289. select SND_MPU401_UART
  290. select SND_SB16_DSP
  291. help
  292. Say Y here to include support for Sound Blaster AWE soundcards
  293. (including the Plug and Play version).
  294. To compile this driver as a module, choose M here: the module
  295. will be called snd-sbawe.
  296. config SND_SB16_CSP
  297. bool "Sound Blaster 16/AWE CSP support"
  298. depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC)
  299. select FW_LOADER
  300. help
  301. Say Y here to include support for the CSP core. This special
  302. coprocessor can do variable tasks like various compression and
  303. decompression algorithms.
  304. config SND_SGALAXY
  305. tristate "Aztech Sound Galaxy"
  306. select SND_WSS_LIB
  307. help
  308. Say Y here to include support for Aztech Sound Galaxy
  309. soundcards.
  310. To compile this driver as a module, choose M here: the module
  311. will be called snd-sgalaxy.
  312. config SND_SSCAPE
  313. tristate "Ensoniq SoundScape driver"
  314. select SND_MPU401_UART
  315. select SND_WSS_LIB
  316. select FW_LOADER
  317. help
  318. Say Y here to include support for Ensoniq SoundScape
  319. and Ensoniq OEM soundcards.
  320. The PCM audio is supported on SoundScape Classic, Elite, PnP
  321. and VIVO cards. The supported OEM cards are SPEA Media FX and
  322. Reveal SC-600.
  323. The MIDI support is very experimental and requires binary
  324. firmware files called "scope.cod" and "sndscape.co?" where the
  325. ? is digit 0, 1, 2, 3 or 4. The firmware files can be found
  326. in DOS or Windows driver packages. One has to put the firmware
  327. files into the /lib/firmware directory.
  328. To compile this driver as a module, choose M here: the module
  329. will be called snd-sscape.
  330. config SND_WAVEFRONT
  331. tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)"
  332. select FW_LOADER
  333. select SND_OPL3_LIB
  334. select SND_MPU401_UART
  335. select SND_WSS_LIB
  336. help
  337. Say Y here to include support for Turtle Beach Maui, Tropez
  338. and Tropez+ soundcards based on the Wavefront chip.
  339. To compile this driver as a module, choose M here: the module
  340. will be called snd-wavefront.
  341. config SND_MSND_PINNACLE
  342. tristate "Turtle Beach MultiSound Pinnacle/Fiji driver"
  343. depends on X86 && EXPERIMENTAL
  344. select FW_LOADER
  345. select SND_MPU401_UART
  346. select SND_PCM
  347. help
  348. Say Y to include support for Turtle Beach MultiSound Pinnacle/
  349. Fiji soundcards.
  350. To compile this driver as a module, choose M here: the module
  351. will be called snd-msnd-pinnacle.
  352. config SND_MSND_CLASSIC
  353. tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
  354. depends on X86 && EXPERIMENTAL
  355. select FW_LOADER
  356. select SND_MPU401_UART
  357. select SND_PCM
  358. help
  359. Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or
  360. Monterey (not for the Pinnacle or Fiji).
  361. See <file:Documentation/sound/oss/MultiSound> for important information
  362. about this driver. Note that it has been discontinued, but the
  363. Voyetra Turtle Beach knowledge base entry for it is still available
  364. at <http://www.turtlebeach.com/site/kb_ftp/790.asp>.
  365. To compile this driver as a module, choose M here: the module
  366. will be called snd-msnd-classic.
  367. endif # SND_ISA