project: msm8996: enable fbcon display message console

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

Change-Id: I70e8b54f9dfb488677b1bdfa6913a7025f5a5347
diff --git a/project/msm8996.mk b/project/msm8996.mk
index 3f4b667..e94963a 100644
--- a/project/msm8996.mk
+++ b/project/msm8996.mk
@@ -45,6 +45,14 @@
 #Disable thumb mode
 ENABLE_THUMB := false
 
+#enable fbcon display menu
+ENABLE_FBCON_DISPLAY_MSG := 1
+
+ifeq ($(ENABLE_FBCON_DISPLAY_MSG),1)
+DEFINES += FBCON_DISPLAY_MSG=1
+endif
+
+
 ifeq ($(ENABLE_GLINK_SUPPORT),1)
 DEFINES += GLINK_SUPPORT=1
 endif