cpuidle: Don't enable all governors by default
authorJean Delvare <jdelvare@suse.de>
Mon, 11 Jan 2016 16:43:02 +0000 (17:43 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 15 Jan 2016 21:39:58 +0000 (22:39 +0100)
commit10475b34f4d71cf71cfe7c5d1f27d8ff3a4eb9bc
treeaaa4756838865969a468c77ebac81687fa9d3fce
parent66a5f6b63996d8aa7cbe8841b38297bf3b338194
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>
drivers/cpuidle/Kconfig