diff options
author | Tilman Schmidt <tilman@imap.cc> | 2006-04-10 22:55:02 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-11 06:18:49 -0700 |
commit | bd0d6ef944f992c584152dbfca99188107bf2f8d (patch) | |
tree | 6211aa731b857da8d0d7270d098c40854d2ae948 /drivers/isdn/gigaset | |
parent | 917f5085ddb3498033551e711fb22f48ddeb8378 (diff) | |
download | linux-3.10-bd0d6ef944f992c584152dbfca99188107bf2f8d.tar.gz linux-3.10-bd0d6ef944f992c584152dbfca99188107bf2f8d.tar.bz2 linux-3.10-bd0d6ef944f992c584152dbfca99188107bf2f8d.zip |
[PATCH] isdn4linux: Siemens Gigaset drivers: Kconfig correction
With Hansjoerg Lipp <hjlipp@web.de>
Remove the restriction to build the Gigaset drivers as modules only.
Signed-off-by: Hansjoerg Lipp <hjlipp@web.de>
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Cc: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/isdn/gigaset')
-rw-r--r-- | drivers/isdn/gigaset/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/Kconfig b/drivers/isdn/gigaset/Kconfig index 53c4fb62ed8..90e09644ebb 100644 --- a/drivers/isdn/gigaset/Kconfig +++ b/drivers/isdn/gigaset/Kconfig @@ -3,8 +3,7 @@ menu "Siemens Gigaset" config ISDN_DRV_GIGASET tristate "Siemens Gigaset support (isdn)" - depends on ISDN_I4L && m -# depends on ISDN_I4L && MODULES + depends on ISDN_I4L && CRC_CCITT help Say m here if you have a Gigaset or Sinus isdn device. |