Kconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. # ALSA ISA drivers
  2. menu "ISA devices"
  3. depends on SND!=n && ISA && ISA_DMA_API
  4. config SND_AD1848_LIB
  5. tristate
  6. select SND_PCM
  7. config SND_CS4231_LIB
  8. tristate
  9. select SND_PCM
  10. config SND_ADLIB
  11. tristate "AdLib FM card"
  12. select SND_OPL3_LIB
  13. help
  14. Say Y here to include support for AdLib FM cards.
  15. To compile this driver as a module, choose M here: the module
  16. will be called snd-adlib.
  17. config SND_AD1816A
  18. tristate "Analog Devices SoundPort AD1816A"
  19. depends on SND && PNP && ISA
  20. select ISAPNP
  21. select SND_OPL3_LIB
  22. select SND_MPU401_UART
  23. select SND_PCM
  24. help
  25. Say Y here to include support for Analog Devices SoundPort
  26. AD1816A or compatible sound chips.
  27. To compile this driver as a module, choose M here: the module
  28. will be called snd-ad1816a.
  29. config SND_AD1848
  30. tristate "Generic AD1848/CS4248 driver"
  31. depends on SND
  32. select SND_AD1848_LIB
  33. help
  34. Say Y here to include support for AD1848 (Analog Devices) or
  35. CS4248 (Cirrus Logic - Crystal Semiconductors) chips.
  36. For newer chips from Cirrus Logic, use the CS4231, CS4232 or
  37. CS4236+ drivers.
  38. To compile this driver as a module, choose M here: the module
  39. will be called snd-ad1848.
  40. config SND_ALS100
  41. tristate "Avance Logic ALS100/ALS120"
  42. depends on SND && PNP && ISA
  43. select ISAPNP
  44. select SND_OPL3_LIB
  45. select SND_MPU401_UART
  46. select SND_PCM
  47. help
  48. Say Y here to include support for soundcards based on Avance
  49. Logic ALS100, ALS110, ALS120 and ALS200 chips.
  50. To compile this driver as a module, choose M here: the module
  51. will be called snd-als100.
  52. config SND_AZT2320
  53. tristate "Aztech Systems AZT2320"
  54. depends on SND && PNP && ISA
  55. select ISAPNP
  56. select SND_OPL3_LIB
  57. select SND_MPU401_UART
  58. select SND_CS4231_LIB
  59. help
  60. Say Y here to include support for soundcards based on the
  61. Aztech Systems AZT2320 chip.
  62. To compile this driver as a module, choose M here: the module
  63. will be called snd-azt2320.
  64. config SND_CMI8330
  65. tristate "C-Media CMI8330"
  66. depends on SND
  67. select SND_AD1848_LIB
  68. help
  69. Say Y here to include support for soundcards based on the
  70. C-Media CMI8330 chip.
  71. To compile this driver as a module, choose M here: the module
  72. will be called snd-cmi8330.
  73. config SND_CS4231
  74. tristate "Generic Cirrus Logic CS4231 driver"
  75. depends on SND
  76. select SND_MPU401_UART
  77. select SND_CS4231_LIB
  78. help
  79. Say Y here to include support for CS4231 chips from Cirrus
  80. Logic - Crystal Semiconductors.
  81. To compile this driver as a module, choose M here: the module
  82. will be called snd-cs4231.
  83. config SND_CS4232
  84. tristate "Generic Cirrus Logic CS4232 driver"
  85. depends on SND
  86. select SND_OPL3_LIB
  87. select SND_MPU401_UART
  88. select SND_CS4231_LIB
  89. help
  90. Say Y here to include support for CS4232 chips from Cirrus
  91. Logic - Crystal Semiconductors.
  92. To compile this driver as a module, choose M here: the module
  93. will be called snd-cs4232.
  94. config SND_CS4236
  95. tristate "Generic Cirrus Logic CS4236+ driver"
  96. depends on SND
  97. select SND_OPL3_LIB
  98. select SND_MPU401_UART
  99. select SND_CS4231_LIB
  100. help
  101. Say Y to include support for CS4235,CS4236,CS4237B,CS4238B,
  102. CS4239 chips from Cirrus Logic - Crystal Semiconductors.
  103. To compile this driver as a module, choose M here: the module
  104. will be called snd-cs4236.
  105. config SND_DT019X
  106. tristate "Diamond Technologies DT-019X, Avance Logic ALS-007"
  107. depends on SND && PNP && ISA
  108. select ISAPNP
  109. select SND_OPL3_LIB
  110. select SND_MPU401_UART
  111. select SND_PCM
  112. help
  113. Say Y here to include support for soundcards based on the
  114. Diamond Technologies DT-019X or Avance Logic ALS-007 chips.
  115. To compile this driver as a module, choose M here: the module
  116. will be called snd-dt019x.
  117. config SND_ES968
  118. tristate "Generic ESS ES968 driver"
  119. depends on SND && PNP && ISA
  120. select ISAPNP
  121. select SND_MPU401_UART
  122. select SND_PCM
  123. help
  124. Say Y here to include support for ESS AudioDrive ES968 chips.
  125. To compile this driver as a module, choose M here: the module
  126. will be called snd-es968.
  127. config SND_ES1688
  128. tristate "Generic ESS ES688/ES1688 driver"
  129. depends on SND
  130. select SND_OPL3_LIB
  131. select SND_MPU401_UART
  132. select SND_PCM
  133. help
  134. Say Y here to include support for ESS AudioDrive ES688 or
  135. ES1688 chips.
  136. To compile this driver as a module, choose M here: the module
  137. will be called snd-es1688.
  138. config SND_ES18XX
  139. tristate "Generic ESS ES18xx driver"
  140. depends on SND
  141. select SND_OPL3_LIB
  142. select SND_MPU401_UART
  143. select SND_PCM
  144. help
  145. Say Y here to include support for ESS AudioDrive ES18xx chips.
  146. To compile this driver as a module, choose M here: the module
  147. will be called snd-es18xx.
  148. config SND_GUS_SYNTH
  149. tristate
  150. config SND_GUSCLASSIC
  151. tristate "Gravis UltraSound Classic"
  152. depends on SND
  153. select SND_RAWMIDI
  154. select SND_PCM
  155. select SND_GUS_SYNTH
  156. help
  157. Say Y here to include support for Gravis UltraSound Classic
  158. soundcards.
  159. To compile this driver as a module, choose M here: the module
  160. will be called snd-gusclassic.
  161. config SND_GUSEXTREME
  162. tristate "Gravis UltraSound Extreme"
  163. depends on SND
  164. select SND_HWDEP
  165. select SND_MPU401_UART
  166. select SND_PCM
  167. select SND_GUS_SYNTH
  168. help
  169. Say Y here to include support for Gravis UltraSound Extreme
  170. soundcards.
  171. To compile this driver as a module, choose M here: the module
  172. will be called snd-gusextreme.
  173. config SND_GUSMAX
  174. tristate "Gravis UltraSound MAX"
  175. depends on SND
  176. select SND_RAWMIDI
  177. select SND_CS4231_LIB
  178. select SND_GUS_SYNTH
  179. help
  180. Say Y here to include support for Gravis UltraSound MAX
  181. soundcards.
  182. To compile this driver as a module, choose M here: the module
  183. will be called snd-gusmax.
  184. config SND_INTERWAVE
  185. tristate "AMD InterWave, Gravis UltraSound PnP"
  186. depends on SND && PNP && ISA
  187. select SND_RAWMIDI
  188. select SND_CS4231_LIB
  189. select SND_GUS_SYNTH
  190. help
  191. Say Y here to include support for AMD InterWave based
  192. soundcards (Gravis UltraSound Plug & Play, STB SoundRage32,
  193. MED3210, Dynasonic Pro, Panasonic PCA761AW).
  194. To compile this driver as a module, choose M here: the module
  195. will be called snd-interwave.
  196. config SND_INTERWAVE_STB
  197. tristate "AMD InterWave + TEA6330T (UltraSound 32-Pro)"
  198. depends on SND && PNP && ISA
  199. select SND_RAWMIDI
  200. select SND_CS4231_LIB
  201. select SND_GUS_SYNTH
  202. help
  203. Say Y here to include support for AMD InterWave based
  204. soundcards with a TEA6330T bass and treble regulator
  205. (UltraSound 32-Pro).
  206. To compile this driver as a module, choose M here: the module
  207. will be called snd-interwave-stb.
  208. config SND_OPL3SA2
  209. tristate "Yamaha OPL3-SA2/SA3"
  210. depends on SND
  211. select SND_OPL3_LIB
  212. select SND_MPU401_UART
  213. select SND_CS4231_LIB
  214. help
  215. Say Y here to include support for Yamaha OPL3-SA2 and OPL3-SA3
  216. chips.
  217. To compile this driver as a module, choose M here: the module
  218. will be called snd-opl3sa2.
  219. config SND_OPTI92X_AD1848
  220. tristate "OPTi 82C92x - AD1848"
  221. depends on SND
  222. select SND_OPL3_LIB
  223. select SND_OPL4_LIB
  224. select SND_MPU401_UART
  225. select SND_AD1848_LIB
  226. help
  227. Say Y here to include support for soundcards based on Opti
  228. 82C92x or OTI-601 chips and using an AD1848 codec.
  229. To compile this driver as a module, choose M here: the module
  230. will be called snd-opti92x-ad1848.
  231. config SND_OPTI92X_CS4231
  232. tristate "OPTi 82C92x - CS4231"
  233. depends on SND
  234. select SND_OPL3_LIB
  235. select SND_OPL4_LIB
  236. select SND_MPU401_UART
  237. select SND_CS4231_LIB
  238. help
  239. Say Y here to include support for soundcards based on Opti
  240. 82C92x chips and using a CS4231 codec.
  241. To compile this driver as a module, choose M here: the module
  242. will be called snd-opti92x-cs4231.
  243. config SND_OPTI93X
  244. tristate "OPTi 82C93x"
  245. depends on SND
  246. select SND_OPL3_LIB
  247. select SND_MPU401_UART
  248. select SND_PCM
  249. help
  250. Say Y here to include support for soundcards based on Opti
  251. 82C93x chips.
  252. To compile this driver as a module, choose M here: the module
  253. will be called snd-opti93x.
  254. config SND_MIRO
  255. tristate "Miro miroSOUND PCM1pro/PCM12/PCM20radio driver"
  256. depends on SND
  257. select SND_OPL4_LIB
  258. select SND_CS4231_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. depends on SND
  269. select SND_OPL3_LIB
  270. select SND_RAWMIDI
  271. select SND_PCM
  272. help
  273. Say Y here to include support for Creative Sound Blaster 1.0/
  274. 2.0/Pro (8-bit) or 100% compatible soundcards.
  275. To compile this driver as a module, choose M here: the module
  276. will be called snd-sb8.
  277. config SND_SB16
  278. tristate "Sound Blaster 16 (PnP)"
  279. depends on SND
  280. select SND_OPL3_LIB
  281. select SND_MPU401_UART
  282. select SND_PCM
  283. help
  284. Say Y here to include support for Sound Blaster 16 soundcards
  285. (including the Plug and Play version).
  286. To compile this driver as a module, choose M here: the module
  287. will be called snd-sb16.
  288. config SND_SBAWE
  289. tristate "Sound Blaster AWE (32,64) (PnP)"
  290. depends on SND
  291. select SND_OPL3_LIB
  292. select SND_MPU401_UART
  293. select SND_PCM
  294. help
  295. Say Y here to include support for Sound Blaster AWE soundcards
  296. (including the Plug and Play version).
  297. To compile this driver as a module, choose M here: the module
  298. will be called snd-sbawe.
  299. config SND_SB16_CSP
  300. bool "Sound Blaster 16/AWE CSP support"
  301. depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC)
  302. help
  303. Say Y here to include support for the CSP core. This special
  304. coprocessor can do variable tasks like various compression and
  305. decompression algorithms.
  306. config SND_SGALAXY
  307. tristate "Aztech Sound Galaxy"
  308. depends on SND
  309. select SND_AD1848_LIB
  310. help
  311. Say Y here to include support for Aztech Sound Galaxy
  312. soundcards.
  313. To compile this driver as a module, choose M here: the module
  314. will be called snd-sgalaxy.
  315. config SND_SSCAPE
  316. tristate "Ensoniq SoundScape PnP driver"
  317. depends on SND
  318. select SND_HWDEP
  319. select SND_MPU401_UART
  320. select SND_CS4231_LIB
  321. help
  322. Say Y here to include support for Ensoniq SoundScape PnP
  323. soundcards.
  324. To compile this driver as a module, choose M here: the module
  325. will be called snd-sscape.
  326. config SND_WAVEFRONT
  327. tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)"
  328. depends on SND
  329. select SND_OPL3_LIB
  330. select SND_MPU401_UART
  331. select SND_CS4231_LIB
  332. help
  333. Say Y here to include support for Turtle Beach Maui, Tropez
  334. and Tropez+ soundcards based on the Wavefront chip.
  335. To compile this driver as a module, choose M here: the module
  336. will be called snd-wavefront.
  337. endmenu