diff options
author | Ley Foon Tan <leyfoon.tan@linux.starfivetech.com> | 2022-07-19 05:15:51 +0300 |
---|---|---|
committer | Hal Feng <hal.feng@starfivetech.com> | 2022-08-01 09:18:19 +0300 |
commit | c15d07d58b785df2f124d2cb62348e65a85dbbae (patch) | |
tree | 118657123eb0613a54eec83801d1cf4c0a19637f /drivers/rtc/Kconfig | |
parent | f18c0a3578e594aa32aebb0a46e035deed0c3146 (diff) | |
download | linux-c15d07d58b785df2f124d2cb62348e65a85dbbae.tar.xz |
rtc: starfive: Update depends on to SOC_STARFIVE
Change depends on to SOC_STARFIVE instead of RISCV.
Signed-off-by: Ley Foon Tan <leyfoon.tan@linux.starfivetech.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 497c48bb3d22..b2114595ad3d 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 |