Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #
  2. # ISDN DIVAS Eicon driver
  3. #
  4. menu "Active Eicon DIVA Server cards"
  5. config CAPI_EICON
  6. bool "Support Eicon cards"
  7. help
  8. Enable support for Eicon Networks active ISDN cards.
  9. config ISDN_DIVAS
  10. tristate "Support Eicon DIVA Server cards"
  11. depends on CAPI_EICON && 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. config ISDN_DIVAS_BRIPCI
  17. bool "DIVA Server BRI/PCI support"
  18. depends on ISDN_DIVAS
  19. help
  20. Enable support for DIVA Server BRI-PCI.
  21. config ISDN_DIVAS_PRIPCI
  22. bool "DIVA Server PRI/PCI support"
  23. depends on ISDN_DIVAS
  24. help
  25. Enable support for DIVA Server PRI-PCI.
  26. config ISDN_DIVAS_DIVACAPI
  27. tristate "DIVA CAPI2.0 interface support"
  28. depends on ISDN_DIVAS
  29. help
  30. You need this to provide the CAPI interface
  31. for DIVA Server cards.
  32. config ISDN_DIVAS_USERIDI
  33. tristate "DIVA User-IDI interface support"
  34. depends on ISDN_DIVAS
  35. help
  36. Enable support for user-mode IDI interface.
  37. config ISDN_DIVAS_MAINT
  38. tristate "DIVA Maint driver support"
  39. depends on ISDN_DIVAS && m
  40. help
  41. Enable Divas Maintenance driver.
  42. endmenu