Message ID | 20230406-subdued-observer-cbb0e2f72cc7@spud (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | Convert SiFive drivers from SOC_FOO dependencies to ARCH_FOO | expand |
On Thu, 06 Apr 2023 13:57:49 PDT (-0700), Conor Dooley wrote: > From: Conor Dooley <conor.dooley@microchip.com> > > 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 soc > drivers to use the new ARCH_FOO symbols. > > Signed-off-by: Conor Dooley <conor.dooley@microchip.com> > --- > drivers/soc/sifive/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/soc/sifive/Kconfig b/drivers/soc/sifive/Kconfig > index e86870be34c9..139884addc41 100644 > --- a/drivers/soc/sifive/Kconfig > +++ b/drivers/soc/sifive/Kconfig > @@ -1,6 +1,6 @@ > # SPDX-License-Identifier: GPL-2.0 > > -if SOC_SIFIVE || SOC_STARFIVE > +if ARCH_SIFIVE || ARCH_STARFIVE > > config SIFIVE_CCACHE > bool "Sifive Composable Cache controller" Reviewed-by: Palmer Dabbelt <palmer@rivosinc.com> Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
diff --git a/drivers/soc/sifive/Kconfig b/drivers/soc/sifive/Kconfig index e86870be34c9..139884addc41 100644 --- a/drivers/soc/sifive/Kconfig +++ b/drivers/soc/sifive/Kconfig @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 -if SOC_SIFIVE || SOC_STARFIVE +if ARCH_SIFIVE || ARCH_STARFIVE config SIFIVE_CCACHE bool "Sifive Composable Cache controller"