diff options
| author | Ram Chandrasekar <rkumbako@codeaurora.org> | 2016-05-09 12:37:51 -0600 |
|---|---|---|
| committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-05-10 13:20:00 -0700 |
| commit | a2ad3448575c0972404222ebd7a3f6a671899070 (patch) | |
| tree | 6727a790d43ae7f1153938fd91af68a556f7ca77 | |
| parent | a6d2ab49b16f71f98379e8ca611c8fb59c974369 (diff) | |
defconfig: msmcortex: Enable LMH hardware and interface driver
Enable the LMH hardware and the LMH interface driver.
LMH hardware driver interacts with the LMH hardware and
uses the interface driver to register with thermal core.
CRs-Fixed: 1010120
Change-Id: I2e6f6a181902bee7e3bcb0f366e6ee21f8a4c442
Signed-off-by: Ram Chandrasekar <rkumbako@codeaurora.org>
| -rw-r--r-- | arch/arm64/configs/msmcortex-perf_defconfig | 2 | ||||
| -rw-r--r-- | arch/arm64/configs/msmcortex_defconfig | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/configs/msmcortex-perf_defconfig b/arch/arm64/configs/msmcortex-perf_defconfig index 174af9cdc567..e06167239331 100644 --- a/arch/arm64/configs/msmcortex-perf_defconfig +++ b/arch/arm64/configs/msmcortex-perf_defconfig @@ -310,6 +310,8 @@ CONFIG_QPNP_SMBCHARGER=y CONFIG_SMB135X_CHARGER=y CONFIG_SMB1351_USB_CHARGER=y # CONFIG_HWMON is not set +CONFIG_LIMITS_MONITOR=y +CONFIG_LIMITS_LITE_HW=y CONFIG_THERMAL_MONITOR=y CONFIG_THERMAL_TSENS8974=y CONFIG_QCOM_THERMAL_LIMITS_DCVS=y diff --git a/arch/arm64/configs/msmcortex_defconfig b/arch/arm64/configs/msmcortex_defconfig index b1df3cde50c7..24e03b703f32 100644 --- a/arch/arm64/configs/msmcortex_defconfig +++ b/arch/arm64/configs/msmcortex_defconfig @@ -324,6 +324,8 @@ CONFIG_QPNP_SMBCHARGER=y CONFIG_SMB135X_CHARGER=y CONFIG_SMB1351_USB_CHARGER=y # CONFIG_HWMON is not set +CONFIG_LIMITS_MONITOR=y +CONFIG_LIMITS_LITE_HW=y CONFIG_THERMAL_MONITOR=y CONFIG_THERMAL_TSENS8974=y CONFIG_QCOM_THERMAL_LIMITS_DCVS=y |
