summaryrefslogtreecommitdiff
path: root/overlay-lineage/lineage-sdk
diff options
context:
space:
mode:
authordianlujitao <dianlujitao@lineageos.org>2019-01-16 19:07:49 +0800
committerMichael Bestas <mkbestas@lineageos.org>2020-04-30 00:48:54 +0300
commit78fcade702fcc11ee1185e170a7d23a1eeac20e2 (patch)
treeaa49f7dbd41cd6e39b8dd6c895c78330869c3905 /overlay-lineage/lineage-sdk
parent111ecde70c08d7c468f47c78cd72984abc990b7a (diff)
sdm660-common: Wait for MPCTL to start on boot
Change-Id: Ib79b48e1d362872d9d97373d5ca2ad42f7fbc638
Diffstat (limited to 'overlay-lineage/lineage-sdk')
-rw-r--r--overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml
index a49f7b7..45ebbd2 100644
--- a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml
+++ b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml
@@ -53,4 +53,8 @@
For example, a device with notification and battery lights that supports
pulsating and RGB control would set this config to 75. -->
<integer name="config_deviceLightCapabilities">232</integer>
+
+ <!-- Whether device needs to wait for Qualcomm MPCTL service to start
+ before setting power profiles on boot. -->
+ <bool name="config_waitForMpctlOnBoot">true</bool>
</resources>