Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. menu "Passive cards"
  2. config ISDN_DRV_HISAX
  3. tristate "HiSax SiemensChipSet driver support"
  4. select CRC_CCITT
  5. ---help---
  6. This is a driver supporting the Siemens chipset on various
  7. ISDN-cards (like AVM A1, Elsa ISDN cards, Teles S0-16.0, Teles
  8. S0-16.3, Teles S0-8, Teles/Creatix PnP, ITK micro ix1 and many
  9. compatibles).
  10. HiSax is just the name of this driver, not the name of any hardware.
  11. If you have a card with such a chipset, you should say Y here and
  12. also to the configuration option of the driver for your particular
  13. card, below.
  14. if ISDN_DRV_HISAX
  15. comment "D-channel protocol features"
  16. config HISAX_EURO
  17. bool "HiSax Support for EURO/DSS1"
  18. help
  19. Say Y or N according to the D-channel protocol which your local
  20. telephone service company provides.
  21. The call control protocol E-DSS1 is used in most European countries.
  22. If unsure, say Y.
  23. config DE_AOC
  24. bool "Support for german chargeinfo"
  25. depends on HISAX_EURO
  26. help
  27. If you want that the HiSax hardware driver sends messages to the
  28. upper level of the isdn code on each AOCD (Advice Of Charge, During
  29. the call -- transmission of the fee information during a call) and
  30. on each AOCE (Advice Of Charge, at the End of the call --
  31. transmission of fee information at the end of the call), say Y here.
  32. This works only in Germany.
  33. config HISAX_NO_SENDCOMPLETE
  34. bool "Disable sending complete"
  35. depends on HISAX_EURO
  36. help
  37. If you have trouble with some ugly exchanges or you live in
  38. Australia select this option.
  39. config HISAX_NO_LLC
  40. bool "Disable sending low layer compatibility"
  41. depends on HISAX_EURO
  42. help
  43. If you have trouble with some ugly exchanges try to select this
  44. option.
  45. config HISAX_NO_KEYPAD
  46. bool "Disable keypad protocol option"
  47. depends on HISAX_EURO
  48. help
  49. If you like to send special dial strings including * or # without
  50. using the keypad protocol, select this option.
  51. config HISAX_1TR6
  52. bool "HiSax Support for german 1TR6"
  53. help
  54. Say Y or N according to the D-channel protocol which your local
  55. telephone service company provides.
  56. 1TR6 is an old call control protocol which was used in Germany
  57. before E-DSS1 was established. Nowadays, all new lines in Germany
  58. use E-DSS1.
  59. config HISAX_NI1
  60. bool "HiSax Support for US NI1"
  61. help
  62. Enable this if you like to use ISDN in US on a NI1 basic rate
  63. interface.
  64. config HISAX_MAX_CARDS
  65. int "Maximum number of cards supported by HiSax"
  66. default "8"
  67. help
  68. This option allows you to specify the maximum number of cards which
  69. the HiSax driver will be able to handle.
  70. comment "HiSax supported cards"
  71. config HISAX_16_0
  72. bool "Teles 16.0/8.0"
  73. depends on ISA
  74. help
  75. This enables HiSax support for the Teles ISDN-cards S0-16.0, S0-8
  76. and many compatibles.
  77. See <file:Documentation/isdn/README.HiSax> on how to configure it
  78. using the different cards, a different D-channel protocol, or
  79. non-standard IRQ/port/shmem settings.
  80. config HISAX_16_3
  81. bool "Teles 16.3 or PNP or PCMCIA"
  82. help
  83. This enables HiSax support for the Teles ISDN-cards S0-16.3 the
  84. Teles/Creatix PnP and the Teles PCMCIA.
  85. See <file:Documentation/isdn/README.HiSax> on how to configure it
  86. using the different cards, a different D-channel protocol, or
  87. non-standard IRQ/port settings.
  88. config HISAX_TELESPCI
  89. bool "Teles PCI"
  90. depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN)))
  91. help
  92. This enables HiSax support for the Teles PCI.
  93. See <file:Documentation/isdn/README.HiSax> on how to configure it.
  94. config HISAX_S0BOX
  95. bool "Teles S0Box"
  96. help
  97. This enables HiSax support for the Teles/Creatix parallel port
  98. S0BOX. See <file:Documentation/isdn/README.HiSax> on how to
  99. configure it.
  100. config HISAX_AVM_A1
  101. bool "AVM A1 (Fritz)"
  102. depends on ISA
  103. help
  104. This enables HiSax support for the AVM A1 (aka "Fritz").
  105. See <file:Documentation/isdn/README.HiSax> on how to configure it
  106. using the different cards, a different D-channel protocol, or
  107. non-standard IRQ/port settings.
  108. config HISAX_FRITZPCI
  109. bool "AVM PnP/PCI (Fritz!PnP/PCI)"
  110. depends on BROKEN || !PPC64
  111. help
  112. This enables HiSax support for the AVM "Fritz!PnP" and "Fritz!PCI".
  113. See <file:Documentation/isdn/README.HiSax> on how to configure it.
  114. config HISAX_AVM_A1_PCMCIA
  115. bool "AVM A1 PCMCIA (Fritz)"
  116. help
  117. This enables HiSax support for the AVM A1 "Fritz!PCMCIA").
  118. See <file:Documentation/isdn/README.HiSax> on how to configure it.
  119. config HISAX_ELSA
  120. bool "Elsa cards"
  121. help
  122. This enables HiSax support for the Elsa Mircolink ISA cards, for the
  123. Elsa Quickstep series cards and Elsa PCMCIA.
  124. See <file:Documentation/isdn/README.HiSax> on how to configure it
  125. using the different cards, a different D-channel protocol, or
  126. non-standard IRQ/port settings.
  127. config HISAX_IX1MICROR2
  128. bool "ITK ix1-micro Revision 2"
  129. depends on ISA
  130. help
  131. This enables HiSax support for the ITK ix1-micro Revision 2 card.
  132. See <file:Documentation/isdn/README.HiSax> on how to configure it
  133. using the different cards, a different D-channel protocol, or
  134. non-standard IRQ/port settings.
  135. config HISAX_DIEHLDIVA
  136. bool "Eicon.Diehl Diva cards"
  137. help
  138. This enables HiSax support for the Eicon.Diehl Diva none PRO
  139. versions passive ISDN cards.
  140. See <file:Documentation/isdn/README.HiSax> on how to configure it
  141. using the different cards, a different D-channel protocol, or
  142. non-standard IRQ/port settings.
  143. config HISAX_ASUSCOM
  144. bool "ASUSCOM ISA cards"
  145. depends on ISA
  146. help
  147. This enables HiSax support for the AsusCom and their OEM versions
  148. passive ISDN ISA cards.
  149. See <file:Documentation/isdn/README.HiSax> on how to configure it
  150. using the different cards, a different D-channel protocol, or
  151. non-standard IRQ/port settings.
  152. config HISAX_TELEINT
  153. bool "TELEINT cards"
  154. depends on ISA
  155. help
  156. This enables HiSax support for the TELEINT SA1 semiactiv ISDN card.
  157. See <file:Documentation/isdn/README.HiSax> on how to configure it
  158. using the different cards, a different D-channel protocol, or
  159. non-standard IRQ/port settings.
  160. config HISAX_HFCS
  161. bool "HFC-S based cards"
  162. depends on ISA
  163. help
  164. This enables HiSax support for the HFC-S 2BDS0 based cards, like
  165. teles 16.3c.
  166. See <file:Documentation/isdn/README.HiSax> on how to configure it
  167. using the different cards, a different D-channel protocol, or
  168. non-standard IRQ/port settings.
  169. config HISAX_SEDLBAUER
  170. bool "Sedlbauer cards"
  171. help
  172. This enables HiSax support for the Sedlbauer passive ISDN cards.
  173. See <file:Documentation/isdn/README.HiSax> on how to configure it
  174. using the different cards, a different D-channel protocol, or
  175. non-standard IRQ/port settings.
  176. config HISAX_SPORTSTER
  177. bool "USR Sportster internal TA"
  178. depends on ISA
  179. help
  180. This enables HiSax support for the USR Sportster internal TA card.
  181. See <file:Documentation/isdn/README.HiSax> on how to configure it
  182. using a different D-channel protocol, or non-standard IRQ/port
  183. settings.
  184. config HISAX_MIC
  185. bool "MIC card"
  186. depends on ISA
  187. help
  188. This enables HiSax support for the ITH MIC card.
  189. See <file:Documentation/isdn/README.HiSax> on how to configure it
  190. using a different D-channel protocol, or non-standard IRQ/port
  191. settings.
  192. config HISAX_NETJET
  193. bool "NETjet card"
  194. depends on PCI && (BROKEN || !(PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN) || MICROBLAZE))
  195. depends on VIRT_TO_BUS
  196. help
  197. This enables HiSax support for the NetJet from Traverse
  198. Technologies.
  199. See <file:Documentation/isdn/README.HiSax> on how to configure it
  200. using a different D-channel protocol, or non-standard IRQ/port
  201. settings.
  202. config HISAX_NETJET_U
  203. bool "NETspider U card"
  204. depends on PCI && (BROKEN || !(PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN) || MICROBLAZE))
  205. depends on VIRT_TO_BUS
  206. help
  207. This enables HiSax support for the Netspider U interface ISDN card
  208. from Traverse Technologies.
  209. See <file:Documentation/isdn/README.HiSax> on how to configure it
  210. using a different D-channel protocol, or non-standard IRQ/port
  211. settings.
  212. config HISAX_NICCY
  213. bool "Niccy PnP/PCI card"
  214. help
  215. This enables HiSax support for the Dr. Neuhaus Niccy PnP or PCI.
  216. See <file:Documentation/isdn/README.HiSax> on how to configure it
  217. using a different D-channel protocol, or non-standard IRQ/port
  218. settings.
  219. config HISAX_ISURF
  220. bool "Siemens I-Surf card"
  221. depends on ISA
  222. help
  223. This enables HiSax support for the Siemens I-Talk/I-Surf card with
  224. ISAR chip.
  225. See <file:Documentation/isdn/README.HiSax> on how to configure it
  226. using a different D-channel protocol, or non-standard IRQ/port
  227. settings.
  228. config HISAX_HSTSAPHIR
  229. bool "HST Saphir card"
  230. depends on ISA
  231. help
  232. This enables HiSax support for the HST Saphir card.
  233. See <file:Documentation/isdn/README.HiSax> on how to configure it
  234. using a different D-channel protocol, or non-standard IRQ/port
  235. settings.
  236. config HISAX_BKM_A4T
  237. bool "Telekom A4T card"
  238. depends on PCI
  239. help
  240. This enables HiSax support for the Telekom A4T card.
  241. See <file:Documentation/isdn/README.HiSax> on how to configure it
  242. using a different D-channel protocol, or non-standard IRQ/port
  243. settings.
  244. config HISAX_SCT_QUADRO
  245. bool "Scitel Quadro card"
  246. depends on PCI
  247. help
  248. This enables HiSax support for the Scitel Quadro card.
  249. See <file:Documentation/isdn/README.HiSax> on how to configure it
  250. using a different D-channel protocol, or non-standard IRQ/port
  251. settings.
  252. config HISAX_GAZEL
  253. bool "Gazel cards"
  254. help
  255. This enables HiSax support for the Gazel cards.
  256. See <file:Documentation/isdn/README.HiSax> on how to configure it
  257. using a different D-channel protocol, or non-standard IRQ/port
  258. settings.
  259. config HISAX_HFC_PCI
  260. bool "HFC PCI-Bus cards"
  261. depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN)))
  262. help
  263. This enables HiSax support for the HFC-S PCI 2BDS0 based cards.
  264. For more information see under
  265. <file:Documentation/isdn/README.hfc-pci>.
  266. config HISAX_W6692
  267. bool "Winbond W6692 based cards"
  268. depends on PCI
  269. help
  270. This enables HiSax support for Winbond W6692 based PCI ISDN cards.
  271. See <file:Documentation/isdn/README.HiSax> on how to configure it
  272. using a different D-channel protocol, or non-standard IRQ/port
  273. settings.
  274. config HISAX_HFC_SX
  275. bool "HFC-S+, HFC-SP, HFC-PCMCIA cards"
  276. help
  277. This enables HiSax support for the HFC-S+, HFC-SP and HFC-PCMCIA
  278. cards. This code is not finished yet.
  279. config HISAX_ENTERNOW_PCI
  280. bool "Formula-n enter:now PCI card"
  281. depends on HISAX_NETJET && PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN)))
  282. help
  283. This enables HiSax support for the Formula-n enter:now PCI
  284. ISDN card.
  285. config HISAX_DEBUG
  286. bool "HiSax debugging"
  287. help
  288. This enables debugging code in the new-style HiSax drivers, i.e.
  289. the ST5481 USB driver currently.
  290. If in doubt, say yes.
  291. comment "HiSax PCMCIA card service modules"
  292. config HISAX_SEDLBAUER_CS
  293. tristate "Sedlbauer PCMCIA cards"
  294. depends on PCMCIA && HISAX_SEDLBAUER
  295. help
  296. This enables the PCMCIA client driver for the Sedlbauer Speed Star
  297. and Speed Star II cards.
  298. config HISAX_ELSA_CS
  299. tristate "ELSA PCMCIA MicroLink cards"
  300. depends on PCMCIA && HISAX_ELSA
  301. help
  302. This enables the PCMCIA client driver for the Elsa PCMCIA MicroLink
  303. card.
  304. config HISAX_AVM_A1_CS
  305. tristate "AVM A1 PCMCIA cards"
  306. depends on PCMCIA && ISDN_DRV_HISAX
  307. help
  308. This enables the PCMCIA client driver for the AVM A1 / Fritz!Card
  309. PCMCIA cards.
  310. config HISAX_TELES_CS
  311. tristate "TELES PCMCIA cards"
  312. depends on PCMCIA && HISAX_16_3
  313. help
  314. This enables the PCMCIA client driver for the Teles PCMCIA cards.
  315. comment "HiSax sub driver modules"
  316. config HISAX_ST5481
  317. tristate "ST5481 USB ISDN modem"
  318. depends on USB
  319. select ISDN_HDLC
  320. select CRC_CCITT
  321. select BITREVERSE
  322. help
  323. This enables the driver for ST5481 based USB ISDN adapters,
  324. e.g. the BeWan Gazel 128 USB
  325. config HISAX_HFCUSB
  326. tristate "HFC USB based ISDN modems"
  327. depends on USB
  328. help
  329. This enables the driver for HFC USB based ISDN modems.
  330. config HISAX_HFC4S8S
  331. tristate "HFC-4S/8S based ISDN cards"
  332. help
  333. This enables the driver for HFC-4S/8S based ISDN cards.
  334. config HISAX_FRITZ_PCIPNP
  335. tristate "AVM Fritz!Card PCI/PCIv2/PnP support"
  336. depends on PCI
  337. help
  338. This enables the driver for the AVM Fritz!Card PCI,
  339. Fritz!Card PCI v2 and Fritz!Card PnP.
  340. (the latter also needs you to select "ISA Plug and Play support"
  341. from the menu "Plug and Play configuration")
  342. endif
  343. endmenu