Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8214b0832cb3c0b74198e5b22c0e070aeaa3dd20
Commit:     8214b0832cb3c0b74198e5b22c0e070aeaa3dd20
Parent:     857038d93adce6c1dfdb12c242d7fbee1ded370d
Author:     Jan Engelhardt <[EMAIL PROTECTED]>
AuthorDate: Sat Jul 21 04:37:54 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sat Jul 21 17:49:17 2007 -0700

    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 <[EMAIL PROTECTED]>
    Cc: Tilman Schmidt <[EMAIL PROTECTED]>
    Acked-by: Karsten Keil <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/isdn/gigaset/Kconfig |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/drivers/isdn/gigaset/Kconfig b/drivers/isdn/gigaset/Kconfig
index 018b793..0017e50 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to