diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-01-11 22:28:05 +0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-03-03 20:01:03 +0400 |
commit | 6700ce035f830149d48c270d84736debfb67179e (patch) | |
tree | bf493ef3c9cd307caed3f6295a5d7cfd1a09ff2d /drivers/hwmon/Makefile | |
parent | 69e1ded651ee31c8a570d58647902a55806d0db8 (diff) | |
download | linux-6700ce035f830149d48c270d84736debfb67179e.tar.xz |
hwmon: Driver for Linear Technologies LTC2945
LTC2945 is a system monitor that measures current, voltage, and power.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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 cdf325818af7..355200bf5673 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -95,6 +95,7 @@ obj-$(CONFIG_SENSORS_LM93) += lm93.o obj-$(CONFIG_SENSORS_LM95234) += lm95234.o obj-$(CONFIG_SENSORS_LM95241) += lm95241.o obj-$(CONFIG_SENSORS_LM95245) += lm95245.o +obj-$(CONFIG_SENSORS_LTC2945) += ltc2945.o obj-$(CONFIG_SENSORS_LTC4151) += ltc4151.o obj-$(CONFIG_SENSORS_LTC4215) += ltc4215.o obj-$(CONFIG_SENSORS_LTC4222) += ltc4222.o |