From: Rayagonda Kokatanur Date: Wed, 15 Jul 2020 17:23:07 +0000 (+0530) Subject: configs: ns3: enable sp805 watchdog driver X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=db3d7fd75a835b027ba5e3bb95db5a343692b7b5;p=u-boot.git configs: ns3: enable sp805 watchdog driver Enable sp805 watchdog driver for ns3. Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index 66fbdb20d6..ab26617158 100644 --- a/configs/bcm_ns3_defconfig +++ b/configs/bcm_ns3_defconfig @@ -37,5 +37,7 @@ CONFIG_PINCTRL=y CONFIG_PINCTRL_SINGLE=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y +CONFIG_WDT=y +CONFIG_WDT_SP805=y CONFIG_FAT_WRITE=y CONFIG_SPL_OF_LIBFDT=y