diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-05-21 06:29:48 +0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-04-08 08:16:38 +0400 |
commit | 9de2e2e84e7d52e4c2a9e1a1e21ab6ac686233c0 (patch) | |
tree | eb61db97b5f21d7dd6e2ead5828c928da72cb479 /drivers/hwmon/Makefile | |
parent | 24f9c539b9b7ef8fcc97741027a31f40ef399741 (diff) | |
download | linux-9de2e2e84e7d52e4c2a9e1a1e21ab6ac686233c0.tar.xz |
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/Makefile | 1 |
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 |