diff options
author | Leo Yan <leo.yan@linaro.org> | 2016-09-01 00:51:09 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-09-14 18:07:46 -0400 |
commit | 57e109cb971046a219a56cf5a6115f1d56dc8b0f (patch) | |
tree | 1bce9500d303b73fcaeea443fb5ae69f14620f56 | |
parent | dafa5d395244c218f3a3732a113a98ae716eaa2f (diff) |
arm64: defconfig: enable common modules for power management
Enable common modules for power management; one is to enable
CPUFREQ_DT driver; the driver is used by many platforms by passing OPP
table from device tree.
Also enables thermal related drivers. Firstly we need enable
configuration CPU_THERMAL for CPU cooling device driver, this will bind
thermal zone with CPU cooling device; and enable 'power allocator'
thermal governor.
Signed-off-by: Leo Yan <leo.yan@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-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 64990a69e99d..49003ff0c879 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -83,6 +83,7 @@ CONFIG_COMPAT=y | |||
83 | CONFIG_CPU_IDLE=y | 83 | CONFIG_CPU_IDLE=y |
84 | CONFIG_ARM_CPUIDLE=y | 84 | CONFIG_ARM_CPUIDLE=y |
85 | CONFIG_CPU_FREQ=y | 85 | CONFIG_CPU_FREQ=y |
86 | CONFIG_CPUFREQ_DT=y | ||
86 | CONFIG_ARM_BIG_LITTLE_CPUFREQ=y | 87 | CONFIG_ARM_BIG_LITTLE_CPUFREQ=y |
87 | CONFIG_ARM_SCPI_CPUFREQ=y | 88 | CONFIG_ARM_SCPI_CPUFREQ=y |
88 | CONFIG_NET=y | 89 | CONFIG_NET=y |
@@ -267,6 +268,8 @@ CONFIG_SENSORS_INA2XX=m | |||
267 | CONFIG_SENSORS_ARM_SCPI=y | 268 | CONFIG_SENSORS_ARM_SCPI=y |
268 | CONFIG_THERMAL=y | 269 | CONFIG_THERMAL=y |
269 | CONFIG_THERMAL_EMULATION=y | 270 | CONFIG_THERMAL_EMULATION=y |
271 | CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y | ||
272 | CONFIG_CPU_THERMAL=y | ||
270 | CONFIG_EXYNOS_THERMAL=y | 273 | CONFIG_EXYNOS_THERMAL=y |
271 | CONFIG_WATCHDOG=y | 274 | CONFIG_WATCHDOG=y |
272 | CONFIG_RENESAS_WDT=y | 275 | CONFIG_RENESAS_WDT=y |