diff options
author | David Manouchehri <david.manouchehri@riseup.net> | 2020-05-11 16:36:23 -0400 |
---|---|---|
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2020-05-13 19:32:48 +0300 |
commit | eb4a6de4962ecacb5717a45057efc60bb2eca892 (patch) | |
tree | 97741172dde25ea0518ac0a528b3a3a90f2299a0 /drivers/thunderbolt | |
parent | 913b99f70feb1cd9fb4bbcb302a029b4b9bee454 (diff) |
thunderbolt: Update Kconfig to allow building on other architectures.
Thunderbolt 3 and USB4 shouldn't be x86 only.
Tested on a SolidRun HoneyComb (ARM Cortex-A72) with a
Gigabyte Titan Ridge Thunderbolt 3 PCIe card (JHL7540).
Signed-off-by: David Manouchehri <david.manouchehri@riseup.net>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/thunderbolt')
-rw-r--r-- | drivers/thunderbolt/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thunderbolt/Kconfig b/drivers/thunderbolt/Kconfig index 1eb757e8df3b..f02010738bb6 100644 --- a/drivers/thunderbolt/Kconfig +++ b/drivers/thunderbolt/Kconfig @@ -2,7 +2,6 @@ menuconfig USB4 tristate "Unified support for USB4 and Thunderbolt" depends on PCI - depends on X86 || COMPILE_TEST select APPLE_PROPERTIES if EFI_STUB && X86 select CRC32 select CRYPTO |