diff options
author | Tilman Schmidt <tilman@imap.cc> | 2007-07-21 07:37:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 20:49:17 -0400 |
commit | 5f67c5cc855d5a189fc542da3921868ca87fc274 (patch) | |
tree | c103f84beff6a9c779b3047e3c9fe440c609a731 /drivers/isdn/gigaset | |
parent | 149a6501f90df457d75a1954dd5a29434a182e6a (diff) |
Use menuconfig objects - CONFIG_ISDN_I4L
Remove a menu statement and several dependencies from the Kconfig files in
the drivers/isdn tree as they have become unnecessary by the transformation
of CONFIG_ISDN from "menu, config" into "menuconfig".
(Modified version of a patch originally proposed by Jan Engelhardt.)
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Cc: Jan Engelhardt <jengelh@computergmbh.de>
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/gigaset')
-rw-r--r-- | drivers/isdn/gigaset/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/Kconfig b/drivers/isdn/gigaset/Kconfig index bcbb6502a773..018b7934b973 100644 --- a/drivers/isdn/gigaset/Kconfig +++ b/drivers/isdn/gigaset/Kconfig | |||
@@ -1,9 +1,7 @@ | |||
1 | menu "Siemens Gigaset" | 1 | menu "Siemens Gigaset" |
2 | depends on ISDN_I4L | ||
3 | 2 | ||
4 | config ISDN_DRV_GIGASET | 3 | config ISDN_DRV_GIGASET |
5 | tristate "Siemens Gigaset support (isdn)" | 4 | tristate "Siemens Gigaset support (isdn)" |
6 | depends on ISDN_I4L | ||
7 | select CRC_CCITT | 5 | select CRC_CCITT |
8 | select BITREVERSE | 6 | select BITREVERSE |
9 | help | 7 | help |