summaryrefslogtreecommitdiff
path: root/configs/socfpga_agilex_defconfig
diff options
context:
space:
mode:
authorChee Hong Ang <chee.hong.ang@intel.com>2020-08-06 12:15:33 +0800
committerLey Foon Tan <ley.foon.tan@intel.com>2020-10-09 17:53:12 +0800
commit2473e13bb8e81cf90e89863125e85900193b01b7 (patch)
tree58bb0dfdcc53924cee9f511aa6343c4c720fcaa7 /configs/socfpga_agilex_defconfig
parentb3e2d9fccbe7390a859f7f46001c6312cc35455c (diff)
arm: socfpga: Use DM watchdog timer
All SoCFPGA platforms (except Cyclone V) are now switching to CONFIG_WDT (driver model for watchdog timer drivers) from CONFIG_HW_WATCHDOG. Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com> Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'configs/socfpga_agilex_defconfig')
-rw-r--r--configs/socfpga_agilex_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/socfpga_agilex_defconfig b/configs/socfpga_agilex_defconfig
index ee1a665605..c4db1d0835 100644
--- a/configs/socfpga_agilex_defconfig
+++ b/configs/socfpga_agilex_defconfig
@@ -60,5 +60,7 @@ CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_DWC2=y
CONFIG_USB_STORAGE=y
+CONFIG_DESIGNWARE_WATCHDOG=y
+CONFIG_WDT=y
# CONFIG_SPL_USE_TINY_PRINTF is not set
CONFIG_PANIC_HANG=y