From: Tom Rini Date: Tue, 17 Mar 2026 01:24:48 +0000 (-0600) Subject: watchdog: Correct dependencies for WDT_MAX6370 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d98e11bcbcbde2d7448a30cec45d80a9215d3f98;p=thirdparty%2Fu-boot.git watchdog: Correct dependencies for WDT_MAX6370 As exposed by "make randconfig", we have an issue with the dependencies for WDT_MAX6370. It needs to select both GPIO and DM_GPIO not just DM_GPIO. Signed-off-by: Tom Rini --- diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 9ea617f1e43..0e6e6830fc8 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -217,6 +217,7 @@ config SPL_WDT_GPIO config WDT_MAX6370 bool "MAX6370 watchdog timer support" depends on WDT + select GPIO select DM_GPIO help Select this to enable max6370 watchdog timer.