Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55170
b: refs/heads/master
c: bebe467
h: refs/heads/master
v: v3
  • Loading branch information
Rudolf Marek authored and Jean Delvare committed May 8, 2007
1 parent 72ee04c commit 66d2d82
Show file tree
Hide file tree
Showing 5 changed files with 422 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: 78a62d2c9817dc1adfc563f5a7654df2c89be416
refs/heads/master: bebe467823c0d8eeb7f49115c255d8a235a20ddb
6 changes: 6 additions & 0 deletions trunk/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 trunk/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 trunk/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 66d2d82

Please sign in to comment.