diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-06 13:02:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-06 13:02:58 -0400 |
commit | a5e11599da95fbe8425db0cfd01a581d7412d0c9 (patch) | |
tree | 45fccb4b27a1068cec8dc8283260893b60ca46d2 /drivers/hwmon/Kconfig | |
parent | 0f477dd0851bdcee82923da66a7fc4a44cb1bc3d (diff) | |
parent | a3159864f2978bf2ace9cc787d73d315c98bbf9a (diff) |
Merge branch 'x86-hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
x86, hwmon: Package Level Thermal/Power: pkgtemp documentation
x86, hwmon: Package Level Thermal/Power: power limit
x86, hwmon: Package Level Thermal/Power: thermal throttling handler
x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index c57e530d07c7..4d382ae53092 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -407,6 +407,13 @@ config SENSORS_CORETEMP | |||
407 | sensor inside your CPU. Most of the family 6 CPUs | 407 | sensor inside your CPU. Most of the family 6 CPUs |
408 | are supported. Check documentation/driver for details. | 408 | are supported. Check documentation/driver for details. |
409 | 409 | ||
410 | config SENSORS_PKGTEMP | ||
411 | tristate "Intel processor package temperature sensor" | ||
412 | depends on X86 && PCI && EXPERIMENTAL | ||
413 | help | ||
414 | If you say yes here you get support for the package level temperature | ||
415 | sensor inside your CPU. Check documentation/driver for details. | ||
416 | |||
410 | config SENSORS_IBMAEM | 417 | config SENSORS_IBMAEM |
411 | tristate "IBM Active Energy Manager temperature/power sensors and control" | 418 | tristate "IBM Active Energy Manager temperature/power sensors and control" |
412 | select IPMI_SI | 419 | select IPMI_SI |