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