Kconfig 9.7 KB

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