Skip to content

Commit

Permalink
cpuidle: Remove manual selection of the multiple driver support
Browse files Browse the repository at this point in the history
Like the coupled idle state, it is not up to the user to set this option
but the driver to select it.

Remove the interactive selection of this option.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Daniel Lezcano authored and Rafael J. Wysocki committed Jul 28, 2014
1 parent 1469244 commit 3a4a267
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions drivers/cpuidle/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ config CPU_IDLE
if CPU_IDLE

config CPU_IDLE_MULTIPLE_DRIVERS
bool "Support multiple cpuidle drivers"
default n
help
Allows the cpuidle framework to use different drivers for each CPU.
This is useful if you have a system with different CPU latencies and
states. If unsure say N.
bool

config CPU_IDLE_GOV_LADDER
bool "Ladder governor (for periodic timer tick)"
Expand Down

0 comments on commit 3a4a267

Please sign in to comment.