Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: e5517c2a5a49ed5e99047008629f1cd60246ea0e authored by Linus Torvalds on 27 November 2016, 21:08:04 UTC
Linux 4.9-rc7
Tip revision: e5517c2
Kconfig
menuconfig THUNDERBOLT
	tristate "Thunderbolt support for Apple devices"
	depends on PCI
	select CRC32
	help
	  Cactus Ridge Thunderbolt Controller driver
	  This driver is required if you want to hotplug Thunderbolt devices on
	  Apple hardware.

	  Device chaining is currently not supported.

	  To compile this driver a module, choose M here. The module will be
	  called thunderbolt.
back to top