diff options
author | Andreas Noever <andreas.noever@gmail.com> | 2014-06-21 06:15:44 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-06-21 16:12:35 -0400 |
commit | f34323b64ac6bb475e158f93c08ee677ecffe8a3 (patch) | |
tree | 9af16fb629dfaa28f7427de762894b2ee6df0192 | |
parent | e0f550141be3d4c401ae15a0cd1877d4d9665f16 (diff) |
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>
-rw-r--r-- | drivers/thunderbolt/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
1 | menuconfig THUNDERBOLT | 1 | menuconfig THUNDERBOLT |
2 | tristate "Thunderbolt support for Apple devices" | 2 | tristate "Thunderbolt support for Apple devices" |
3 | depends on PCI | 3 | depends on PCI |
4 | select CRC32 | ||
4 | help | 5 | help |
5 | Cactus Ridge Thunderbolt Controller driver | 6 | Cactus Ridge Thunderbolt Controller driver |
6 | This driver is required if you want to hotplug Thunderbolt devices on | 7 | This driver is required if you want to hotplug Thunderbolt devices on |