All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thunderbolt: select CRC32 in Kconfig
@ 2014-06-21 10:15 Andreas Noever
  0 siblings, 0 replies; only message in thread
From: Andreas Noever @ 2014-06-21 10:15 UTC (permalink / raw)
  To: linux-kernel, Greg KH; +Cc: Andreas Noever

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>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-21 10:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-21 10:15 [PATCH] thunderbolt: select CRC32 in Kconfig Andreas Noever

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.