https://github.com/torvalds/linux
Raw File
Tip revision: 33688abb2802ff3a230bd2441f765477b94cc89e authored by Linus Torvalds on 20 June 2016, 04:30:02 UTC
Linux 4.7-rc4
Tip revision: 33688ab
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