Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351053
b: refs/heads/master
c: 93f0822
h: refs/heads/master
i:
  351051: 230be5f
v: v3
  • Loading branch information
Dirk Brandewie authored and Rafael J. Wysocki committed Feb 9, 2013
1 parent 8f6c382 commit 6fbc9b4
Show file tree
Hide file tree
Showing 4 changed files with 826 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 633d47d653f3a717fb68293d24ab7059c480f71b
refs/heads/master: 93f0822dff5dae2f0a2645f16300c14af41ca777
18 changes: 18 additions & 0 deletions trunk/drivers/cpufreq/Kconfig.x86
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/cpufreq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ obj-$(CONFIG_X86_SPEEDSTEP_SMI) += speedstep-smi.o
obj-$(CONFIG_X86_SPEEDSTEP_CENTRINO) += speedstep-centrino.o
obj-$(CONFIG_X86_P4_CLOCKMOD) += p4-clockmod.o
obj-$(CONFIG_X86_CPUFREQ_NFORCE2) += cpufreq-nforce2.o
obj-$(CONFIG_X86_INTEL_PSTATE) += intel_pstate.o

##################################################################################
# ARM SoC drivers
Expand Down
Loading

0 comments on commit 6fbc9b4

Please sign in to comment.