ARM: ux500: u8500_defconfig: add missing cpuidle option
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 30 Sep 2013 11:36:36 +0000 (13:36 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 26 Nov 2013 20:01:40 +0000 (21:01 +0100)
With the commit d3f2950f2adeea3da0317e952914b59adaa4cdb3, the option
ARM_U8500_CPUIDLE was added to the Kconfig but not reflected in the
default config file, hence the cpuidle driver is no longer enabled
since this commit.

Enable it again by adding the missing option in the default config file.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/configs/u8500_defconfig

index 3738cd695132a9f9516abda116a6c5a6caba4fb8..c6ebc184bf68201c69a0791ed83f0bbfc64b4348 100644 (file)
@@ -22,6 +22,7 @@ CONFIG_CMDLINE="root=/dev/ram0 console=ttyAMA2,115200n8"
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
 CONFIG_CPU_IDLE=y
+CONFIG_ARM_U8500_CPUIDLE=y
 CONFIG_VFP=y
 CONFIG_NEON=y
 CONFIG_PM_RUNTIME=y
This page took 0.029671 seconds and 5 git commands to generate.