diff options
author | Jan Engelhardt <jengelh@computergmbh.de> | 2007-07-21 04:37:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 17:49:17 -0700 |
commit | 8214b0832cb3c0b74198e5b22c0e070aeaa3dd20 (patch) | |
tree | c9c686c4a3a491f740b35747655e3a87040910c5 | |
parent | 857038d93adce6c1dfdb12c242d7fbee1ded370d (diff) | |
download | op-kernel-dev-8214b0832cb3c0b74198e5b22c0e070aeaa3dd20.zip op-kernel-dev-8214b0832cb3c0b74198e5b22c0e070aeaa3dd20.tar.gz |
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@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>
-rw-r--r-- | 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 |