[patch 1/2] Use menuconfig objects - ISDN

From: Jan Engelhardt
Date: Wed Jul 18 2007 - 14:23:33 EST



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@xxxxxx>

---
drivers/isdn/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6.23/drivers/isdn/Kconfig
===================================================================
--- linux-2.6.23.orig/drivers/isdn/Kconfig
+++ linux-2.6.23/drivers/isdn/Kconfig
@@ -21,7 +21,7 @@ menuconfig ISDN

if ISDN

-config ISDN_I4L
+menuconfig ISDN_I4L
tristate "Old ISDN4Linux (deprecated)"
---help---
This driver allows you to use an ISDN adapter for networking
@@ -43,7 +43,7 @@ if ISDN_I4L
source "drivers/isdn/i4l/Kconfig"
endif

-config ISDN_CAPI
+menuconfig ISDN_CAPI
tristate "CAPI 2.0 subsystem"
help
This provides the CAPI (Common ISDN Application Programming
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/