diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-03-17 11:43:43 -0400 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-03-17 11:43:43 -0400 |
commit | dab2732f60cbfb6e94fd840b4fb76c499506f544 (patch) | |
tree | 7ce59763c432db3f06f8063488ba1c71927b8c02 /arch/arm/configs | |
parent | 040464888a1acde0f1df9d16842652e7a0e3c780 (diff) |
ARM: exynos_defconfig: Enable CPU idle
Current Exynos CPU idle driver supports entering AFTR (Arm Off, Top
Running) mode on Exynos 4210 (coupled), Exynos 4x12 and Exynos 5250.
Enable it in default configuration to reduce energy consumption.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/exynos_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index b3ec9d45ca58..2c234f1d54e6 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig | |||
@@ -26,6 +26,8 @@ CONFIG_ZBOOT_ROM_BSS=0x0 | |||
26 | CONFIG_ARM_APPENDED_DTB=y | 26 | CONFIG_ARM_APPENDED_DTB=y |
27 | CONFIG_ARM_ATAG_DTB_COMPAT=y | 27 | CONFIG_ARM_ATAG_DTB_COMPAT=y |
28 | CONFIG_CMDLINE="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC1,115200 init=/linuxrc mem=256M" | 28 | CONFIG_CMDLINE="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC1,115200 init=/linuxrc mem=256M" |
29 | CONFIG_CPU_IDLE=y | ||
30 | CONFIG_ARM_EXYNOS_CPUIDLE=y | ||
29 | CONFIG_VFP=y | 31 | CONFIG_VFP=y |
30 | CONFIG_NEON=y | 32 | CONFIG_NEON=y |
31 | CONFIG_PM=y | 33 | CONFIG_PM=y |