Skip to content

Commit

Permalink
cpuidle: Don't enable all governors by default
Browse files Browse the repository at this point in the history
Since commit d6f346f (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 <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
jdelvare authored and rafaeljw committed Jan 15, 2016
1 parent 66a5f6b commit 10475b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/cpuidle/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10475b3

Please sign in to comment.