aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/Kconfig
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@linux01.gwdg.de>2007-07-17 07:04:19 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-17 13:23:05 -0400
commitcf4d5f1d50e44d36d459344da3c8f226b3933aeb (patch)
tree0d9c90ed386bb525d1fe7f1a6e2bb3532d4a087f /drivers/isdn/Kconfig
parentc713f57ed5eb2e073de9d60ee1da25939966647e (diff)
Use menuconfig objects: ISDN: CONFIG_ISDN
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/Kconfig')
-rw-r--r--drivers/isdn/Kconfig13
1 files changed, 4 insertions, 9 deletions
diff --git a/drivers/isdn/Kconfig b/drivers/isdn/Kconfig
index 3e088c42b222..a3c9a0343129 100644
--- a/drivers/isdn/Kconfig
+++ b/drivers/isdn/Kconfig
@@ -2,12 +2,10 @@
2# ISDN device configuration 2# ISDN device configuration
3# 3#
4 4
5menu "ISDN subsystem" 5menuconfig ISDN
6 depends on !S390
7
8config ISDN
9 tristate "ISDN support" 6 tristate "ISDN support"
10 depends on NET 7 depends on NET
8 depends on !S390
11 ---help--- 9 ---help---
12 ISDN ("Integrated Services Digital Networks", called RNIS in France) 10 ISDN ("Integrated Services Digital Networks", called RNIS in France)
13 is a special type of fully digital telephone service; it's mostly 11 is a special type of fully digital telephone service; it's mostly
@@ -21,9 +19,9 @@ config ISDN
21 19
22 Select this option if you want your kernel to support ISDN. 20 Select this option if you want your kernel to support ISDN.
23 21
22if ISDN
24 23
25menu "Old ISDN4Linux" 24menu "Old ISDN4Linux"
26 depends on NET && ISDN
27 25
28config ISDN_I4L 26config ISDN_I4L
29 tristate "Old ISDN4Linux (deprecated)" 27 tristate "Old ISDN4Linux (deprecated)"
@@ -50,11 +48,9 @@ endif
50endmenu 48endmenu
51 49
52comment "CAPI subsystem" 50comment "CAPI subsystem"
53 depends on NET && ISDN
54 51
55config ISDN_CAPI 52config ISDN_CAPI
56 tristate "CAPI2.0 support" 53 tristate "CAPI2.0 support"
57 depends on ISDN
58 help 54 help
59 This provides the CAPI (Common ISDN Application Programming 55 This provides the CAPI (Common ISDN Application Programming
60 Interface, a standard making it easy for programs to access ISDN 56 Interface, a standard making it easy for programs to access ISDN
@@ -65,5 +61,4 @@ source "drivers/isdn/capi/Kconfig"
65 61
66source "drivers/isdn/hardware/Kconfig" 62source "drivers/isdn/hardware/Kconfig"
67 63
68endmenu 64endif # ISDN
69