From patchwork Fri Nov 25 10:57:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 9447353 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 4476360778 for ; Fri, 25 Nov 2016 10:57:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 46D2427D13 for ; Fri, 25 Nov 2016 10:57:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3BC382807E; Fri, 25 Nov 2016 10:57:56 +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=-6.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID 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 DBC8127FB6 for ; Fri, 25 Nov 2016 10:57:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753117AbcKYK5v (ORCPT ); Fri, 25 Nov 2016 05:57:51 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:34618 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753101AbcKYK5v (ORCPT ); Fri, 25 Nov 2016 05:57:51 -0500 Received: by mail-pg0-f68.google.com with SMTP id e9so5312413pgc.1; Fri, 25 Nov 2016 02:57:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=e0bKFbUhalDIbmFwxtRR2p1/euYh223QMclI/Htsw8E=; b=e1CeTAgaNhlgcbElvW9QPFJSIfx5zYY3O7Egtl6jSYLhEDLglVKCvRgNnQkcho3ITB unUnd2N9Ukn0JhHUwcl2uYIQBqo7+QC4+YNSKuKdOg9dKPvCl3Gm4smi5QSg9ixvxXzE HhbRTFK9Z8o05C5kmVxBnC2E8UNUMpX8WbiYWyyuf5gEcc7NuNxI0JAgOkpdyrTCDtPa JHcFUSRhYL8U3lWBS7TWg4d3uXhwgEwihEPfz6+q7R1D8XMyOj2le5CYxs+Da7GwkhCz smGM/bfKrX6FeaAgFoWBWLkA5d2Yp+R4fdPdYYngt1lQJdbctlUkYcLLHEMAnoHz0/P5 1gGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=e0bKFbUhalDIbmFwxtRR2p1/euYh223QMclI/Htsw8E=; b=FR886qHwrmQXP4szwvat9pZDXi5Vt1JBZbt/p+QOILNPxCONKdzrJMLz12yjtvQJ/e Wyf1Le0l3P1vzAPATUINlXU9N3UYfGLkCD3J9b5KdFEfSWHrYtkqkvQYrk/jE+Ol44bS W+AFa6Nj4zVG6G+5unDNLicVerGHY2Mx3MOmiP/YZWCNoPdibCbL4AwUzHsuyGwflTLW i9eOoLKioT2IjOUO18DexF3MjwywKS8KdWJJ37B/7o66gMRShW6aZ/2bj2N+eMkZQ8Qp J7JIIk1bpSyQsGqWAtJQQ6Ny0A1W/Jv5G2hZ4ArlY2AgPShznmCWDE05uLVXG38JkIRO 6egw== X-Gm-Message-State: AKaTC01IcZ2rrqjOn00tw7crxRY8R18LG8LjQ7v9x7ETX5p6MVppoAqan0Gv5eS/cvdVSQ== X-Received: by 10.84.139.67 with SMTP id 61mr15793686plq.65.1480071470455; Fri, 25 Nov 2016 02:57:50 -0800 (PST) Received: from localhost (port-2820.pppoe.wtnet.de. [84.46.11.15]) by smtp.gmail.com with ESMTPSA id r124sm49030845pgr.6.2016.11.25.02.57.49 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 25 Nov 2016 02:57:50 -0800 (PST) From: Thierry Reding To: Bjorn Helgaas Cc: Arnd Bergmann , Tomasz Nowicki , Liviu Dudau , Lorenzo Pieralisi , Vidya Sagar , linux-pci@vger.kernel.org, linux-tegra@vger.kernel.org Subject: [PATCH v4 08/10] PCI: tegra: Enable the driver on 64-bit ARM Date: Fri, 25 Nov 2016 11:57:16 +0100 Message-Id: <20161125105718.3866-8-thierry.reding@gmail.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161125105718.3866-1-thierry.reding@gmail.com> References: <20161125105718.3866-1-thierry.reding@gmail.com> 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 From: Thierry Reding The Tegra PCI host controller driver no longer relies on any of the 32- bit ARM glue for PCI, so it can be enabled on 64-bit configurations. Signed-off-by: Thierry Reding --- drivers/pci/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 14dc4053860e..9a109dad0d63 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -69,7 +69,7 @@ config PCI_IMX6 config PCI_TEGRA bool "NVIDIA Tegra PCIe controller" - depends on ARCH_TEGRA && !ARM64 + depends on ARCH_TEGRA help Say Y here if you want support for the PCIe host controller found on NVIDIA Tegra SoCs.