From c85eab05c42da42ad2ecaa46a74d6cc1c6b1f92a Mon Sep 17 00:00:00 2001 From: Maulik Shah Date: Wed, 4 Jan 2017 03:41:00 -0800 Subject: [PATCH] cpuidle: Do not select menu and ladder governors LPM is registered as cpuidle governor. Menu and ladder governors are not in use. Remove them as they increase boot up time. Change-Id: I4a0d13aeb15932f5468704d12c1aa156aae1c507 Signed-off-by: Maulik Shah Signed-off-by: mydongistiny Signed-off-by: Danny Lin --- drivers/cpuidle/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/cpuidle/Kconfig b/drivers/cpuidle/Kconfig index 7e48eb5bf0a7..cdf3e45fa942 100644 --- a/drivers/cpuidle/Kconfig +++ b/drivers/cpuidle/Kconfig @@ -3,8 +3,6 @@ menu "CPU Idle" config CPU_IDLE bool "CPU idle PM support" default y if ACPI || PPC_PSERIES - select CPU_IDLE_GOV_LADDER if (!NO_HZ && !NO_HZ_IDLE) - select CPU_IDLE_GOV_MENU if (NO_HZ || NO_HZ_IDLE) help CPU idle is a generic framework for supporting software-controlled idle processor power management. It includes modular cross-platform