From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 537C8C46CD3 for ; Wed, 27 Dec 2023 00:00:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=6ok9Z5EYffXLVWkRJVQ90iqTQ4AuugNi7xPLMTm/Jp0=; b=Ul3EDu1uT5tWbk 6QbeSSjEMWhWJO2VSjij1yLWoi0aQ4Buq+2/QntSEYB9xxM8aI2gtOsd3tTqIjEXVEJUgOiiKSgb8 9admqMi0jQ1SXq5IkKyHIpP5/Dpa2gwkMD/Et21M0FU8ffsepn9A2iItTnfRZUFX19PtbMclSTaij 2dUedkRs9DqtWxW/pY1GHJPyQKheTjdNav9+zD0d1x1UwGaXgsEoiohPwnfV+2dnSj7aTAbl9o7G0 e4YKJCT1ecIpdfUWyvB+3u1KBtJ+RIDHYE708Fx0GRdkyFdcg2ZcCRJE2mH5b5p3+QoAv6s90IHx+ wELhvFbtwk19twGLBUHw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rIHL4-00Dgjh-0U; Tue, 26 Dec 2023 23:59:58 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rIHL0-00Dgiq-1d for linux-arm-kernel@lists.infradead.org; Tue, 26 Dec 2023 23:59:56 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 977BA60ED8; Tue, 26 Dec 2023 23:59:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D60DEC433C8; Tue, 26 Dec 2023 23:59:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1703635189; bh=qL1wC5X84nPiUycGi2oBV74C3XrBRi70qn0cE9NjEuw=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=oZmb+/ARlpg5Vk9sAtF9KzheCjXEuUzBHt4QSukwKfevMLwNuA718EHgKWkezuSap FnpUUIw2CJIWFLQPekgw2XMyfGkCwvlN8pNx7oh6R/opBliTvtAUC/rSEnYzVtU3z7 nVzgIA6Df0IdTnlg2I+Ij9sWbQl5JhwO9Acj9+ZtIe8qs7+3bqRGL7HG0WYOrwz4l+ HBNoxyb9vP1WtIXzoa9a2mNY+lJqGmWlg4l4FeBdNWane0edoijGuRna4lt9hm33vI a944CVCRqrBPPfgCkbca+6pU4km9DzyULAF8AWehhec5vtEMv7iV4I+G0PghkeoRfp AppR4fTl7e5MA== Date: Tue, 26 Dec 2023 17:59:47 -0600 From: Bjorn Helgaas To: Peter Robinson Cc: Tom Joseph , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Rob Herring , Bjorn Helgaas , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] PCI: cadence: Fix TI J721E PCIe SoC dependencies Message-ID: <20231226235947.GA1483922@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231220113214.413632-1-pbrobinson@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231226_155954_589933_BB36F4FC X-CRM114-Status: GOOD ( 15.77 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Dec 20, 2023 at 11:32:08AM +0000, Peter Robinson wrote: > The J721E PCIe is hardware specific to the TI SoC parts > so add a depenency on that so it's available for those dependency > SoC parts and for compile testing but not necessarily > everyone who enables the Cadence PCIe controller. Wrap to fill 75 columns. The subject could possibly be more specific than "fix", e.g., PCI: cadence: Make TI J721E depend on ARCH_K3 > Signed-off-by: Peter Robinson > --- > drivers/pci/controller/cadence/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/pci/controller/cadence/Kconfig b/drivers/pci/controller/cadence/Kconfig > index 291d12711363..1d5a70c9055e 100644 > --- a/drivers/pci/controller/cadence/Kconfig > +++ b/drivers/pci/controller/cadence/Kconfig > @@ -47,6 +47,7 @@ config PCI_J721E > > config PCI_J721E_HOST > bool "TI J721E PCIe controller (host mode)" > + depends on ARCH_K3 || COMPILE_TEST > depends on OF > select PCIE_CADENCE_HOST > select PCI_J721E > @@ -57,6 +58,7 @@ config PCI_J721E_HOST > > config PCI_J721E_EP > bool "TI J721E PCIe controller (endpoint mode)" > + depends on ARCH_K3 || COMPILE_TEST > depends on OF > depends on PCI_ENDPOINT > select PCIE_CADENCE_EP > -- > 2.43.0 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel