summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <rob.herring@linaro.org>2015-04-30 10:11:48 -0500
committerRob Herring <rob.herring@linaro.org>2015-04-30 10:11:48 -0500
commit377ec51b529e7c96e11a1c549d3231d26ece783a (patch)
treece5bef9c81cadbc56ee7f964e6114ffead132c67
parent3f81546b6547b62b3ff5cd0a23672eaeaa556997 (diff)
arm64: defconfig: disable cpuidle
The cpuidle driver does not play well with USB. It is not expected that cpuidle makes much difference in power when we're doing dynamic hotplug as well. Just disable it for now. Signed-off-by: Rob Herring <rob.herring@linaro.org>
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index af8eb1f9ab70..b56654488138 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -48,7 +48,6 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_ARM_MMP_V8_CPUFREQ=y
-CONFIG_CPU_IDLE=y
CONFIG_CPU_HOTPLUG_POL_STANDALONE=y
CONFIG_NET=y
CONFIG_PACKET=y