Skip to content

Commit dfb208b

Browse files
ConchuODclaudiubeznea
authored andcommitted
clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE
This driver is used by non-polarfire devices now, and the ARCH_MICROCHIP symbol has been defined for some time on RISCV so drop it without any functional change. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20260113-doing-surplus-dc45866f71d4@spud Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent 69ccb0f commit dfb208b

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 ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
9-
default ARCH_MICROCHIP_POLARFIRE
8+
depends on ARCH_MICROCHIP || COMPILE_TEST
9+
default y
1010
depends on MFD_SYSCON
1111
select AUXILIARY_BUS
1212
select REGMAP_MMIO

0 commit comments

Comments
 (0)