xref: /linux/drivers/thunderbolt/Kconfig (revision 96ac6d435100450f0565708d9b885ea2a7400e0a)
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