Kconfig 10 KB

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