diff options
author | Davide Rizzo <elpa.rizzo@gmail.com> | 2009-03-31 18:24:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-01 11:59:21 -0400 |
commit | 061603275814544842e7df77d1157eff18565997 (patch) | |
tree | 4582b2e3e156eb2f0984df34e5469c96c3c4f9c0 /drivers/hwmon/Kconfig | |
parent | be84cfc588b19f14764d78556dc7b630ee8c914c (diff) |
hwmon: LM95241 driver
An hwmon driver for the National Semiconductor LM95241 triple temperature
sensors chip
Signed-off-by: Davide Rizzo <elpa-rizzo@gmail.com>
Cc: Jean Delvare <khali@linux-fr.org>
Cc: "Mark M. Hoffman" <mhoffman@lightlink.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 51ff9b3d7ea2..8a91c9971558 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -582,6 +582,15 @@ config SENSORS_LTC4245 | |||
582 | This driver can also be built as a module. If so, the module will | 582 | This driver can also be built as a module. If so, the module will |
583 | be called ltc4245. | 583 | be called ltc4245. |
584 | 584 | ||
585 | config SENSORS_LM95241 | ||
586 | tristate "National Semiconductor LM95241 sensor chip" | ||
587 | depends on I2C | ||
588 | help | ||
589 | If you say yes here you get support for LM95241 sensor chip. | ||
590 | |||
591 | This driver can also be built as a module. If so, the module | ||
592 | will be called lm95241. | ||
593 | |||
585 | config SENSORS_MAX1111 | 594 | config SENSORS_MAX1111 |
586 | tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip" | 595 | tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip" |
587 | depends on SPI_MASTER | 596 | depends on SPI_MASTER |