cpufreq/x86: Add P-state driver for sandy bridge.
[deliverable/linux.git] / drivers / cpufreq / Kconfig.x86
index 7227cd7340423c595a2a1b29488e864662198634..6aa7053ce2ef0451334a3925fcc28c2f0bffa330 100644 (file)
@@ -2,6 +2,24 @@
 # x86 CPU Frequency scaling drivers
 #
 
+config X86_INTEL_PSTATE
+       tristate "Intel P state control"
+       depends on X86
+       help
+          This driver provides a P state for Intel core processors.
+         The driver implements an internal governor and will become
+          the scaling driver and governor for Sandy bridge processors.
+
+         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
        tristate "Processor Clocking Control interface driver"
        depends on ACPI && ACPI_PROCESSOR
This page took 0.026923 seconds and 5 git commands to generate.