From 3ff7dc49fe3b39acb534bcbc0bd5b25f9290d48a Mon Sep 17 00:00:00 2001
From: TeYuan Wang <kamewang@google.com>
Date: Fri, 1 Jun 2018 10:18:03 +0800
Subject: [PATCH] arm64/configs: Remove LIMITS_LITE_HW config

Suspect device may have posibility to be blocked by lmh_read when resume,
and we do not need to get the details about sensors which supported by LMH Lite,
so remove lmh lite driver to avoid resume hang risk.

Bug: 80022235
Test: Thermal-engine work properly

Change-Id: I8d7052246aa9f2c8669132931dc91893c43d30cd
Signed-off-by: TeYuan Wang <kamewang@google.com>
---
 arch/arm64/configs/marlin_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/configs/marlin_defconfig b/arch/arm64/configs/marlin_defconfig
index 4a4dee7571a2..2baa17ae88e9 100644
--- a/arch/arm64/configs/marlin_defconfig
+++ b/arch/arm64/configs/marlin_defconfig
@@ -355,7 +355,6 @@ CONFIG_SENSORS_QPNP_ADC_CURRENT=y
 CONFIG_THERMAL=y
 CONFIG_THERMAL_TSENS8974=y
 CONFIG_LIMITS_MONITOR=y
-CONFIG_LIMITS_LITE_HW=y
 CONFIG_THERMAL_MONITOR=y
 CONFIG_THERMAL_QPNP=y
 CONFIG_THERMAL_QPNP_ADC_TM=y
-- 
GitLab