diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-04-10 22:55:19 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-11 06:18:51 -0700 |
commit | df2487cff5e5be2877594f269b014652536d68bb (patch) | |
tree | 4d17e64909e8d1d1bf63b9d8e9b04c15ef0f6a0c /drivers/isdn/gigaset | |
parent | f4675c7016484220a62069d87958a2873d92f159 (diff) | |
download | linux-3.10-df2487cff5e5be2877594f269b014652536d68bb.tar.gz linux-3.10-df2487cff5e5be2877594f269b014652536d68bb.tar.bz2 linux-3.10-df2487cff5e5be2877594f269b014652536d68bb.zip |
[PATCH] ISDN_DRV_GIGASET should select, not depend on CRC_CCITT
CRC_CCITT is an internal helper function that should be select'ed.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Tilman Schmidt <tilman@imap.cc>
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, 2 insertions, 1 deletions
diff --git a/drivers/isdn/gigaset/Kconfig b/drivers/isdn/gigaset/Kconfig index 90e09644ebb..5b203fe21dc 100644 --- a/drivers/isdn/gigaset/Kconfig +++ b/drivers/isdn/gigaset/Kconfig @@ -3,7 +3,8 @@ menu "Siemens Gigaset" config ISDN_DRV_GIGASET tristate "Siemens Gigaset support (isdn)" - depends on ISDN_I4L && CRC_CCITT + depends on ISDN_I4L + select CRC_CCITT help Say m here if you have a Gigaset or Sinus isdn device. |