Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <conor.dooley@microchip.com>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>

authored by

Conor Dooley and committed by
Krzysztof Wilczyński
edd6ae10 b85ea95d

+1 -1
+1 -1
drivers/pci/controller/dwc/Kconfig
··· 336 336 config PCIE_FU740 337 337 bool "SiFive FU740 PCIe controller" 338 338 depends on PCI_MSI 339 - depends on SOC_SIFIVE || COMPILE_TEST 339 + depends on ARCH_SIFIVE || COMPILE_TEST 340 340 select PCIE_DW_HOST 341 341 help 342 342 Say Y here if you want PCIe controller support for the SiFive