diff options
-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 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | config X86_INTEL_PSTATE | 5 | config X86_INTEL_PSTATE |
6 | tristate "Intel P state control" | 6 | bool "Intel P state control" |
7 | depends on X86 | 7 | depends on X86 |
8 | help | 8 | help |
9 | This driver provides a P state for Intel core processors. | 9 | This driver provides a P state for Intel core processors. |
@@ -13,11 +13,6 @@ config X86_INTEL_PSTATE | |||
13 | When this driver is enabled it will become the perferred | 13 | When this driver is enabled it will become the perferred |
14 | scaling driver for Sandy bridge processors. | 14 | scaling driver for Sandy bridge processors. |
15 | 15 | ||
16 | Note: This driver should be built with the same settings as | ||
17 | the other scaling drivers configured into the system | ||
18 | (module/built-in) in order for the driver to register itself | ||
19 | as the scaling driver on the system. | ||
20 | |||
21 | If in doubt, say N. | 16 | If in doubt, say N. |
22 | 17 | ||
23 | config X86_PCC_CPUFREQ | 18 | config X86_PCC_CPUFREQ |