diff options
-rw-r--r-- | drivers/isdn/hardware/eicon/Kconfig | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/drivers/isdn/hardware/eicon/Kconfig b/drivers/isdn/hardware/eicon/Kconfig index a319783f12d5..6082b6a5ced3 100644 --- a/drivers/isdn/hardware/eicon/Kconfig +++ b/drivers/isdn/hardware/eicon/Kconfig | |||
@@ -2,51 +2,50 @@ | |||
2 | # ISDN DIVAS Eicon driver | 2 | # ISDN DIVAS Eicon driver |
3 | # | 3 | # |
4 | 4 | ||
5 | menu "Active Eicon DIVA Server cards" | 5 | menuconfig CAPI_EICON |
6 | 6 | bool "Active Eicon DIVA Server cards" | |
7 | config CAPI_EICON | ||
8 | bool "Support Eicon cards" | ||
9 | help | 7 | help |
10 | Enable support for Eicon Networks active ISDN cards. | 8 | Enable support for Eicon Networks active ISDN cards. |
11 | 9 | ||
10 | if CAPI_EICON | ||
11 | |||
12 | config ISDN_DIVAS | 12 | config ISDN_DIVAS |
13 | tristate "Support Eicon DIVA Server cards" | 13 | tristate "Support Eicon DIVA Server cards" |
14 | depends on CAPI_EICON && PROC_FS && PCI | 14 | depends on PROC_FS && PCI |
15 | help | 15 | help |
16 | Say Y here if you have an Eicon Networks DIVA Server PCI ISDN card. | 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 | 17 | In order to use this card, additional firmware is necessary, which |
18 | has to be downloaded into the card using the divactrl utility. | 18 | has to be downloaded into the card using the divactrl utility. |
19 | 19 | ||
20 | if ISDN_DIVAS | ||
21 | |||
20 | config ISDN_DIVAS_BRIPCI | 22 | config ISDN_DIVAS_BRIPCI |
21 | bool "DIVA Server BRI/PCI support" | 23 | bool "DIVA Server BRI/PCI support" |
22 | depends on ISDN_DIVAS | ||
23 | help | 24 | help |
24 | Enable support for DIVA Server BRI-PCI. | 25 | Enable support for DIVA Server BRI-PCI. |
25 | 26 | ||
26 | config ISDN_DIVAS_PRIPCI | 27 | config ISDN_DIVAS_PRIPCI |
27 | bool "DIVA Server PRI/PCI support" | 28 | bool "DIVA Server PRI/PCI support" |
28 | depends on ISDN_DIVAS | ||
29 | help | 29 | help |
30 | Enable support for DIVA Server PRI-PCI. | 30 | Enable support for DIVA Server PRI-PCI. |
31 | 31 | ||
32 | config ISDN_DIVAS_DIVACAPI | 32 | config ISDN_DIVAS_DIVACAPI |
33 | tristate "DIVA CAPI2.0 interface support" | 33 | tristate "DIVA CAPI2.0 interface support" |
34 | depends on ISDN_DIVAS | ||
35 | help | 34 | help |
36 | You need this to provide the CAPI interface | 35 | You need this to provide the CAPI interface |
37 | for DIVA Server cards. | 36 | for DIVA Server cards. |
38 | 37 | ||
39 | config ISDN_DIVAS_USERIDI | 38 | config ISDN_DIVAS_USERIDI |
40 | tristate "DIVA User-IDI interface support" | 39 | tristate "DIVA User-IDI interface support" |
41 | depends on ISDN_DIVAS | ||
42 | help | 40 | help |
43 | Enable support for user-mode IDI interface. | 41 | Enable support for user-mode IDI interface. |
44 | 42 | ||
45 | config ISDN_DIVAS_MAINT | 43 | config ISDN_DIVAS_MAINT |
46 | tristate "DIVA Maint driver support" | 44 | tristate "DIVA Maint driver support" |
47 | depends on ISDN_DIVAS && m | 45 | depends on m |
48 | help | 46 | help |
49 | Enable Divas Maintenance driver. | 47 | Enable Divas Maintenance driver. |
50 | 48 | ||
51 | endmenu | 49 | endif # ISDN_DIVAS |
52 | 50 | ||
51 | endif # CAPI_EICON | ||