target: msmtitanium: Add MDTP configuration

Add MDTP eFuse and target specific parameters.

Change-Id: Id3b32cc205478e10cbcfb562d7054449efe881e2
CRs-Fixed: 973951
diff --git a/project/msmtitanium.mk b/project/msmtitanium.mk
index 5574e49..d7767ab 100644
--- a/project/msmtitanium.mk
+++ b/project/msmtitanium.mk
@@ -98,3 +98,7 @@
 
 #Enable the external reboot functions
 ENABLE_REBOOT_MODULE := 1
+
+ifeq ($(ENABLE_MDTP_SUPPORT),1)
+DEFINES += MDTP_SUPPORT=1
+endif