diff options
author | Alexander Stein <alexander.stein@systec-electronic.com> | 2011-06-28 15:11:23 +0000 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-07-28 00:17:35 -0700 |
commit | fffd80ccc1e6c7e5f13741e17a7d80582ae21fcc (patch) | |
tree | 6c3b9d74a4f1cc21a2f60ac022e115c833b8ba78 /drivers/hwmon/Makefile | |
parent | 2ef017935d698b1c7c7421a7ebe20579d8f904dd (diff) | |
download | linux-fffd80ccc1e6c7e5f13741e17a7d80582ae21fcc.tar.gz linux-fffd80ccc1e6c7e5f13741e17a7d80582ae21fcc.tar.bz2 linux-fffd80ccc1e6c7e5f13741e17a7d80582ae21fcc.zip |
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/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 1b7dc770aa60..9a4473993845 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -80,6 +80,7 @@ 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_LM95245) += lm95245.o obj-$(CONFIG_SENSORS_LTC4151) += ltc4151.o obj-$(CONFIG_SENSORS_LTC4215) += ltc4215.o obj-$(CONFIG_SENSORS_LTC4245) += ltc4245.o |