mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user