From f34323b64ac6bb475e158f93c08ee677ecffe8a3 Mon Sep 17 00:00:00 2001 From: Andreas Noever Date: Sat, 21 Jun 2014 12:15:44 +0200 Subject: thunderbolt: select CRC32 in Kconfig 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 Signed-off-by: Greg Kroah-Hartman --- drivers/thunderbolt/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/thunderbolt/Kconfig') diff --git a/drivers/thunderbolt/Kconfig b/drivers/thunderbolt/Kconfig index 5aab79bf3450..c121acc15bfe 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 -- cgit v1.2.3