]> err.no Git - linux-2.6/blob - drivers/isdn/hardware/eicon/Kconfig
Use menuconfig objects: ISDN: CONFIG_ISDN_CAPI
[linux-2.6] / drivers / isdn / hardware / eicon / Kconfig
1 #
2 # ISDN DIVAS Eicon driver
3 #
4
5 menu "Active Eicon DIVA Server cards"
6
7 config CAPI_EICON
8         bool "Support Eicon cards"
9         help
10           Enable support for Eicon Networks active ISDN cards.
11
12 config ISDN_DIVAS
13         tristate "Support Eicon DIVA Server cards"
14         depends on CAPI_EICON && 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
20 config ISDN_DIVAS_BRIPCI
21         bool "DIVA Server BRI/PCI support"
22         depends on ISDN_DIVAS
23         help
24           Enable support for DIVA Server BRI-PCI.
25
26 config ISDN_DIVAS_PRIPCI
27         bool "DIVA Server PRI/PCI support"
28         depends on ISDN_DIVAS
29         help
30           Enable support for DIVA Server PRI-PCI.
31
32 config ISDN_DIVAS_DIVACAPI
33         tristate "DIVA CAPI2.0 interface support"
34         depends on ISDN_DIVAS
35         help
36           You need this to provide the CAPI interface
37           for DIVA Server cards.
38
39 config ISDN_DIVAS_USERIDI
40         tristate "DIVA User-IDI interface support"
41         depends on ISDN_DIVAS
42         help
43           Enable support for user-mode IDI interface.
44
45 config ISDN_DIVAS_MAINT
46         tristate "DIVA Maint driver support"
47         depends on ISDN_DIVAS && m
48         help
49           Enable Divas Maintenance driver.
50
51 endmenu
52