Merge tag 'trace-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-2.6-block.git] / drivers / isdn / hardware / eicon / Kconfig
CommitLineData
1da177e4
LT
1#
2# ISDN DIVAS Eicon driver
3#
4
8cd2aba2
JE
5menuconfig CAPI_EICON
6 bool "Active Eicon DIVA Server cards"
1da177e4
LT
7 help
8 Enable support for Eicon Networks active ISDN cards.
9
8cd2aba2
JE
10if CAPI_EICON
11
1da177e4
LT
12config ISDN_DIVAS
13 tristate "Support Eicon DIVA Server cards"
8cd2aba2 14 depends on PROC_FS && PCI
1da177e4
LT
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
8cd2aba2
JE
20if ISDN_DIVAS
21
1da177e4
LT
22config ISDN_DIVAS_BRIPCI
23 bool "DIVA Server BRI/PCI support"
1da177e4
LT
24 help
25 Enable support for DIVA Server BRI-PCI.
26
27config ISDN_DIVAS_PRIPCI
28 bool "DIVA Server PRI/PCI support"
1da177e4
LT
29 help
30 Enable support for DIVA Server PRI-PCI.
31
32config ISDN_DIVAS_DIVACAPI
33 tristate "DIVA CAPI2.0 interface support"
1da177e4
LT
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"
1da177e4
LT
40 help
41 Enable support for user-mode IDI interface.
42
43config ISDN_DIVAS_MAINT
44 tristate "DIVA Maint driver support"
8cd2aba2 45 depends on m
1da177e4 46 help
09509603 47 Enable Divas Maintenance driver.
1da177e4 48
8cd2aba2 49endif # ISDN_DIVAS
1da177e4 50
8cd2aba2 51endif # CAPI_EICON