Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #
  2. # ISDN DIVAS Eicon driver
  3. #
  4. menuconfig CAPI_EICON
  5. bool "Active Eicon DIVA Server cards"
  6. help
  7. Enable support for Eicon Networks active ISDN cards.
  8. if CAPI_EICON
  9. config ISDN_DIVAS
  10. tristate "Support Eicon DIVA Server cards"
  11. depends on PROC_FS && PCI
  12. help
  13. Say Y here if you have an Eicon Networks DIVA Server PCI ISDN card.
  14. In order to use this card, additional firmware is necessary, which
  15. has to be downloaded into the card using the divactrl utility.
  16. if ISDN_DIVAS
  17. config ISDN_DIVAS_BRIPCI
  18. bool "DIVA Server BRI/PCI support"
  19. help
  20. Enable support for DIVA Server BRI-PCI.
  21. config ISDN_DIVAS_PRIPCI
  22. bool "DIVA Server PRI/PCI support"
  23. help
  24. Enable support for DIVA Server PRI-PCI.
  25. config ISDN_DIVAS_DIVACAPI
  26. tristate "DIVA CAPI2.0 interface support"
  27. help
  28. You need this to provide the CAPI interface
  29. for DIVA Server cards.
  30. config ISDN_DIVAS_USERIDI
  31. tristate "DIVA User-IDI interface support"
  32. help
  33. Enable support for user-mode IDI interface.
  34. config ISDN_DIVAS_MAINT
  35. tristate "DIVA Maint driver support"
  36. depends on m
  37. help
  38. Enable Divas Maintenance driver.
  39. endif # ISDN_DIVAS
  40. endif # CAPI_EICON