Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139207
b: refs/heads/master
c: 0616032
h: refs/heads/master
i:
  139205: 0b1c74e
  139203: b78b5a5
  139199: d4b2b6f
v: v3
  • Loading branch information
Davide Rizzo authored and Linus Torvalds committed Apr 1, 2009
1 parent 3361495 commit d30a188
Show file tree
Hide file tree
Showing 4 changed files with 538 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: be84cfc588b19f14764d78556dc7b630ee8c914c
refs/heads/master: 061603275814544842e7df77d1157eff18565997
9 changes: 9 additions & 0 deletions trunk/drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,15 @@ config SENSORS_LTC4245
This driver can also be built as a module. If so, the module will
be called ltc4245.

config SENSORS_LM95241
tristate "National Semiconductor LM95241 sensor chip"
depends on I2C
help
If you say yes here you get support for LM95241 sensor chip.

This driver can also be built as a module. If so, the module
will be called lm95241.

config SENSORS_MAX1111
tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip"
depends on SPI_MASTER
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/hwmon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ obj-$(CONFIG_SENSORS_LM87) += lm87.o
obj-$(CONFIG_SENSORS_LM90) += lm90.o
obj-$(CONFIG_SENSORS_LM92) += lm92.o
obj-$(CONFIG_SENSORS_LM93) += lm93.o
obj-$(CONFIG_SENSORS_LM95241) += lm95241.o
obj-$(CONFIG_SENSORS_LTC4245) += ltc4245.o
obj-$(CONFIG_SENSORS_MAX1111) += max1111.o
obj-$(CONFIG_SENSORS_MAX1619) += max1619.o
Expand Down
Loading

0 comments on commit d30a188

Please sign in to comment.