Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  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_ES1688
  108. tristate "Generic ESS ES688/ES1688 and ES968 PnP driver"
  109. select SND_OPL3_LIB
  110. select SND_MPU401_UART
  111. select SND_PCM
  112. help
  113. Say Y here to include support for ESS AudioDrive ES688 or
  114. ES1688 chips. Also, this module support cards with ES968 PnP chip.
  115. To compile this driver as a module, choose M here: the module
  116. will be called snd-es1688.
  117. config SND_ES18XX
  118. tristate "Generic ESS ES18xx 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 ES18xx chips.
  124. To compile this driver as a module, choose M here: the module
  125. will be called snd-es18xx.
  126. config SND_SC6000
  127. tristate "Gallant SC-6000/6600/7000 and Audio Excel DSP 16"
  128. depends on HAS_IOPORT
  129. select SND_WSS_LIB
  130. select SND_OPL3_LIB
  131. select SND_MPU401_UART
  132. help
  133. Say Y here to include support for Gallant SC-6000, SC-6600, SC-7000
  134. cards and clones:
  135. Audio Excel DSP 16 and Zoltrix AV302.
  136. These cards are based on CompuMedia ASC-9308 or ASC-9408 chips.
  137. To compile this driver as a module, choose M here: the module
  138. will be called snd-sc6000.
  139. config SND_GUSCLASSIC
  140. tristate "Gravis UltraSound Classic"
  141. select SND_RAWMIDI
  142. select SND_PCM
  143. help
  144. Say Y here to include support for Gravis UltraSound Classic
  145. soundcards.
  146. To compile this driver as a module, choose M here: the module
  147. will be called snd-gusclassic.
  148. config SND_GUSEXTREME
  149. tristate "Gravis UltraSound Extreme"
  150. select SND_OPL3_LIB
  151. select SND_MPU401_UART
  152. select SND_PCM
  153. help
  154. Say Y here to include support for Gravis UltraSound Extreme
  155. soundcards.
  156. To compile this driver as a module, choose M here: the module
  157. will be called snd-gusextreme.
  158. config SND_GUSMAX
  159. tristate "Gravis UltraSound MAX"
  160. select SND_RAWMIDI
  161. select SND_WSS_LIB
  162. help
  163. Say Y here to include support for Gravis UltraSound MAX
  164. soundcards.
  165. To compile this driver as a module, choose M here: the module
  166. will be called snd-gusmax.
  167. config SND_INTERWAVE
  168. tristate "AMD InterWave, Gravis UltraSound PnP"
  169. depends on PNP
  170. select SND_RAWMIDI
  171. select SND_WSS_LIB
  172. help
  173. Say Y here to include support for AMD InterWave based
  174. soundcards (Gravis UltraSound Plug & Play, STB SoundRage32,
  175. MED3210, Dynasonic Pro, Panasonic PCA761AW).
  176. To compile this driver as a module, choose M here: the module
  177. will be called snd-interwave.
  178. config SND_INTERWAVE_STB
  179. tristate "AMD InterWave + TEA6330T (UltraSound 32-Pro)"
  180. depends on PNP
  181. select SND_RAWMIDI
  182. select SND_WSS_LIB
  183. help
  184. Say Y here to include support for AMD InterWave based
  185. soundcards with a TEA6330T bass and treble regulator
  186. (UltraSound 32-Pro).
  187. To compile this driver as a module, choose M here: the module
  188. will be called snd-interwave-stb.
  189. config SND_JAZZ16
  190. tristate "Media Vision Jazz16 card and compatibles"
  191. select SND_OPL3_LIB
  192. select SND_MPU401_UART
  193. select SND_SB8_DSP
  194. help
  195. Say Y here to include support for soundcards based on the
  196. Media Vision Jazz16 chipset: digital chip MVD1216 (Jazz16),
  197. codec MVA416 (CS4216) and mixer MVA514 (ICS2514).
  198. Media Vision's Jazz16 cards were sold under names Pro Sonic 16,
  199. Premium 3-D and Pro 3-D. There were also OEMs cards with the
  200. Jazz16 chipset.
  201. To compile this driver as a module, choose M here: the module
  202. will be called snd-jazz16.
  203. config SND_OPL3SA2
  204. tristate "Yamaha OPL3-SA2/SA3"
  205. select SND_OPL3_LIB
  206. select SND_MPU401_UART
  207. select SND_WSS_LIB
  208. help
  209. Say Y here to include support for Yamaha OPL3-SA2 and OPL3-SA3
  210. chips.
  211. To compile this driver as a module, choose M here: the module
  212. will be called snd-opl3sa2.
  213. config SND_OPTI92X_AD1848
  214. tristate "OPTi 82C92x - AD1848"
  215. select SND_OPL3_LIB
  216. select SND_OPL4_LIB
  217. select SND_MPU401_UART
  218. select SND_WSS_LIB
  219. help
  220. Say Y here to include support for soundcards based on Opti
  221. 82C92x or OTI-601 chips and using an AD1848 codec.
  222. To compile this driver as a module, choose M here: the module
  223. will be called snd-opti92x-ad1848.
  224. config SND_OPTI92X_CS4231
  225. tristate "OPTi 82C92x - CS4231"
  226. select SND_OPL3_LIB
  227. select SND_OPL4_LIB
  228. select SND_MPU401_UART
  229. select SND_WSS_LIB
  230. help
  231. Say Y here to include support for soundcards based on Opti
  232. 82C92x chips and using a CS4231 codec.
  233. To compile this driver as a module, choose M here: the module
  234. will be called snd-opti92x-cs4231.
  235. config SND_OPTI93X
  236. tristate "OPTi 82C93x"
  237. select SND_OPL3_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. 82C93x chips.
  243. To compile this driver as a module, choose M here: the module
  244. will be called snd-opti93x.
  245. config SND_MIRO
  246. tristate "Miro miroSOUND PCM1pro/PCM12/PCM20radio driver"
  247. select SND_OPL4_LIB
  248. select SND_WSS_LIB
  249. select SND_MPU401_UART
  250. select SND_PCM
  251. help
  252. Say 'Y' or 'M' to include support for Miro miroSOUND PCM1 pro,
  253. miroSOUND PCM12 and miroSOUND PCM20 Radio soundcards.
  254. To compile this driver as a module, choose M here: the module
  255. will be called snd-miro.
  256. config SND_SB8
  257. tristate "Sound Blaster 1.0/2.0/Pro (8-bit)"
  258. select SND_OPL3_LIB
  259. select SND_RAWMIDI
  260. select SND_SB8_DSP
  261. help
  262. Say Y here to include support for Creative Sound Blaster 1.0/
  263. 2.0/Pro (8-bit) or 100% compatible soundcards.
  264. To compile this driver as a module, choose M here: the module
  265. will be called snd-sb8.
  266. config SND_SB16
  267. tristate "Sound Blaster 16 (PnP)"
  268. select SND_OPL3_LIB
  269. select SND_MPU401_UART
  270. select SND_SB16_DSP
  271. help
  272. Say Y here to include support for Sound Blaster 16 soundcards
  273. (including the Plug and Play version).
  274. To compile this driver as a module, choose M here: the module
  275. will be called snd-sb16.
  276. config SND_SBAWE
  277. tristate "Sound Blaster AWE (32,64) (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 AWE 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-sbawe.
  286. config SND_SB16_CSP
  287. bool "Sound Blaster 16/AWE CSP support"
  288. depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC)
  289. select FW_LOADER
  290. help
  291. Say Y here to include support for the CSP core. This special
  292. coprocessor can do variable tasks like various compression and
  293. decompression algorithms.
  294. config SND_SGALAXY
  295. tristate "Aztech Sound Galaxy"
  296. select SND_WSS_LIB
  297. help
  298. Say Y here to include support for Aztech Sound Galaxy
  299. soundcards.
  300. To compile this driver as a module, choose M here: the module
  301. will be called snd-sgalaxy.
  302. config SND_SSCAPE
  303. tristate "Ensoniq SoundScape driver"
  304. select SND_MPU401_UART
  305. select SND_WSS_LIB
  306. select FW_LOADER
  307. help
  308. Say Y here to include support for Ensoniq SoundScape
  309. and Ensoniq OEM soundcards.
  310. The PCM audio is supported on SoundScape Classic, Elite, PnP
  311. and VIVO cards. The supported OEM cards are SPEA Media FX and
  312. Reveal SC-600.
  313. The MIDI support is very experimental and requires binary
  314. firmware files called "scope.cod" and "sndscape.co?" where the
  315. ? is digit 0, 1, 2, 3 or 4. The firmware files can be found
  316. in DOS or Windows driver packages. One has to put the firmware
  317. files into the /lib/firmware directory.
  318. To compile this driver as a module, choose M here: the module
  319. will be called snd-sscape.
  320. config SND_WAVEFRONT
  321. tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)"
  322. select FW_LOADER
  323. select SND_OPL3_LIB
  324. select SND_MPU401_UART
  325. select SND_WSS_LIB
  326. help
  327. Say Y here to include support for Turtle Beach Maui, Tropez
  328. and Tropez+ soundcards based on the Wavefront chip.
  329. To compile this driver as a module, choose M here: the module
  330. will be called snd-wavefront.
  331. config SND_MSND_PINNACLE
  332. tristate "Turtle Beach MultiSound Pinnacle/Fiji driver"
  333. depends on X86 && EXPERIMENTAL
  334. select FW_LOADER
  335. select SND_MPU401_UART
  336. select SND_PCM
  337. help
  338. Say Y to include support for Turtle Beach MultiSound Pinnacle/
  339. Fiji soundcards.
  340. To compile this driver as a module, choose M here: the module
  341. will be called snd-msnd-pinnacle.
  342. config SND_MSND_CLASSIC
  343. tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
  344. depends on X86 && EXPERIMENTAL
  345. select FW_LOADER
  346. select SND_MPU401_UART
  347. select SND_PCM
  348. help
  349. Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or
  350. Monterey (not for the Pinnacle or Fiji).
  351. See <file:Documentation/sound/oss/MultiSound> for important information
  352. about this driver. Note that it has been discontinued, but the
  353. Voyetra Turtle Beach knowledge base entry for it is still available
  354. at <http://www.turtlebeach.com/site/kb_ftp/790.asp>.
  355. To compile this driver as a module, choose M here: the module
  356. will be called snd-msnd-classic.
  357. endif # SND_ISA