Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753141AbcKRJIQ (ORCPT ); Fri, 18 Nov 2016 04:08:16 -0500 Received: from terminus.zytor.com ([198.137.202.10]:51112 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753087AbcKRJIJ (ORCPT ); Fri, 18 Nov 2016 04:08:09 -0500 Date: Fri, 18 Nov 2016 01:05:56 -0800 From: tip-bot for Lukas Wunner Message-ID: Cc: torvalds@linux-foundation.org, peterz@infradead.org, hpa@zytor.com, tglx@linutronix.de, ard.biesheuvel@linaro.org, arnd@arndb.de, mingo@kernel.org, lukas@wunner.de, linux-kernel@vger.kernel.org, andreas.noever@gmail.com, matt@codeblueprint.co.uk Reply-To: torvalds@linux-foundation.org, peterz@infradead.org, tglx@linutronix.de, hpa@zytor.com, ard.biesheuvel@linaro.org, arnd@arndb.de, lukas@wunner.de, mingo@kernel.org, linux-kernel@vger.kernel.org, andreas.noever@gmail.com, matt@codeblueprint.co.uk In-Reply-To: <7dfda728d3ee8a33c80c49b224da7359c6015eea.1479456179.git.lukas@wunner.de> References: <7dfda728d3ee8a33c80c49b224da7359c6015eea.1479456179.git.lukas@wunner.de> To: linux-tip-commits@vger.kernel.org Subject: [tip:efi/core] thunderbolt: Compile on x86 only Git-Commit-ID: b2c74191f4672c4b3265d0335910792b4f72026b X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1571 Lines: 41 Commit-ID: b2c74191f4672c4b3265d0335910792b4f72026b Gitweb: http://git.kernel.org/tip/b2c74191f4672c4b3265d0335910792b4f72026b Author: Lukas Wunner AuthorDate: Fri, 18 Nov 2016 09:22:59 +0100 Committer: Ingo Molnar CommitDate: Fri, 18 Nov 2016 09:42:59 +0100 thunderbolt: Compile on x86 only 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 Signed-off-by: Lukas Wunner Acked-by: Arnd Bergmann Cc: Andreas Noever Cc: Ard Biesheuvel Cc: Linus Torvalds Cc: Matt Fleming Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: linux-efi@vger.kernel.org Link: http://lkml.kernel.org/r/7dfda728d3ee8a33c80c49b224da7359c6015eea.1479456179.git.lukas@wunner.de Signed-off-by: Ingo Molnar --- drivers/thunderbolt/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/thunderbolt/Kconfig b/drivers/thunderbolt/Kconfig index de5d27e..d35db16 100644 --- a/drivers/thunderbolt/Kconfig +++ b/drivers/thunderbolt/Kconfig @@ -1,6 +1,7 @@ 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