Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1473203
| From | Leo Yan <leo.yan@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] arm64: defconfig: enable two common modules for power management |
| Date | 2016-08-31 11:00 +0200 |
| Message-ID | <sc9xf-cp-19@gated-at.bofh.it> (permalink) |
| References | <sc9xf-cp-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Enable two common modules for power management, one is to enable CPUFREQ_DT driver; this CPUFreq driver is used by many platforms by passing OPP table from device tree. Also enables CPU_THERMAL for CPU cooling device driver; so after we enabled thermal framework and can bind thermal zone with CPU cooling device driver. Signed-off-by: Leo Yan <leo.yan@linaro.org> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index eadf485..9fd2681 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -82,6 +82,7 @@ CONFIG_COMPAT=y CONFIG_CPU_IDLE=y CONFIG_ARM_CPUIDLE=y CONFIG_CPU_FREQ=y +CONFIG_CPUFREQ_DT=y CONFIG_ARM_BIG_LITTLE_CPUFREQ=y CONFIG_ARM_SCPI_CPUFREQ=y CONFIG_NET=y @@ -252,6 +253,7 @@ CONFIG_SENSORS_INA2XX=m CONFIG_SENSORS_ARM_SCPI=y CONFIG_THERMAL=y CONFIG_THERMAL_EMULATION=y +CONFIG_CPU_THERMAL=y CONFIG_EXYNOS_THERMAL=y CONFIG_WATCHDOG=y CONFIG_RENESAS_WDT=y -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] arm64: Hikey: enable CPUFreq and thermal drivers Leo Yan <leo.yan@linaro.org> - 2016-08-31 11:00 +0200
[PATCH 3/3] arm64: defconfig: enable two common modules for power management Leo Yan <leo.yan@linaro.org> - 2016-08-31 11:00 +0200
[PATCH 2/3] thermal: hisilicon: fix for dependency Leo Yan <leo.yan@linaro.org> - 2016-08-31 11:00 +0200
[PATCH 1/3] clk: Hi6220: enable stub clock driver for ARCH_HISI Leo Yan <leo.yan@linaro.org> - 2016-08-31 11:00 +0200
Re: [PATCH 1/3] clk: Hi6220: enable stub clock driver for ARCH_HISI Stephen Boyd <sboyd@codeaurora.org> - 2016-09-01 00:50 +0200
csiph-web