From patchwork Thu Oct 22 10:16:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lad Prabhakar X-Patchwork-Id: 11850783 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.6 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MIME_HEADER_CTYPE_ONLY,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, T_TVD_MIME_NO_HEADERS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8AAA2C5517A for ; Thu, 22 Oct 2020 10:16:35 +0000 (UTC) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D83752419B for ; Thu, 22 Oct 2020 10:16:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="NE0cK/d3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D83752419B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5653+4520388+8129055@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id aDzCYY4521723xHntLVdilh3; Thu, 22 Oct 2020 03:16:34 -0700 X-Received: from relmlie6.idc.renesas.com (relmlie6.idc.renesas.com []) by mx.groups.io with SMTP id smtpd.web10.8438.1603361778788177942 for ; Thu, 22 Oct 2020 03:16:34 -0700 X-IronPort-AV: E=Sophos;i="5.77,404,1596466800"; d="scan'208";a="60292603" X-Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 22 Oct 2020 19:16:33 +0900 X-Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 9897940062B1; Thu, 22 Oct 2020 19:16:32 +0900 (JST) From: "Lad Prabhakar" To: cip-dev@lists.cip-project.org, Pavel Machek , Nobuhiro Iwamatsu Cc: Biju Das Subject: [cip-dev] [PATCH 4.19.y-cip 13/13] arm64: defconfig: Enable CONFIG_PCIE_RCAR_HOST Date: Thu, 22 Oct 2020 11:16:14 +0100 Message-Id: <20201022101614.9298-14-prabhakar.mahadev-lad.rj@bp.renesas.com> In-Reply-To: <20201022101614.9298-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20201022101614.9298-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: Ctvb2elTGUs9p2JoAKSoJdeWx4520388AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1603361794; bh=oWRZbd6bWcML8zM+ytVDv/+mAvZ2cXrKIWVJLkdNCwE=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=NE0cK/d3+Q4zfcunhroAL0zppxJ0w/3F9igKXSz8nnNhIcZ01amXn1iUDnhYsttSS1r Z+JEfmfP8Fhw7vt/ClZBu5Yg7r9vi4VmmbsSImVzIyHN6gk5+AGK+VnZ5/nz6HU7Z9Vox Dz1boO3KHcJ8A7eYWkAGidkNhD2tGHNoYH0= commit fecc5cfcd55f7aacc483726c405a951bd6aaaf2e upstream. config option PCIE_RCAR internally selects PCIE_RCAR_HOST which builds the same driver. So this patch renames CONFIG_PCIE_RCAR to CONFIG_PCIE_RCAR_HOST so that PCIE_RCAR can be safely dropped from Kconfig file. Signed-off-by: Lad Prabhakar Reviewed-by: Yoshihiro Shimoda Link: https://lore.kernel.org/r/1589494238-2933-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven [PL: Manually applied changes to defconfig] Signed-off-by: Lad Prabhakar --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ef20c1f308fa..ace1b58f3ff5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -77,7 +77,7 @@ CONFIG_HOTPLUG_PCI=y CONFIG_HOTPLUG_PCI_ACPI=y CONFIG_PCI_AARDVARK=y CONFIG_PCI_TEGRA=y -CONFIG_PCIE_RCAR=y +CONFIG_PCIE_RCAR_HOST=y CONFIG_PCI_HOST_GENERIC=y CONFIG_PCI_XGENE=y CONFIG_PCI_HOST_THUNDER_PEM=y