Skip to content

Commit f3e788d

Browse files
ConchuODclaudiubeznea
authored andcommitted
clk: microchip: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
As part of converting RISC-V SOC_FOO symbols to ARCH_FOO to match the use of such symbols on other architectures, convert the Microchip FPGA clock drivers to use the new symbol. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20230309204452.969574-2-conor@kernel.org
1 parent ac9a786 commit f3e788d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/clk/microchip/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ config COMMON_CLK_PIC32
55

66
config MCHP_CLK_MPFS
77
bool "Clk driver for PolarFire SoC"
8-
depends on SOC_MICROCHIP_POLARFIRE || COMPILE_TEST
9-
default SOC_MICROCHIP_POLARFIRE
8+
depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
9+
default ARCH_MICROCHIP_POLARFIRE
1010
select AUXILIARY_BUS
1111
help
1212
Supports Clock Configuration for PolarFire SoC

0 commit comments

Comments
 (0)