[PATCH v1] configs: Enable CONFIG_WDT configurations for cyclone5

Boon Khai Ng boon.khai.ng at altera.com
Wed Feb 25 11:02:18 CET 2026


Enable the CONFIG_WDT configuration to fix the compilation
warning "unmet dependencies". CONFIG_DESIGNWARE_WATCHDOG
requires the CONFIG_WDT to be enabled in order for the
Watchdog to work.

Signed-off-by: Boon Khai Ng <boon.khai.ng at altera.com>
---
 configs/socfpga_cyclone5_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig
index 1ce0b63aee1..80886199645 100644
--- a/configs/socfpga_cyclone5_defconfig
+++ b/configs/socfpga_cyclone5_defconfig
@@ -79,4 +79,5 @@ CONFIG_USB_GADGET_DWC2_OTG=y
 CONFIG_USB_GADGET_DOWNLOAD=y
 # CONFIG_SPL_WDT is not set
 CONFIG_SYS_TIMER_COUNTS_DOWN=y
+CONFIG_WDT=y
 # CONFIG_TOOLS_MKEFICAPSULE is not set
-- 
2.43.7



More information about the U-Boot mailing list