From: Jan Engelhardt Date: Sat, 21 Jul 2007 11:37:54 +0000 (-0700) Subject: Use menuconfig objects: ISDN/Gigaset X-Git-Tag: v2.6.23-rc1~155 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8214b0832cb3c0b74198e5b22c0e070aeaa3dd20;p=~shefty%2Frdma-dev.git 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 Cc: Tilman Schmidt Acked-by: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/isdn/gigaset/Kconfig b/drivers/isdn/gigaset/Kconfig index 018b7934b97..0017e50c694 100644 --- a/drivers/isdn/gigaset/Kconfig +++ b/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