diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2014-07-09 15:40:21 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-07-16 12:27:46 +0000 |
commit | 8d64c78b0197a54b3d016c1478f1b0b94c7fb04b (patch) | |
tree | 6dc09c0bba288a7184c6ad7aee76feca9c04e1cb /arch/arm/configs/mvebu_v7_defconfig | |
parent | ee39028df14ca3220c8af08a5230a0a910900b41 (diff) | |
download | lwn-8d64c78b0197a54b3d016c1478f1b0b94c7fb04b.tar.gz lwn-8d64c78b0197a54b3d016c1478f1b0b94c7fb04b.zip |
ARM: mvebu: defconfig: enable cpuidle support in mvebu_v7_defconfig
The Marvell EBU SoCs such as Armada 370, Armada XP or Armada 38x now
support cpuidle, so this commit enables the appropriate Kconfig
options in mvebu_v7_defconfig.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1404913221-17343-18-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 f3e4e6d32506..140f87894cbf 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig @@ -28,6 +28,8 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ATAG_DTB_COMPAT=y +CONFIG_CPU_IDLE=y +CONFIG_ARM_MVEBU_V7_CPUIDLE=y CONFIG_VFP=y CONFIG_NET=y CONFIG_INET=y |