aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/cpuidle/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/cpuidle/Kconfig b/drivers/cpuidle/Kconfig
index 1b96fb91d32c..32748c36c477 100644
--- a/drivers/cpuidle/Kconfig
+++ b/drivers/cpuidle/Kconfig
@@ -15,12 +15,7 @@ config CPU_IDLE
15if CPU_IDLE 15if CPU_IDLE
16 16
17config CPU_IDLE_MULTIPLE_DRIVERS 17config CPU_IDLE_MULTIPLE_DRIVERS
18 bool "Support multiple cpuidle drivers" 18 bool
19 default n
20 help
21 Allows the cpuidle framework to use different drivers for each CPU.
22 This is useful if you have a system with different CPU latencies and
23 states. If unsure say N.
24 19
25config CPU_IDLE_GOV_LADDER 20config CPU_IDLE_GOV_LADDER
26 bool "Ladder governor (for periodic timer tick)" 21 bool "Ladder governor (for periodic timer tick)"