Andreas Noever | 1660315 | 2014-06-03 22:03:58 +0200 | [diff] [blame] | 1 | menuconfig THUNDERBOLT |
| 2 | tristate "Thunderbolt support for Apple devices" |
Arnd Bergmann | 0cb4e2b | 2014-06-20 15:52:09 +0200 | [diff] [blame] | 3 | depends on PCI |
Lukas Wunner | b2c7419 | 2016-11-18 09:22:59 +0100 | [diff] [blame] | 4 | depends on X86 || COMPILE_TEST |
Lukas Wunner | 5fbc89d | 2016-11-18 09:22:59 +0100 | [diff] [blame] | 5 | select APPLE_PROPERTIES if EFI_STUB && X86 |
Andreas Noever | f34323b | 2014-06-21 12:15:44 +0200 | [diff] [blame] | 6 | select CRC32 |
Andreas Noever | 1660315 | 2014-06-03 22:03:58 +0200 | [diff] [blame] | 7 | help |
| 8 | Cactus Ridge Thunderbolt Controller driver |
| 9 | This driver is required if you want to hotplug Thunderbolt devices on |
| 10 | Apple hardware. |
| 11 | |
| 12 | Device chaining is currently not supported. |
| 13 | |
| 14 | To compile this driver a module, choose M here. The module will be |
| 15 | called thunderbolt. |