[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0707182023230.5385@fbirervta.pbzchgretzou.qr>
Date: Wed, 18 Jul 2007 20:23:42 +0200 (CEST)
From: Jan Engelhardt <jengelh@...putergmbh.de>
To: Tilman Schmidt <tilman@...p.cc>
cc: Andrew Morton <akpm@...ux-foundation.org>,
Karsten Keil <kkeil@...e.de>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [patch 2/2] Use menuconfig objects - ISDN/Gigaset
Change 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@....de>
---
drivers/isdn/gigaset/Kconfig | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
Index: linux-2.6.23/drivers/isdn/gigaset/Kconfig
===================================================================
--- linux-2.6.23.orig/drivers/isdn/gigaset/Kconfig
+++ linux-2.6.23/drivers/isdn/gigaset/Kconfig
@@ -1,6 +1,4 @@
-menu "Siemens Gigaset"
-
-config ISDN_DRV_GIGASET
+menuconfig ISDN_DRV_GIGASET
tristate "Siemens Gigaset support (isdn)"
select CRC_CCITT
select BITREVERSE
@@ -53,6 +51,4 @@ config GIGASET_UNDOCREQ
features like configuration mode of M105, say yes. If you
care about your device, say no.
-endif
-
-endmenu
+endif # ISDN_DRV_GIGASET != n
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists