Message ID | 20230918-safeness-cornflake-62278bc3aaaa@wendy (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Krzysztof Wilczyński |
Headers | show |
Series | [v1] PCI: dwc: convert SOC_SIFIVE to ARCH_SIFIVE | expand |
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
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
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(-)