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-Url: https://git.stricted.de/?a=commitdiff_plain;h=df2487cff5e5be2877594f269b014652536d68bb;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.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 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.