defconfig: Enable Mobicore Driver.

Added support to Mobicore driver. Mobicore is an operating
system being shipped with TZBSP on msm8960. Mobicore consists
of several components in the secure world(Trustzone) and non-
secure world(linux kernel, Android user space). The Mobicore
driver communicates with the Mobicore kernel that exists in
the trustzone.

Change-Id: I09e866ce98cd216bf1a96b2fa68b1d9b08dd0d9e
Signed-off-by: Mona Hossain <mhossain@codeaurora.org>
diff --git a/arch/arm/configs/msm8960_defconfig b/arch/arm/configs/msm8960_defconfig
index 1c2876d..24b1c7d 100644
--- a/arch/arm/configs/msm8960_defconfig
+++ b/arch/arm/configs/msm8960_defconfig
@@ -455,6 +455,8 @@
 CONFIG_MSM_SSBI=y
 CONFIG_SPS=y
 CONFIG_SPS_SUPPORT_BAMDMA=y
+CONFIG_MOBICORE_SUPPORT=m
+CONFIG_MOBICORE_API=m
 CONFIG_EXT2_FS=y
 CONFIG_EXT2_FS_XATTR=y
 CONFIG_EXT3_FS=y