From: Adrian Bunk Date: Tue, 11 Apr 2006 05:55:19 +0000 (-0700) Subject: [PATCH] ISDN_DRV_GIGASET should select, not depend on CRC_CCITT X-Git-Tag: firefly_0821_release~36226 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=df2487cff5e5be2877594f269b014652536d68bb;p=firefly-linux-kernel-4.4.55.git [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 Acked-by: Tilman Schmidt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/isdn/gigaset/Kconfig b/drivers/isdn/gigaset/Kconfig index 90e09644ebb5..5b203fe21dcd 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.