diff options
author | Alexander Stein <alexander.stein@systec-electronic.com> | 2011-06-28 15:11:23 (GMT) |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-07-28 07:17:35 (GMT) |
commit | fffd80ccc1e6c7e5f13741e17a7d80582ae21fcc (patch) | |
tree | 6c3b9d74a4f1cc21a2f60ac022e115c833b8ba78 /drivers/hwmon/Kconfig | |
parent | 2ef017935d698b1c7c7421a7ebe20579d8f904dd (diff) | |
download | linux-fffd80ccc1e6c7e5f13741e17a7d80582ae21fcc.tar.xz |
hwmon: LM95245 driver
A hwmon driver for the National Semiconductor LM95245 dual temperature
sensors chip.
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
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 1396290..166889b 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -702,6 +702,15 @@ config SENSORS_LM95241 This driver can also be built as a module. If so, the module will be called lm95241. +config SENSORS_LM95245 + tristate "National Semiconductor LM95245 sensor chip" + depends on I2C && EXPERIMENTAL + help + If you say yes here you get support for LM95245 sensor chip. + + This driver can also be built as a module. If so, the module + will be called lm95245. + config SENSORS_MAX1111 tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip" depends on SPI_MASTER |