blob: 6082b6a5ced3886ade5b2027650b16ea1529dc7d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# ISDN DIVAS Eicon driver
3#
4
Jan Engelhardt8cd2aba2007-07-17 04:04:21 -07005menuconfig CAPI_EICON
6 bool "Active Eicon DIVA Server cards"
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 help
8 Enable support for Eicon Networks active ISDN cards.
9
Jan Engelhardt8cd2aba2007-07-17 04:04:21 -070010if CAPI_EICON
11
Linus Torvalds1da177e2005-04-16 15:20:36 -070012config ISDN_DIVAS
13 tristate "Support Eicon DIVA Server cards"
Jan Engelhardt8cd2aba2007-07-17 04:04:21 -070014 depends on PROC_FS && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 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
Jan Engelhardt8cd2aba2007-07-17 04:04:21 -070020if ISDN_DIVAS
21
Linus Torvalds1da177e2005-04-16 15:20:36 -070022config ISDN_DIVAS_BRIPCI
23 bool "DIVA Server BRI/PCI support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070024 help
25 Enable support for DIVA Server BRI-PCI.
26
27config ISDN_DIVAS_PRIPCI
28 bool "DIVA Server PRI/PCI support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070029 help
30 Enable support for DIVA Server PRI-PCI.
31
32config ISDN_DIVAS_DIVACAPI
33 tristate "DIVA CAPI2.0 interface support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070034 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"
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 help
41 Enable support for user-mode IDI interface.
42
43config ISDN_DIVAS_MAINT
44 tristate "DIVA Maint driver support"
Jan Engelhardt8cd2aba2007-07-17 04:04:21 -070045 depends on m
Linus Torvalds1da177e2005-04-16 15:20:36 -070046 help
Matt LaPlante09509602006-10-03 22:31:37 +020047 Enable Divas Maintenance driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -070048
Jan Engelhardt8cd2aba2007-07-17 04:04:21 -070049endif # ISDN_DIVAS
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
Jan Engelhardt8cd2aba2007-07-17 04:04:21 -070051endif # CAPI_EICON