Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934607AbaFUKQ1 (ORCPT ); Sat, 21 Jun 2014 06:16:27 -0400 Received: from mail-we0-f177.google.com ([74.125.82.177]:34520 "EHLO mail-we0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932155AbaFUKQZ (ORCPT ); Sat, 21 Jun 2014 06:16:25 -0400 From: Andreas Noever To: linux-kernel@vger.kernel.org, Greg KH Cc: Andreas Noever Subject: [PATCH] thunderbolt: select CRC32 in Kconfig Date: Sat, 21 Jun 2014 12:15:44 +0200 Message-Id: <1403345744-15497-1-git-send-email-andreas.noever@gmail.com> X-Mailer: git-send-email 2.0.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We use __crc32c_le in ctl.c. So make sure that the dependency is there. Reported-by: kbuild test robot Signed-off-by: Andreas Noever --- drivers/thunderbolt/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/thunderbolt/Kconfig b/drivers/thunderbolt/Kconfig index 5aab79b..c121acc 100644 --- a/drivers/thunderbolt/Kconfig +++ b/drivers/thunderbolt/Kconfig @@ -1,6 +1,7 @@ menuconfig THUNDERBOLT tristate "Thunderbolt support for Apple devices" depends on PCI + select CRC32 help Cactus Ridge Thunderbolt Controller driver This driver is required if you want to hotplug Thunderbolt devices on -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/