Kconfig 11 KB

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