Skip to content

Commit edd6ae1

Browse files
ConchuODkwilczynski
authored andcommitted
PCI: dwc: Convert SOC_SIFIVE to ARCH_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. Link: https://lore.kernel.org/linux-pci/20230918-safeness-cornflake-62278bc3aaaa@wendy Signed-off-by: Conor Dooley <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]>
1 parent b85ea95 commit edd6ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/controller/dwc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ config PCI_EXYNOS
336336
config PCIE_FU740
337337
bool "SiFive FU740 PCIe controller"
338338
depends on PCI_MSI
339-
depends on SOC_SIFIVE || COMPILE_TEST
339+
depends on ARCH_SIFIVE || COMPILE_TEST
340340
select PCIE_DW_HOST
341341
help
342342
Say Y here if you want PCIe controller support for the SiFive

0 commit comments

Comments
 (0)