Kconfig 674 B

1234567891011121314151617181920212223242526
  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. depends on VIRT_TO_BUS
  10. help
  11. Enable support for cards with Cologne Chip AG's
  12. HFC PCI chip.
  13. config MISDN_HFCMULTI
  14. tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
  15. depends on PCI
  16. depends on MISDN
  17. help
  18. Enable support for cards with Cologne Chip AG's HFC multiport
  19. chip. There are three types of chips that are quite similar,
  20. but the interface is different:
  21. * HFC-4S (4 S/T interfaces on one chip)
  22. * HFC-8S (8 S/T interfaces on one chip)
  23. * HFC-E1 (E1 interface for 2Mbit ISDN)