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