Skip to content

Commit fb8b9d2

Browse files
ConchuODbebarino
authored andcommitted
clk: sifive: make SiFive clk drivers depend on ARCH_ symbols
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 clk drivers to use the new symbol. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20230406-groovy-trustable-15853ac0a130@spud Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 643980f commit fb8b9d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/clk/sifive/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
menuconfig CLK_SIFIVE
44
bool "SiFive SoC driver support"
5-
depends on SOC_SIFIVE || COMPILE_TEST
6-
default SOC_SIFIVE
5+
depends on ARCH_SIFIVE || COMPILE_TEST
6+
default ARCH_SIFIVE
77
help
88
SoC drivers for SiFive Linux-capable SoCs.
99

1010
if CLK_SIFIVE
1111

1212
config CLK_SIFIVE_PRCI
1313
bool "PRCI driver for SiFive SoCs"
14-
default SOC_SIFIVE
14+
default ARCH_SIFIVE
1515
select RESET_CONTROLLER
1616
select RESET_SIMPLE
1717
select CLK_ANALOGBITS_WRPLL_CLN28HPC

0 commit comments

Comments
 (0)