platform: 8952: Enable watch dog driver on 8952 platform.

Enable watch dog driver on 8952 platform to catch the LK stalls
or early kernel stalls.

Change-Id: Ia97c1c01c118abd50e417c3d5c225f4c7a6ec1c4
diff --git a/project/msm8952.mk b/project/msm8952.mk
index d8e3dc8..4ba2ff8 100644
--- a/project/msm8952.mk
+++ b/project/msm8952.mk
@@ -62,6 +62,11 @@
 DEFINES += MDTP_EFUSE_START=0
 endif
 
+ENABLE_WDOG_SUPPORT := 1
+ifeq ($(ENABLE_WDOG_SUPPORT),1)
+DEFINES += WDOG_SUPPORT=1
+endif
+
 #SCM call before entering DLOAD mode
 DEFINES += PLATFORM_USE_SCM_DLOAD=1