diff mbox

[3/3] cpuidle: Don't enable all governors by default

Message ID 20160111174302.34294818@endymion.delvare (mailing list archive)
State Accepted, archived
Delegated to: Rafael Wysocki
Headers show

Commit Message

Jean Delvare Jan. 11, 2016, 4:43 p.m. UTC
Since commit d6f346f2d2 ("cpuidle: improve governor Kconfig options")
the best cpuidle governor is selected automatically. There is little
point in additionally selecting the other as it will not be used. So
don't make it the default.

Being able to select more than one governor is still good for
developers booting with cpuidle_sysfs_switch.

This fixes the second half of bug #65531:
https://bugzilla.kernel.org/show_bug.cgi?id=65531

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Zhang Rui <rui.zhang@intel.com>
---
 drivers/cpuidle/Kconfig |    2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

--- linux-4.4.orig/drivers/cpuidle/Kconfig	2016-01-11 00:01:32.000000000 +0100
+++ linux-4.4/drivers/cpuidle/Kconfig	2016-01-11 17:06:44.294720023 +0100
@@ -19,11 +19,9 @@  config CPU_IDLE_MULTIPLE_DRIVERS
 
 config CPU_IDLE_GOV_LADDER
 	bool "Ladder governor (for periodic timer tick)"
-	default y
 
 config CPU_IDLE_GOV_MENU
 	bool "Menu governor (for tickless system)"
-	default y
 
 config DT_IDLE_STATES
 	bool