diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2014-07-23 19:02:47 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-07-29 01:35:29 +0200 |
commit | 3a4a267ee3d8f3f26ca76982a1e37fd8d783c1cd (patch) | |
tree | 4074ada2d1600fc741ecf51f4cb310d7aaab4d6a /drivers/cpuidle/Kconfig | |
parent | 1469244613dadeccc563982b3246500913e26d61 (diff) | |
download | op-kernel-dev-3a4a267ee3d8f3f26ca76982a1e37fd8d783c1cd.zip op-kernel-dev-3a4a267ee3d8f3f26ca76982a1e37fd8d783c1cd.tar.gz |
cpuidle: Remove manual selection of the multiple driver support
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>
Diffstat (limited to 'drivers/cpuidle/Kconfig')
-rw-r--r-- | drivers/cpuidle/Kconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/cpuidle/Kconfig b/drivers/cpuidle/Kconfig index 1b96fb9..32748c3 100644 --- a/drivers/cpuidle/Kconfig +++ b/drivers/cpuidle/Kconfig @@ -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)" |