Kconfig 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  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. select ISAPNP
  153. help
  154. Say Y here to include support for AMD InterWave based
  155. soundcards with a TEA6330T bass and treble regulator
  156. (UltraSound 32-Pro).
  157. To compile this driver as a module, choose M here: the module
  158. will be called snd-interwave-stb.
  159. config SND_OPTI92X_AD1848
  160. tristate "OPTi 82C92x - AD1848"
  161. depends on SND
  162. select SND_OPL3_LIB
  163. select SND_OPL4_LIB
  164. select SND_MPU401_UART
  165. select SND_AD1848_LIB
  166. help
  167. Say Y here to include support for soundcards based on Opti
  168. 82C92x or OTI-601 chips and using an AD1848 codec.
  169. To compile this driver as a module, choose M here: the module
  170. will be called snd-opti92x-ad1848.
  171. config SND_OPTI92X_CS4231
  172. tristate "OPTi 82C92x - CS4231"
  173. depends on SND
  174. select SND_OPL3_LIB
  175. select SND_OPL4_LIB
  176. select SND_MPU401_UART
  177. select SND_CS4231_LIB
  178. help
  179. Say Y here to include support for soundcards based on Opti
  180. 82C92x chips and using a CS4231 codec.
  181. To compile this driver as a module, choose M here: the module
  182. will be called snd-opti92x-cs4231.
  183. config SND_OPTI93X
  184. tristate "OPTi 82C93x"
  185. depends on SND
  186. select SND_OPL3_LIB
  187. select SND_MPU401_UART
  188. select SND_PCM
  189. help
  190. Say Y here to include support for soundcards based on Opti
  191. 82C93x chips.
  192. To compile this driver as a module, choose M here: the module
  193. will be called snd-opti93x.
  194. config SND_SB8
  195. tristate "Sound Blaster 1.0/2.0/Pro (8-bit)"
  196. depends on SND
  197. select SND_OPL3_LIB
  198. select SND_RAWMIDI
  199. select SND_PCM
  200. help
  201. Say Y here to include support for Creative Sound Blaster 1.0/
  202. 2.0/Pro (8-bit) or 100% compatible soundcards.
  203. To compile this driver as a module, choose M here: the module
  204. will be called snd-sb8.
  205. config SND_SB16
  206. tristate "Sound Blaster 16 (PnP)"
  207. depends on SND
  208. select SND_OPL3_LIB
  209. select SND_MPU401_UART
  210. select SND_PCM
  211. help
  212. Say Y here to include support for Sound Blaster 16 soundcards
  213. (including the Plug and Play version).
  214. To compile this driver as a module, choose M here: the module
  215. will be called snd-sb16.
  216. config SND_SBAWE
  217. tristate "Sound Blaster AWE (32,64) (PnP)"
  218. depends on SND
  219. select SND_OPL3_LIB
  220. select SND_MPU401_UART
  221. select SND_PCM
  222. help
  223. Say Y here to include support for Sound Blaster AWE soundcards
  224. (including the Plug and Play version).
  225. To compile this driver as a module, choose M here: the module
  226. will be called snd-sbawe.
  227. config SND_SB16_CSP
  228. bool "Sound Blaster 16/AWE CSP support"
  229. depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC)
  230. help
  231. Say Y here to include support for the CSP core. This special
  232. coprocessor can do variable tasks like various compression and
  233. decompression algorithms.
  234. config SND_WAVEFRONT
  235. tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)"
  236. depends on SND
  237. select SND_OPL3_LIB
  238. select SND_MPU401_UART
  239. select SND_CS4231_LIB
  240. help
  241. Say Y here to include support for Turtle Beach Maui, Tropez
  242. and Tropez+ soundcards based on the Wavefront chip.
  243. To compile this driver as a module, choose M here: the module
  244. will be called snd-wavefront.
  245. config SND_ALS100
  246. tristate "Avance Logic ALS100/ALS120"
  247. depends on SND && ISAPNP
  248. select SND_OPL3_LIB
  249. select SND_MPU401_UART
  250. select SND_PCM
  251. help
  252. Say Y here to include support for soundcards based on Avance
  253. Logic ALS100, ALS110, ALS120 and ALS200 chips.
  254. To compile this driver as a module, choose M here: the module
  255. will be called snd-als100.
  256. config SND_AZT2320
  257. tristate "Aztech Systems AZT2320"
  258. depends on SND && ISAPNP
  259. select SND_OPL3_LIB
  260. select SND_MPU401_UART
  261. select SND_CS4231_LIB
  262. help
  263. Say Y here to include support for soundcards based on the
  264. Aztech Systems AZT2320 chip.
  265. To compile this driver as a module, choose M here: the module
  266. will be called snd-azt2320.
  267. config SND_CMI8330
  268. tristate "C-Media CMI8330"
  269. depends on SND
  270. select SND_AD1848_LIB
  271. help
  272. Say Y here to include support for soundcards based on the
  273. C-Media CMI8330 chip.
  274. To compile this driver as a module, choose M here: the module
  275. will be called snd-cmi8330.
  276. config SND_DT019X
  277. tristate "Diamond Technologies DT-019X, Avance Logic ALS-007"
  278. depends on SND && ISAPNP
  279. select SND_OPL3_LIB
  280. select SND_MPU401_UART
  281. select SND_PCM
  282. help
  283. Say Y here to include support for soundcards based on the
  284. Diamond Technologies DT-019X or Avance Logic ALS-007 chips.
  285. To compile this driver as a module, choose M here: the module
  286. will be called snd-dt019x.
  287. config SND_OPL3SA2
  288. tristate "Yamaha OPL3-SA2/SA3"
  289. depends on SND
  290. select SND_OPL3_LIB
  291. select SND_MPU401_UART
  292. select SND_CS4231_LIB
  293. help
  294. Say Y here to include support for Yamaha OPL3-SA2 and OPL3-SA3
  295. chips.
  296. To compile this driver as a module, choose M here: the module
  297. will be called snd-opl3sa2.
  298. config SND_SGALAXY
  299. tristate "Aztech Sound Galaxy"
  300. depends on SND
  301. select SND_AD1848_LIB
  302. help
  303. Say Y here to include support for Aztech Sound Galaxy
  304. soundcards.
  305. To compile this driver as a module, choose M here: the module
  306. will be called snd-sgalaxy.
  307. config SND_SSCAPE
  308. tristate "Ensoniq SoundScape PnP driver"
  309. depends on SND
  310. select SND_HWDEP
  311. select SND_MPU401_UART
  312. select SND_CS4231_LIB
  313. help
  314. Say Y here to include support for Ensoniq SoundScape PnP
  315. soundcards.
  316. To compile this driver as a module, choose M here: the module
  317. will be called snd-sscape.
  318. endmenu