aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@linux01.gwdg.de>2007-07-17 07:04:21 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-17 13:23:06 -0400
commit8cd2aba2d3fc065069a0c305ddca1d9397ed9092 (patch)
treeda18d5bb45b8c596956cecbe409b8aaefdff04d4 /drivers/isdn/hardware
parentf28df7e4aef3a14bf87a561dbd43935ba6ae59b2 (diff)
Use menuconfig objects: ISDN: CONFIG_CAPI_EICON
Transform Kconfig objects from "menu, config" into "menuconfig" so that the user can disable the whole feature without having to enter the menu first. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Cc: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/isdn/hardware')
-rw-r--r--drivers/isdn/hardware/eicon/Kconfig21
1 files changed, 10 insertions, 11 deletions
diff --git a/drivers/isdn/hardware/eicon/Kconfig b/drivers/isdn/hardware/eicon/Kconfig
index a319783f12d..6082b6a5ced 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
5menu "Active Eicon DIVA Server cards" 5menuconfig CAPI_EICON
6 6 bool "Active Eicon DIVA Server cards"
7config 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
10if CAPI_EICON
11
12config ISDN_DIVAS 12config 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
20if ISDN_DIVAS
21
20config ISDN_DIVAS_BRIPCI 22config 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
26config ISDN_DIVAS_PRIPCI 27config 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
32config ISDN_DIVAS_DIVACAPI 32config 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
39config ISDN_DIVAS_USERIDI 38config 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
45config ISDN_DIVAS_MAINT 43config 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
51endmenu 49endif # ISDN_DIVAS
52 50
51endif # CAPI_EICON