qcacld-3.0: Enable Thermal mitigation control by default
Based on new requirement enable gThermalMitigationEnable by default from code. Change-Id: Ib353b75c18d13cea9982061558f1d125b0b3d411 CRs-Fixed: 3080737
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2018,2020-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -180,7 +181,7 @@
|
||||
* gThermalMitigationEnable - Set Thermal mitigation feature control
|
||||
* @Min: 0
|
||||
* @Max: 1
|
||||
* @Default: 0
|
||||
* @Default: 1
|
||||
*
|
||||
* Usage: External
|
||||
*
|
||||
@@ -188,7 +189,7 @@
|
||||
*/
|
||||
#define CFG_THERMAL_MITIGATION_ENABLE CFG_INI_BOOL( \
|
||||
"gThermalMitigationEnable", \
|
||||
0, \
|
||||
1, \
|
||||
"Thermal mitigation feature control")
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user