Skip to content

Commit

Permalink
[PATCH] ISDN_DRV_GIGASET should select, not depend on CRC_CCITT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Apr 11, 2006
1 parent f4675c7 commit df2487c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/isdn/gigaset/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit df2487c

Please sign in to comment.