project: msm8952: enable fbcon display message console

Change to enable fbcon display message console for printing
message to screen.

Change-Id: I7711ec9e9aa83dbc1ca58d9c27f11ccc5398bcbe
diff --git a/project/msm8952.mk b/project/msm8952.mk
index 1fc8d00..6a06c96 100644
--- a/project/msm8952.mk
+++ b/project/msm8952.mk
@@ -44,6 +44,13 @@
 DEFINES += MMC_SDHCI_SUPPORT=1
 endif
 
+#enable fbcon display menu
+ENABLE_FBCON_DISPLAY_MSG := 1
+
+ifeq ($(ENABLE_FBCON_DISPLAY_MSG),1)
+DEFINES += FBCON_DISPLAY_MSG=1
+endif
+
 #enable power on vibrator feature
 ENABLE_HAP_VIB_SUPPORT := true