diff options
author | Jan Engelhardt <jengelh@computergmbh.de> | 2007-07-21 07:37:54 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 20:49:17 -0400 |
commit | 857038d93adce6c1dfdb12c242d7fbee1ded370d (patch) | |
tree | 5fa1238c73627abf038afa519f81694f778cb054 /drivers/isdn/Kconfig | |
parent | 5f67c5cc855d5a189fc542da3921868ca87fc274 (diff) |
Use menuconfig objects: ISDN
Unclutter the ISDN menu a tiny bit by moving ISDN4Linux and the CAPI2.0
layers into their own menu.
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Cc: Tilman Schmidt <tilman@imap.cc>
Acked-by: 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/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/Kconfig b/drivers/isdn/Kconfig index 813ed4cc6d3b..66f946aa30b3 100644 --- a/drivers/isdn/Kconfig +++ b/drivers/isdn/Kconfig | |||
@@ -21,7 +21,7 @@ menuconfig ISDN | |||
21 | 21 | ||
22 | if ISDN | 22 | if ISDN |
23 | 23 | ||
24 | config ISDN_I4L | 24 | menuconfig ISDN_I4L |
25 | tristate "Old ISDN4Linux (deprecated)" | 25 | tristate "Old ISDN4Linux (deprecated)" |
26 | ---help--- | 26 | ---help--- |
27 | This driver allows you to use an ISDN adapter for networking | 27 | This driver allows you to use an ISDN adapter for networking |
@@ -43,7 +43,7 @@ if ISDN_I4L | |||
43 | source "drivers/isdn/i4l/Kconfig" | 43 | source "drivers/isdn/i4l/Kconfig" |
44 | endif | 44 | endif |
45 | 45 | ||
46 | config ISDN_CAPI | 46 | menuconfig ISDN_CAPI |
47 | tristate "CAPI 2.0 subsystem" | 47 | tristate "CAPI 2.0 subsystem" |
48 | help | 48 | help |
49 | This provides the CAPI (Common ISDN Application Programming | 49 | This provides the CAPI (Common ISDN Application Programming |