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