Skip to content

Commit

Permalink
hwmon: New coretemp driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rudolf Marek authored and Jean Delvare committed May 8, 2007
1 parent 78a62d2 commit bebe467
Show file tree
Hide file tree
Showing 4 changed files with 421 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,12 @@ P: Simon Arlott
M: cxacru@fire.lp0.eu
S: Maintained

CORETEMP HARDWARE MONITORING DRIVER
P: Rudolf Marek
M: r.marek@assembler.cz
L: lm-sensors@lm-sensors.org
S: Maintained

COSA/SRP SYNC SERIAL DRIVER
P: Jan "Yenya" Kasprzak
M: kas@fi.muni.cz
Expand Down
8 changes: 8 additions & 0 deletions drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,14 @@ config SENSORS_GL520SM
This driver can also be built as a module. If so, the module
will be called gl520sm.

config SENSORS_CORETEMP
tristate "Intel Core (2) Duo/Solo temperature sensor"
depends on HWMON && X86 && EXPERIMENTAL
help
If you say yes here you get support for the temperature
sensor inside your CPU. Supported all are all known variants
of Intel Core family.

config SENSORS_IT87
tristate "ITE IT87xx and compatibles"
depends on HWMON && I2C
Expand Down
1 change: 1 addition & 0 deletions drivers/hwmon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ obj-$(CONFIG_SENSORS_ADM1031) += adm1031.o
obj-$(CONFIG_SENSORS_ADM9240) += adm9240.o
obj-$(CONFIG_SENSORS_AMS) += ams/
obj-$(CONFIG_SENSORS_ATXP1) += atxp1.o
obj-$(CONFIG_SENSORS_CORETEMP) += coretemp.o
obj-$(CONFIG_SENSORS_DS1621) += ds1621.o
obj-$(CONFIG_SENSORS_F71805F) += f71805f.o
obj-$(CONFIG_SENSORS_FSCHER) += fscher.o
Expand Down
Loading

0 comments on commit bebe467

Please sign in to comment.