David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | menuconfig THUNDERBOLT |
| 3 | tristate "Thunderbolt support" |
| 4 | depends on PCI |
| 5 | depends on X86 || COMPILE_TEST |
| 6 | select APPLE_PROPERTIES if EFI_STUB && X86 |
| 7 | select CRC32 |
| 8 | select CRYPTO |
| 9 | select CRYPTO_HASH |
| 10 | select NVMEM |
| 11 | help |
| 12 | Thunderbolt Controller driver. This driver is required if you |
| 13 | want to hotplug Thunderbolt devices on Apple hardware or on PCs |
| 14 | with Intel Falcon Ridge or newer. |
| 15 | |
| 16 | To compile this driver a module, choose M here. The module will be |
| 17 | called thunderbolt. |