diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-02-17 14:38:13 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-02-17 14:38:13 +0100 |
commit | fdbe0946d4c35d4cc784cfe0a5322708cfb7ade8 (patch) | |
tree | fca3ebcb96916e052b4e569d36900fc6bff2b2d7 /drivers/cpufreq/Kconfig.x86 | |
parent | 60a406d1de227037193db6790a1a8650ea51dc93 (diff) | |
parent | 6be264986152c498562f26b15ed73c70aa37ce48 (diff) | |
download | talos-op-linux-fdbe0946d4c35d4cc784cfe0a5322708cfb7ade8.tar.gz talos-op-linux-fdbe0946d4c35d4cc784cfe0a5322708cfb7ade8.zip |
Merge branch 'pm-cpufreq'
* pm-cpufreq:
cpufreq / intel_pstate: Add kernel command line option disable intel_pstate.
cpufreq / intel_pstate: Change to disallow module build
Diffstat (limited to 'drivers/cpufreq/Kconfig.x86')
-rw-r--r-- | drivers/cpufreq/Kconfig.x86 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/cpufreq/Kconfig.x86 b/drivers/cpufreq/Kconfig.x86 index 6aa7053ce2ef..98e5abbe8f26 100644 --- a/drivers/cpufreq/Kconfig.x86 +++ b/drivers/cpufreq/Kconfig.x86 @@ -3,7 +3,7 @@ # config X86_INTEL_PSTATE - tristate "Intel P state control" + bool "Intel P state control" depends on X86 help This driver provides a P state for Intel core processors. @@ -13,11 +13,6 @@ config X86_INTEL_PSTATE When this driver is enabled it will become the perferred scaling driver for Sandy bridge processors. - Note: This driver should be built with the same settings as - the other scaling drivers configured into the system - (module/built-in) in order for the driver to register itself - as the scaling driver on the system. - If in doubt, say N. config X86_PCC_CPUFREQ |