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 <trini@konsulko.com>
This commit is contained in:
Tom Rini 2025-08-04 15:57:10 -06:00
parent 38931172ed
commit b86ace06d3

View File

@ -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.