Kconfig 13 KB

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