Kconfig 650 B

12345678910111213141516171819202122232425
  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
  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)