Kconfig 9.8 KB

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