mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
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:
parent
38931172ed
commit
b86ace06d3
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user