Skip to content

Commit f12f0c7

Browse files
ConchuODalexandrebelloni
authored andcommitted
rtc: mpfs: 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 RTC driver to use the new symbol. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20230309204452.969574-5-conor@kernel.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent f45e5cf commit f12f0c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/rtc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,7 @@ config RTC_DRV_MSC313
19701970

19711971
config RTC_DRV_POLARFIRE_SOC
19721972
tristate "Microchip PolarFire SoC built-in RTC"
1973-
depends on SOC_MICROCHIP_POLARFIRE
1973+
depends on ARCH_MICROCHIP_POLARFIRE
19741974
help
19751975
If you say yes here you will get support for the
19761976
built-in RTC on Polarfire SoC.

0 commit comments

Comments
 (0)