]>
Commit | Line | Data |
---|---|---|
16603153 | 1 | menuconfig THUNDERBOLT |
f67cf491 | 2 | tristate "Thunderbolt support" |
0cb4e2be | 3 | depends on PCI |
b2c74191 | 4 | depends on X86 || COMPILE_TEST |
5fbc89d3 | 5 | select APPLE_PROPERTIES if EFI_STUB && X86 |
f34323b6 | 6 | select CRC32 |
f67cf491 MW |
7 | select CRYPTO |
8 | select CRYPTO_HASH | |
e6b245cc | 9 | select NVMEM |
16603153 | 10 | help |
f67cf491 MW |
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. | |
16603153 AN |
14 | |
15 | To compile this driver a module, choose M here. The module will be | |
16 | called thunderbolt. |