diff options
author | Alim Akhtar <alim.akhtar@samsung.com> | 2016-02-25 09:04:09 +0530 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-02-26 09:32:45 +0900 |
commit | 617fe7196d54e60eaa67f436848b7036d8d6e531 (patch) | |
tree | 3a7a800b11428d75aa5f3ca018adfcb46c9bfad4 /arch/arm64/configs/defconfig | |
parent | 5d51f1dde207f2d5d43158da75c6608f7bfcec03 (diff) | |
download | lwn-617fe7196d54e60eaa67f436848b7036d8d6e531.tar.gz lwn-617fe7196d54e60eaa67f436848b7036d8d6e531.zip |
arm64: defconfig: Enable exynos thermal config
This patch enables Exynos thermal and related configs for the
TMU found on Exynos7 SoC. This also enables thermal emulation
mode to test trip points.
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 18ca9fb9e65f..05c8ba5c9769 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -147,6 +147,9 @@ CONFIG_GPIO_XGENE=y CONFIG_POWER_RESET_XGENE=y CONFIG_POWER_RESET_SYSCON=y # CONFIG_HWMON is not set +CONFIG_THERMAL=y +CONFIG_THERMAL_EMULATION=y +CONFIG_EXYNOS_THERMAL=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_QCOM_SMD_RPM=y |