[PATCH v4 3/4] rockchip: rk3568: imply DESIGNWARE_WATCHDOG

Andreas Zdziarstek andreas.zdziarstek at gmail.com
Mon Jun 29 21:23:35 CEST 2026


The rk3566/rk3568 has a DesignWare watchdog, so make its driver the
default for the SoC family The imply only takes effect once a board
enables CONFIG_WDT, so it does not change any existing board.

Signed-off-by: Andreas Zdziarstek <andreas.zdziarstek at gmail.com>
---
 arch/arm/mach-rockchip/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index 1a2e7847c9e..950c282fbf7 100644
--- a/arch/arm/mach-rockchip/Kconfig
+++ b/arch/arm/mach-rockchip/Kconfig
@@ -426,6 +426,7 @@ config ROCKCHIP_RK3568
 	select DM_REGULATOR_FIXED
 	select DM_RESET
 	imply BOOTSTD_FULL
+	imply DESIGNWARE_WATCHDOG
 	imply DM_RNG
 	imply MISC_INIT_R
 	imply MMC_HS200_SUPPORT if MMC_SDHCI_ROCKCHIP
-- 
2.53.0



More information about the U-Boot mailing list