aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2014-01-11 03:17:05 -0500
committerGuenter Roeck <linux@roeck-us.net>2014-03-03 11:01:03 -0500
commit69e1ded651ee31c8a570d58647902a55806d0db8 (patch)
tree26afb63215698900a51901807b66de66028e08f4 /drivers/hwmon/Makefile
parent79ffe8594f23475d83112cd5bd68805f91e49170 (diff)
hwmon: Driver for Linear Technologies LTC4260
LTC4260 is a Positive Voltage Hot Swap Controller. The driver currently only supports voltage monitoring, not voltage control. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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 f2a4048fe6ca..cdf325818af7 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -99,6 +99,7 @@ obj-$(CONFIG_SENSORS_LTC4151) += ltc4151.o
99obj-$(CONFIG_SENSORS_LTC4215) += ltc4215.o 99obj-$(CONFIG_SENSORS_LTC4215) += ltc4215.o
100obj-$(CONFIG_SENSORS_LTC4222) += ltc4222.o 100obj-$(CONFIG_SENSORS_LTC4222) += ltc4222.o
101obj-$(CONFIG_SENSORS_LTC4245) += ltc4245.o 101obj-$(CONFIG_SENSORS_LTC4245) += ltc4245.o
102obj-$(CONFIG_SENSORS_LTC4260) += ltc4260.o
102obj-$(CONFIG_SENSORS_LTC4261) += ltc4261.o 103obj-$(CONFIG_SENSORS_LTC4261) += ltc4261.o
103obj-$(CONFIG_SENSORS_MAX1111) += max1111.o 104obj-$(CONFIG_SENSORS_MAX1111) += max1111.o
104obj-$(CONFIG_SENSORS_MAX16065) += max16065.o 105obj-$(CONFIG_SENSORS_MAX16065) += max16065.o