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:
71a535c
)
watchdog: Tighten dependencies on WDT_DAVINCI
author
Tom Rini
<trini@konsulko.com>
Wed, 1 Oct 2025 20:30:39 +0000
(14:30 -0600)
committer
Stefan Roese
<stefan.roese@mailbox.org>
Thu, 16 Oct 2025 07:16:36 +0000
(09:16 +0200)
The WDT_DAVINCI driver is not safe to compile on 64bit platforms such as
allyesconfig on a 64bit host. Tighten the dependencies here to the
platforms which could use it today.
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/watchdog/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/watchdog/Kconfig
b/drivers/watchdog/Kconfig
index
f646b35
..
309f9cd
100644
(file)
--- a/
drivers/watchdog/Kconfig
+++ b/
drivers/watchdog/Kconfig
@@
-190,7
+190,7
@@
config WDT_DA9063
config WDT_DAVINCI
bool "DaVinci watchdog timer support"
- depends on WDT
+ depends on WDT
&& (ARCH_DAVINCI || ARCH_KEYSTONE)
help
Select this to enable the watchdog timer for DaVinci SoCs such as the
OMAP-L138.