浏览代码

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 <fengguang.wu@intel.com>
Signed-off-by: Andreas Noever <andreas.noever@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Andreas Noever 11 年之前
父节点
当前提交
f34323b64a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/thunderbolt/Kconfig

+ 1 - 0
drivers/thunderbolt/Kconfig

@@ -1,6 +1,7 @@
 menuconfig THUNDERBOLT
 menuconfig THUNDERBOLT
 	tristate "Thunderbolt support for Apple devices"
 	tristate "Thunderbolt support for Apple devices"
 	depends on PCI
 	depends on PCI
+	select CRC32
 	help
 	help
 	  Cactus Ridge Thunderbolt Controller driver
 	  Cactus Ridge Thunderbolt Controller driver
 	  This driver is required if you want to hotplug Thunderbolt devices on
 	  This driver is required if you want to hotplug Thunderbolt devices on