xref: /openbmc/linux/drivers/thunderbolt/Kconfig (revision 5ef12cb4a3a78ffb331c03a795a15eea4ae35155)
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