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