diff options
author | Jan Engelhardt <jengelh@computergmbh.de> | 2007-07-21 07:37:54 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 20:49:17 -0400 |
commit | 8214b0832cb3c0b74198e5b22c0e070aeaa3dd20 (patch) | |
tree | c9c686c4a3a491f740b35747655e3a87040910c5 /drivers/isdn | |
parent | 857038d93adce6c1dfdb12c242d7fbee1ded370d (diff) |
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>
Diffstat (limited to 'drivers/isdn')
-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 018b7934b973..0017e50c6948 100644 --- a/drivers/isdn/gigaset/Kconfig +++ b/drivers/isdn/gigaset/Kconfig | |||
@@ -1,6 +1,4 @@ | |||
1 | menu "Siemens Gigaset" | 1 | menuconfig ISDN_DRV_GIGASET |
2 | |||
3 | config ISDN_DRV_GIGASET | ||
4 | tristate "Siemens Gigaset support (isdn)" | 2 | tristate "Siemens Gigaset support (isdn)" |
5 | select CRC_CCITT | 3 | select CRC_CCITT |
6 | select BITREVERSE | 4 | select BITREVERSE |
@@ -53,6 +51,4 @@ config GIGASET_UNDOCREQ | |||
53 | features like configuration mode of M105, say yes. If you | 51 | features like configuration mode of M105, say yes. If you |
54 | care about your device, say no. | 52 | care about your device, say no. |
55 | 53 | ||
56 | endif | 54 | endif # ISDN_DRV_GIGASET != n |
57 | |||
58 | endmenu | ||