defconfig: msm8610: Enable thermal monitor driver in the kernel

Kernel thermal monitoring driver, provides a basic thermal mitigation
at boot, before the thermal daemons start in userspace.

Change-Id: I9fffa1e4cde7f707b2ff6f2e546f02fdbca74c46
Signed-off-by: Praveen Chidambaram <pchidamb@codeaurora.org>
diff --git a/arch/arm/configs/msm8610_defconfig b/arch/arm/configs/msm8610_defconfig
index 1623d45..91bb2a6 100644
--- a/arch/arm/configs/msm8610_defconfig
+++ b/arch/arm/configs/msm8610_defconfig
@@ -218,3 +218,4 @@
 CONFIG_MSM_OCMEM_NONSECURE=y
 CONFIG_THERMAL=y
 CONFIG_THERMAL_TSENS8974=y
+CONFIG_THERMAL_MONITOR=y