Kconfig 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. #
  2. # Hardware for mISDN
  3. #
  4. comment "mISDN hardware drivers"
  5. config MISDN_HFCPCI
  6. tristate "Support for HFC PCI cards"
  7. depends on MISDN
  8. depends on PCI
  9. help
  10. Enable support for cards with Cologne Chip AG's
  11. HFC PCI chip.
  12. config MISDN_HFCMULTI
  13. tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
  14. depends on PCI || 8xx
  15. depends on MISDN
  16. help
  17. Enable support for cards with Cologne Chip AG's HFC multiport
  18. chip. There are three types of chips that are quite similar,
  19. but the interface is different:
  20. * HFC-4S (4 S/T interfaces on one chip)
  21. * HFC-8S (8 S/T interfaces on one chip)
  22. * HFC-E1 (E1 interface for 2Mbit ISDN)
  23. config MISDN_HFCMULTI_8xx
  24. bool "Support for XHFC embedded board in HFC multiport driver"
  25. depends on MISDN
  26. depends on MISDN_HFCMULTI
  27. depends on 8xx
  28. default 8xx
  29. help
  30. Enable support for the XHFC embedded solution from Speech Design.
  31. config MISDN_HFCUSB
  32. tristate "Support for HFC-S USB based TAs"
  33. depends on USB
  34. help
  35. Enable support for USB ISDN TAs with Cologne Chip AG's
  36. HFC-S USB ISDN Controller
  37. config MISDN_AVMFRITZ
  38. tristate "Support for AVM FRITZ!CARD PCI"
  39. depends on MISDN
  40. depends on PCI
  41. select MISDN_IPAC
  42. help
  43. Enable support for AVMs FRITZ!CARD PCI cards
  44. config MISDN_SPEEDFAX
  45. tristate "Support for Sedlbauer Speedfax+"
  46. depends on MISDN
  47. depends on PCI
  48. select MISDN_IPAC
  49. select MISDN_ISAR
  50. help
  51. Enable support for Sedlbauer Speedfax+.
  52. config MISDN_INFINEON
  53. tristate "Support for cards with Infineon chipset"
  54. depends on MISDN
  55. depends on PCI
  56. select MISDN_IPAC
  57. help
  58. Enable support for cards with ISAC + HSCX, IPAC or IPAC-SX
  59. chip from Infineon (former manufacturer Siemens).
  60. config MISDN_W6692
  61. tristate "Support for cards with Winbond 6692"
  62. depends on MISDN
  63. depends on PCI
  64. help
  65. Enable support for Winbond 6692 PCI chip based cards.
  66. config MISDN_NETJET
  67. tristate "Support for NETJet cards"
  68. depends on MISDN
  69. depends on PCI
  70. depends on TTY
  71. select MISDN_IPAC
  72. select ISDN_HDLC
  73. select ISDN_I4L
  74. help
  75. Enable support for Traverse Technologies NETJet PCI cards.
  76. config MISDN_IPAC
  77. tristate
  78. depends on MISDN
  79. config MISDN_ISAR
  80. tristate
  81. depends on MISDN