aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2011-06-28 15:11:23 +0000
committerGuenter Roeck <guenter.roeck@ericsson.com>2011-07-28 00:17:35 -0700
commitfffd80ccc1e6c7e5f13741e17a7d80582ae21fcc (patch)
tree6c3b9d74a4f1cc21a2f60ac022e115c833b8ba78 /drivers/hwmon/Makefile
parenthwmon: (lm90) Add support for Philips SA56004 (diff)
downloadlinux-dev-fffd80ccc1e6c7e5f13741e17a7d80582ae21fcc.tar.xz
linux-dev-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/Makefile1
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