project: msm8916: Enable the feature of power on vibrator

Set ENABLE_PON_VIB_SUPPORT as true which is needed to
enable the power on vibrator feature for msm8916.

Change-Id: Iffea2854cd071172020a0872bd1d55b9f845e509
diff --git a/project/msm8916.mk b/project/msm8916.mk
index a3f665a..b0f8447 100644
--- a/project/msm8916.mk
+++ b/project/msm8916.mk
@@ -37,7 +37,13 @@
 DEFINES += MMC_SDHCI_SUPPORT=1
 endif
 
+#enable power on vibrator feature
+ENABLE_PON_VIB_SUPPORT := true
+
 ifeq ($(EMMC_BOOT),1)
 DEFINES += _EMMC_BOOT=1
 endif
 
+ifeq ($(ENABLE_PON_VIB_SUPPORT),true)
+DEFINES += PON_VIB_SUPPORT=1
+endif