xref: /linux/drivers/thunderbolt/Kconfig (revision 26b433d0da062d6e19d75350c0171d3cf8ff560d)
1menuconfig 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.
17