project: msmtitanium: Enable MDTP support

Enables MDTP feature for msm8953.

Change-Id: Icd76636eb4ce50c55dac4a4072c37ec9f6e9650d
CRs-Fixed: 973951
diff --git a/project/msmtitanium.mk b/project/msmtitanium.mk
index d7767ab..dc275d7 100644
--- a/project/msmtitanium.mk
+++ b/project/msmtitanium.mk
@@ -99,6 +99,9 @@
 #Enable the external reboot functions
 ENABLE_REBOOT_MODULE := 1
 
+#Enable MDTP feature
+ENABLE_MDTP_SUPPORT := 1
+
 ifeq ($(ENABLE_MDTP_SUPPORT),1)
 DEFINES += MDTP_SUPPORT=1
 endif