diff options
author | Antoine Tenart <antoine.tenart@bootlin.com> | 2018-05-14 10:58:59 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2018-05-16 14:08:31 -0400 |
commit | 3eb0a48af488b5e83d2986943a1b6905ca753571 (patch) | |
tree | 4b84ca8d641af2da3fb20bef51bfa36dbb998cac | |
parent | cdfc78108853bd822812735966c1efb75a6ba272 (diff) |
arm64: defconfig: enable the Armada thermal driver
This patch enables the Armada thermal driver to support thermal
management on Marvell EBU Armada SoCs (7K,8K).
Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c25c13945069..8809edf97216 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -344,6 +344,7 @@ CONFIG_SENSORS_INA2XX=m | |||
344 | CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y | 344 | CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y |
345 | CONFIG_CPU_THERMAL=y | 345 | CONFIG_CPU_THERMAL=y |
346 | CONFIG_THERMAL_EMULATION=y | 346 | CONFIG_THERMAL_EMULATION=y |
347 | CONFIG_ARMADA_THERMAL=y | ||
347 | CONFIG_BRCMSTB_THERMAL=m | 348 | CONFIG_BRCMSTB_THERMAL=m |
348 | CONFIG_EXYNOS_THERMAL=y | 349 | CONFIG_EXYNOS_THERMAL=y |
349 | CONFIG_RCAR_GEN3_THERMAL=y | 350 | CONFIG_RCAR_GEN3_THERMAL=y |