From patchwork Wed Jul 19 01:28:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Axtens X-Patchwork-Id: 9850241 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E4256602C8 for ; Wed, 19 Jul 2017 01:29:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D4FA0285BA for ; Wed, 19 Jul 2017 01:29:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C9E7F285CD; Wed, 19 Jul 2017 01:29:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5EBCB285BA for ; Wed, 19 Jul 2017 01:29:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752182AbdGSB3n (ORCPT ); Tue, 18 Jul 2017 21:29:43 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:33718 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751560AbdGSB3n (ORCPT ); Tue, 18 Jul 2017 21:29:43 -0400 Received: by mail-pg0-f66.google.com with SMTP id z1so4871688pgs.0 for ; Tue, 18 Jul 2017 18:29:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axtens.net; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=al4ZRl2u6Uv0pG8SZ3IBB4tlsxsxueYdJ//QjII+ekM=; b=Kyt8NwA/nPm4dffYn+UifFMGnH9/l7VfaJm9wTqfk9BB98GTkNh90KtrqTN+ActXfQ bMamCNS6/rcyM7YP7kgB5HXXyMC+1h7TYWnFum8tanf8Chtfot4L2CCd/KWk4mQT6cgA mJAEYrGyS0gA2e7a/UxD4SbN1gEaazKw2enKA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=al4ZRl2u6Uv0pG8SZ3IBB4tlsxsxueYdJ//QjII+ekM=; b=E2VblfUG+firEyvrgQA5KYEIehfKtYXBssjLafqW7L277eYnmhxfWdtNOK8m1W1KV2 8o8frP8hzGy9/6gjUJ8VxQfcf1EwZUnhlOgFwe2EYsvvX76DPgf5QT/p3+GUaXArf2gC +sEfciDfiIiv+IwQbRikR7eO4O47Pm1VGQOQmwb3RfB4r2LlncRkkND4WFidyNBSKdFP lkOEIRQN8TXtOvP6b7sewSMqtbCCzy+tfXwoMpwhTVUuh3a6Mc7y/bRo0PTddd8h2oGe WLHC5penF8Re97UF6XQKHosJQOh9ygTf6XiRho88mq4XOMp+29MxRTL7wTXefbcfxC9p +VJQ== X-Gm-Message-State: AIVw112pFPaqMzfX+2c8f1UBmhD/9gBUwSqqVWq/ElyMlHBEP+3kw/st uwwgn2T3+KAaWGhaSDoYfQ== X-Received: by 10.99.0.151 with SMTP id 145mr443292pga.115.1500427782379; Tue, 18 Jul 2017 18:29:42 -0700 (PDT) Received: from localhost.localdomain (203-59-51-51.dyn.iinet.net.au. [203.59.51.51]) by smtp.gmail.com with ESMTPSA id n90sm7582401pfk.105.2017.07.18.18.29.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Jul 2017 18:29:41 -0700 (PDT) From: Daniel Axtens To: linux-pci@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Cc: benh@kernel.crashing.org, z.liuxinliang@hisilicon.com, zourongrong@gmail.com, catalin.marinas@arm.com, will.deacon@arm.com, gabriele.paoloni@huawei.com, helgass@kernel.org, airlied@linux.ie, daniel.vetter@intel.com, alex.williamson@redhat.com, Daniel Axtens Subject: [PATCH 3/3] extend to arm Date: Wed, 19 Jul 2017 11:28:37 +1000 Message-Id: <20170719012839.20124-5-dja@axtens.net> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170719012839.20124-1-dja@axtens.net> References: <20170719012839.20124-1-dja@axtens.net> Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Daniel Axtens --- arch/arm64/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index cae4e677a181..e88081b515d2 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -20,6 +20,7 @@ config ARM64 select ARCH_SUPPORTS_NUMA_BALANCING select ARCH_WANT_COMPAT_IPC_PARSE_VERSION select ARCH_WANT_FRAME_POINTERS + select ARCH_WANT_VGA_ARB_FALLBACK select ARCH_HAS_UBSAN_SANITIZE_ALL select ARM_AMBA select ARM_ARCH_TIMER