Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH v1] PCI: dwc: convert SOC_SIFIVE to ARCH_SIFIVE
@ 2023-09-18 10:22 Conor Dooley
  2023-12-16  0:24 ` Krzysztof Wilczyński
  0 siblings, 1 reply; 2+ messages in thread
From: Conor Dooley @ 2023-09-18 10:22 UTC (permalink / raw)
  To: linux-pci
  Cc: conor, conor.dooley, Lorenzo Pieralisi, Krzysztof Wilczyński,
	Rob Herring, Bjorn Helgaas

As part of converting RISC-V SOC_FOO symbols to ARCH_FOO to match the
use of such symbols on other architectures, convert the SiFive PCI
drivers to use the newer symbol.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
CC: Lorenzo Pieralisi <lpieralisi@kernel.org>
CC: Krzysztof Wilczyński <kw@linux.com>
CC: Rob Herring <robh@kernel.org>
CC: Bjorn Helgaas <bhelgaas@google.com>
CC: linux-pci@vger.kernel.org
---
 drivers/pci/controller/dwc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig
index ab96da43e0c2..58234334bcc2 100644
--- a/drivers/pci/controller/dwc/Kconfig
+++ b/drivers/pci/controller/dwc/Kconfig
@@ -311,7 +311,7 @@ config PCI_EXYNOS
 config PCIE_FU740
 	bool "SiFive FU740 PCIe controller"
 	depends on PCI_MSI
-	depends on SOC_SIFIVE || COMPILE_TEST
+	depends on ARCH_SIFIVE || COMPILE_TEST
 	select PCIE_DW_HOST
 	help
 	  Say Y here if you want PCIe controller support for the SiFive
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v1] PCI: dwc: convert SOC_SIFIVE to ARCH_SIFIVE
  2023-09-18 10:22 [PATCH v1] PCI: dwc: convert SOC_SIFIVE to ARCH_SIFIVE Conor Dooley
@ 2023-12-16  0:24 ` Krzysztof Wilczyński
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Wilczyński @ 2023-12-16  0:24 UTC (permalink / raw)
  To: Conor Dooley
  Cc: linux-pci, conor, Lorenzo Pieralisi, Rob Herring, Bjorn Helgaas

Hello,

> As part of converting RISC-V SOC_FOO symbols to ARCH_FOO to match the
> use of such symbols on other architectures, convert the SiFive PCI
> drivers to use the newer symbol.

Applied to controller/dwc, thank you!

[1/1] PCI: dwc: Convert SOC_SIFIVE to ARCH_SIFIVE
      https://git.kernel.org/pci/pci/c/edd6ae1022a6

	Krzysztof

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-16  0:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-18 10:22 [PATCH v1] PCI: dwc: convert SOC_SIFIVE to ARCH_SIFIVE Conor Dooley
2023-12-16  0:24 ` Krzysztof Wilczyński

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox