diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-09 11:45:14 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-07-16 08:51:39 -0400 |
commit | c1eed8d2ff67b18f3892016f40ad6899ac6cf477 (patch) | |
tree | fefacece94322221e6cbe8ba0b029733d461bff3 /arch/arm/configs/mvebu_v7_defconfig | |
parent | 8d64c78b0197a54b3d016c1478f1b0b94c7fb04b (diff) |
ARM: mvebu: update mvebu_v7_defconfig with cpufreq support
Now that the Armada XP supports dynamic CPU frequency scaling, it
makes sense to enable the cpufreq subsystem in mvebu_v7_defconfig, as
well as the cpufreq-generic driver used on Armada XP.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1404920715-19834-7-git-send-email-thomas.petazzoni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs/mvebu_v7_defconfig')
-rw-r--r-- | arch/arm/configs/mvebu_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index 140f87894cbf..fa048418b119 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig | |||
@@ -30,6 +30,8 @@ CONFIG_ARM_APPENDED_DTB=y | |||
30 | CONFIG_ARM_ATAG_DTB_COMPAT=y | 30 | CONFIG_ARM_ATAG_DTB_COMPAT=y |
31 | CONFIG_CPU_IDLE=y | 31 | CONFIG_CPU_IDLE=y |
32 | CONFIG_ARM_MVEBU_V7_CPUIDLE=y | 32 | CONFIG_ARM_MVEBU_V7_CPUIDLE=y |
33 | CONFIG_CPU_FREQ=y | ||
34 | CONFIG_CPUFREQ_GENERIC=y | ||
33 | CONFIG_VFP=y | 35 | CONFIG_VFP=y |
34 | CONFIG_NET=y | 36 | CONFIG_NET=y |
35 | CONFIG_INET=y | 37 | CONFIG_INET=y |