xref: /linux/drivers/thunderbolt/Kconfig (revision 7c2aa6116b5bdc0cc09ae5917ea0b5ef3cc45cec)
1menuconfig THUNDERBOLT
2	tristate "Thunderbolt support for Apple devices"
3	depends on PCI
4	select CRC32
5	help
6	  Cactus Ridge Thunderbolt Controller driver
7	  This driver is required if you want to hotplug Thunderbolt devices on
8	  Apple hardware.
9
10	  Device chaining is currently not supported.
11
12	  To compile this driver a module, choose M here. The module will be
13	  called thunderbolt.
14