Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 authored by Linus Torvalds on 16 August 2014, 16:40:26 UTC
Linux 3.17-rc1
Tip revision: 7d1311b
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