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 <trini@konsulko.com>
This commit is contained in:
Tom Rini
2026-03-16 19:24:48 -06:00
committed by Stefan Roese
parent 2ea4d3f8a5
commit d98e11bcbc

View File

@@ -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.