diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2009-09-23 16:59:42 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-09-23 16:59:42 -0400 |
commit | 708a62bcd5f699756bae81491e64648fbf19e2a4 (patch) | |
tree | 4d56e0d672bcdfe8b1f46980f9e7374e7e729307 /drivers/hwmon/Kconfig | |
parent | 91f17e02a224dc649eaffc8e0bca6db85efb9cd7 (diff) |
hwmon: (coretemp) Fix Atom CPUs support
Fix Atom CPUs support. Intel documents TjMax at 90 degrees C but
some Atoms may have 125 degrees C (this is undocumented speculation).
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Cc: Huaxu Wan <huaxu.wan@linux.intel.com>
Cc: Kent Liu <kent.liu@linux.intel.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 9d881f708912..6857560144bd 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -373,12 +373,12 @@ config SENSORS_GL520SM | |||
373 | will be called gl520sm. | 373 | will be called gl520sm. |
374 | 374 | ||
375 | config SENSORS_CORETEMP | 375 | config SENSORS_CORETEMP |
376 | tristate "Intel Core (2) Duo/Solo temperature sensor" | 376 | tristate "Intel Core/Core2/Atom temperature sensor" |
377 | depends on X86 && EXPERIMENTAL | 377 | depends on X86 && EXPERIMENTAL |
378 | help | 378 | help |
379 | If you say yes here you get support for the temperature | 379 | If you say yes here you get support for the temperature |
380 | sensor inside your CPU. Supported all are all known variants | 380 | sensor inside your CPU. Most of the family 6 CPUs |
381 | of Intel Core family. | 381 | are supported. Check documentation/driver for details. |
382 | 382 | ||
383 | config SENSORS_IBMAEM | 383 | config SENSORS_IBMAEM |
384 | tristate "IBM Active Energy Manager temperature/power sensors and control" | 384 | tristate "IBM Active Energy Manager temperature/power sensors and control" |