Kconfig 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. boolean "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_INFINEON
  38. tristate "Support for cards with Infineon chipset"
  39. depends on MISDN
  40. depends on PCI
  41. select MISDN_IPAC
  42. help
  43. Enable support for cards with ISAC + HSCX, IPAC or IPAC-SX
  44. chip from Infineon (former manufacturer Siemens).
  45. config MISDN_IPAC
  46. tristate
  47. depends on MISDN