summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2016-01-11 11:43:02 -0500
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-01-15 16:39:58 -0500
commit10475b34f4d71cf71cfe7c5d1f27d8ff3a4eb9bc (patch)
treeaaa4756838865969a468c77ebac81687fa9d3fce
parent66a5f6b63996d8aa7cbe8841b38297bf3b338194 (diff)
cpuidle: Don't enable all governors by default
Since commit d6f346f2d2 (cpuidle: improve governor Kconfig options) the best cpuidle governor is selected automatically. There is little point in additionally selecting the other one as it will not be used, so don't select both governors by default. Being able to select more than one governor is still good for developers booting with cpuidle_sysfs_switch, though. This fixes the second half of kernel BZ #65531. Link: https://bugzilla.kernel.org/show_bug.cgi?id=65531 Signed-off-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/cpuidle/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/cpuidle/Kconfig b/drivers/cpuidle/Kconfig
index 8c7930b5a65f..7e48eb5bf0a7 100644
--- a/drivers/cpuidle/Kconfig
+++ b/drivers/cpuidle/Kconfig
@@ -19,11 +19,9 @@ config CPU_IDLE_MULTIPLE_DRIVERS
19 19
20config CPU_IDLE_GOV_LADDER 20config CPU_IDLE_GOV_LADDER
21 bool "Ladder governor (for periodic timer tick)" 21 bool "Ladder governor (for periodic timer tick)"
22 default y
23 22
24config CPU_IDLE_GOV_MENU 23config CPU_IDLE_GOV_MENU
25 bool "Menu governor (for tickless system)" 24 bool "Menu governor (for tickless system)"
26 default y
27 25
28config DT_IDLE_STATES 26config DT_IDLE_STATES
29 bool 27 bool