diff options
| author | Tom Rini <[email protected]> | 2025-08-04 15:57:10 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-08-14 11:02:58 -0600 |
| commit | b86ace06d37bb2ef97dbd79723089f3b46e065a2 (patch) | |
| tree | 6313961806f60bc96db0727669e67f555ad07425 /drivers/rtc | |
| parent | 38931172edd71c27101ac19361819d945ae337d8 (diff) | |
rtc: Tighten some rtc driver dependencies
The Marvell RTC rtc driver cannot build without access to some
platform specific header files. Express that requirements in Kconfig as
well.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/rtc')
| -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 79b879d68d1..ed903999f06 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -218,7 +218,7 @@ config RTC_PL031 config RTC_MV bool "Enable Marvell RTC driver" - depends on DM_RTC + depends on DM_RTC && ARCH_KIRKWOOD help Enable Marvell RTC driver. This driver supports the rtc that is present on some Marvell SoCs. |
