* [PATCH] PCI: cadence: Fix TI J721E PCIe SoC dependencies
@ 2023-12-20 11:32 Peter Robinson
2023-12-26 23:59 ` Bjorn Helgaas
0 siblings, 1 reply; 2+ messages in thread
From: Peter Robinson @ 2023-12-20 11:32 UTC (permalink / raw)
To: Tom Joseph, Lorenzo Pieralisi, Krzysztof Wilczyński,
Rob Herring, Bjorn Helgaas, linux-pci, linux-arm-kernel,
linux-omap
Cc: Peter Robinson
The J721E PCIe is hardware specific to the TI SoC parts
so add a depenency on that so it's available for those
SoC parts and for compile testing but not necessarily
everyone who enables the Cadence PCIe controller.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] PCI: cadence: Fix TI J721E PCIe SoC dependencies
2023-12-20 11:32 [PATCH] PCI: cadence: Fix TI J721E PCIe SoC dependencies Peter Robinson
@ 2023-12-26 23:59 ` Bjorn Helgaas
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2023-12-26 23:59 UTC (permalink / raw)
To: Peter Robinson
Cc: Tom Joseph, Lorenzo Pieralisi, Krzysztof Wilczyński,
Rob Herring, Bjorn Helgaas, linux-pci, linux-arm-kernel,
linux-omap
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 <pbrobinson@gmail.com>
> ---
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-27 0:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-20 11:32 [PATCH] PCI: cadence: Fix TI J721E PCIe SoC dependencies Peter Robinson
2023-12-26 23:59 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox