mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 02:05:18 +07:00
![Lukas Wunner](/assets/img/avatar_default.png)
So far Thunderbolt is (unfortunately) an Intel proprietary technology that is only available on x86, so compiling on other arches is pointless except for testing purposes. Amend Kconfig accordingly. Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Lukas Wunner <lukas@wunner.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Andreas Noever <andreas.noever@gmail.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Matt Fleming <matt@codeblueprint.co.uk> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-efi@vger.kernel.org Link: http://lkml.kernel.org/r/7dfda728d3ee8a33c80c49b224da7359c6015eea.1479456179.git.lukas@wunner.de Signed-off-by: Ingo Molnar <mingo@kernel.org>
16 lines
465 B
Plaintext
16 lines
465 B
Plaintext
menuconfig THUNDERBOLT
|
|
tristate "Thunderbolt support for Apple devices"
|
|
depends on PCI
|
|
depends on X86 || COMPILE_TEST
|
|
select APPLE_PROPERTIES if EFI_STUB && X86
|
|
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.
|