From c15d07d58b785df2f124d2cb62348e65a85dbbae Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Tue, 19 Jul 2022 02:15:51 +0000 Subject: [PATCH] rtc: starfive: Update depends on to SOC_STARFIVE Change depends on to SOC_STARFIVE instead of RISCV. Signed-off-by: Ley Foon Tan --- drivers/rtc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 497c48b..b211459 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1589,7 +1589,7 @@ config RTC_DRV_STARFIRE config RTC_DRV_STARFIVE tristate "StarFive 32.768k-RTC" - depends on RISCV + depends on SOC_STARFIVE depends on OF help If you say Y here you will get support for the RTC found on -- 2.7.4