diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-12-15 10:25:01 -0500 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-12-21 06:11:57 -0500 |
commit | ee0b915ba83212dc2288b08f1120c27c694a0d9b (patch) | |
tree | f6ed6922f51f83f50e096c2c872dd8caf18f4a37 | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) |
arm64: defconfig: enable ARM_ARMADA_37XX_CPUFREQ
Add the cpu frequency scaling support for Armada 37xx by default, this
should allow a better coverage in kernel continuous integration tests.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.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 6356c6da34ea..a4222de46500 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -99,6 +99,7 @@ CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y | |||
99 | CONFIG_ARM_CPUIDLE=y | 99 | CONFIG_ARM_CPUIDLE=y |
100 | CONFIG_CPU_FREQ=y | 100 | CONFIG_CPU_FREQ=y |
101 | CONFIG_CPUFREQ_DT=y | 101 | CONFIG_CPUFREQ_DT=y |
102 | CONFIG_ARM_ARMADA_37XX_CPUFREQ=y | ||
102 | CONFIG_ARM_BIG_LITTLE_CPUFREQ=y | 103 | CONFIG_ARM_BIG_LITTLE_CPUFREQ=y |
103 | CONFIG_ARM_SCPI_CPUFREQ=y | 104 | CONFIG_ARM_SCPI_CPUFREQ=y |
104 | CONFIG_ACPI_CPPC_CPUFREQ=m | 105 | CONFIG_ACPI_CPPC_CPUFREQ=m |