aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/eicon
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@linux01.gwdg.de>2007-07-17 07:04:20 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-17 13:23:05 -0400
commitdf19434cc268e207d1beb4dc7be3420888faef09 (patch)
treeb2640cfe4c321ca754dd1eba3938420f194c5279 /drivers/isdn/hardware/eicon
parentcf4d5f1d50e44d36d459344da3c8f226b3933aeb (diff)
Use menuconfig objects: ISDN: CONFIG_ISDN_CAPI
Transform "depends on" into a simpler if-endif block style dependency. 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/eicon')
-rw-r--r--drivers/isdn/hardware/eicon/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/isdn/hardware/eicon/Kconfig b/drivers/isdn/hardware/eicon/Kconfig
index fbfae881af6b..a319783f12d5 100644
--- a/drivers/isdn/hardware/eicon/Kconfig
+++ b/drivers/isdn/hardware/eicon/Kconfig
@@ -3,7 +3,6 @@
3# 3#
4 4
5menu "Active Eicon DIVA Server cards" 5menu "Active Eicon DIVA Server cards"
6 depends on ISDN_CAPI!=n
7 6
8config CAPI_EICON 7config CAPI_EICON
9 bool "Support Eicon cards" 8 bool "Support Eicon cards"
@@ -32,7 +31,7 @@ config ISDN_DIVAS_PRIPCI
32 31
33config ISDN_DIVAS_DIVACAPI 32config ISDN_DIVAS_DIVACAPI
34 tristate "DIVA CAPI2.0 interface support" 33 tristate "DIVA CAPI2.0 interface support"
35 depends on ISDN_DIVAS && ISDN_CAPI 34 depends on ISDN_DIVAS
36 help 35 help
37 You need this to provide the CAPI interface 36 You need this to provide the CAPI interface
38 for DIVA Server cards. 37 for DIVA Server cards.