git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3893117
)
rtc: Tighten some rtc driver dependencies
author
Tom Rini
<trini@konsulko.com>
Mon, 4 Aug 2025 21:57:10 +0000
(15:57 -0600)
committer
Tom Rini
<trini@konsulko.com>
Thu, 14 Aug 2025 17:02:58 +0000
(11:02 -0600)
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>
drivers/rtc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/rtc/Kconfig
b/drivers/rtc/Kconfig
index
79b879d
..
ed90399
100644
(file)
--- 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.