aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2007-05-08 11:22:02 -0400
committerJean Delvare <khali@hyperion.delvare>2007-05-08 11:22:02 -0400
commitbebe467823c0d8eeb7f49115c255d8a235a20ddb (patch)
treedf65dbf9fa88a0e6852c5cdc96c22cf26a97aff0 /drivers/hwmon/Kconfig
parent78a62d2c9817dc1adfc563f5a7654df2c89be416 (diff)
hwmon: New coretemp driver
Add the support for the digital temperature sensor found in recent Intel Core CPUs. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 659a2abb3e90..e488d691da4a 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -229,6 +229,14 @@ config SENSORS_GL520SM
229 This driver can also be built as a module. If so, the module 229 This driver can also be built as a module. If so, the module
230 will be called gl520sm. 230 will be called gl520sm.
231 231
232config SENSORS_CORETEMP
233 tristate "Intel Core (2) Duo/Solo temperature sensor"
234 depends on HWMON && X86 && EXPERIMENTAL
235 help
236 If you say yes here you get support for the temperature
237 sensor inside your CPU. Supported all are all known variants
238 of Intel Core family.
239
232config SENSORS_IT87 240config SENSORS_IT87
233 tristate "ITE IT87xx and compatibles" 241 tristate "ITE IT87xx and compatibles"
234 depends on HWMON && I2C 242 depends on HWMON && I2C