]> xenbits.xensource.com Git - people/jgross/linux.git/commitdiff
rtc: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
authorConor Dooley <conor.dooley@microchip.com>
Thu, 9 Mar 2023 20:44:51 +0000 (20:44 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 17 Mar 2023 22:12:58 +0000 (23:12 +0100)
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>
drivers/rtc/Kconfig

index 5a71579af0a14e032a36139ace3bc1e4946aa891..75387240861564405577aaf05c9150ef6aa91e54 100644 (file)
@@ -1970,7 +1970,7 @@ config RTC_DRV_MSC313
 
 config RTC_DRV_POLARFIRE_SOC
        tristate "Microchip PolarFire SoC built-in RTC"
-       depends on SOC_MICROCHIP_POLARFIRE
+       depends on ARCH_MICROCHIP_POLARFIRE
        help
          If you say yes here you will get support for the
          built-in RTC on Polarfire SoC.