]> git.ipfire.org Git - thirdparty/u-boot.git/commit
watchdog: Correct dependencies for WDT_MAX6370
authorTom Rini <trini@konsulko.com>
Tue, 17 Mar 2026 01:24:48 +0000 (19:24 -0600)
committerStefan Roese <stefan.roese@mailbox.org>
Tue, 9 Jun 2026 09:51:19 +0000 (11:51 +0200)
commitd98e11bcbcbde2d7448a30cec45d80a9215d3f98
treed08a33b8d70f5ff178406a7575c4ba39df9655b4
parent2ea4d3f8a545c70697fe3ce25090d02bec38ec38
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>
drivers/watchdog/Kconfig