xref: /linux/drivers/thunderbolt/Kconfig (revision 83bbf6e103544d65f17f4b2ccea1c6a51c0b0769)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig 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.
18