From: Tom Rini Date: Wed, 1 Oct 2025 20:30:39 +0000 (-0600) Subject: watchdog: Tighten dependencies on WDT_DAVINCI X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df2220c946f593892c1bd60535c777e4a18448ac;p=pandora-u-boot.git watchdog: Tighten dependencies on WDT_DAVINCI 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 --- diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index f646b35eff8..309f9cd4829 100644 --- 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.