summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2012-05-21 04:29:48 +0200
committerGuenter Roeck <linux@roeck-us.net>2013-04-08 06:16:38 +0200
commit9de2e2e84e7d52e4c2a9e1a1e21ab6ac686233c0 (patch)
treeeb61db97b5f21d7dd6e2ead5828c928da72cb479 /drivers/hwmon/Makefile
parenthwmon: Fix 'Macros with complex values' checkpatch errors (diff)
downloadlinux-9de2e2e84e7d52e4c2a9e1a1e21ab6ac686233c0.tar.xz
linux-9de2e2e84e7d52e4c2a9e1a1e21ab6ac686233c0.zip
hwmon: Driver for Nuvoton NCT6775F, NCT6776F, and NCT6779D
This driver will replace the w83627ehf driver for NCT6775F and NCT6776F, and provides support for NCT6779D. This patch provides support for voltage monitor attributes. 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 5d36a57c055b..82975724d3af 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -105,6 +105,7 @@ obj-$(CONFIG_SENSORS_MAX6650) += max6650.o
obj-$(CONFIG_SENSORS_MAX6697) += max6697.o
obj-$(CONFIG_SENSORS_MC13783_ADC)+= mc13783-adc.o
obj-$(CONFIG_SENSORS_MCP3021) += mcp3021.o
+obj-$(CONFIG_SENSORS_NCT6775) += nct6775.o
obj-$(CONFIG_SENSORS_NTC_THERMISTOR) += ntc_thermistor.o
obj-$(CONFIG_SENSORS_PC87360) += pc87360.o
obj-$(CONFIG_SENSORS_PC87427) += pc87427.o