Kconfig 1.2 KB

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