diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-05-20 19:29:48 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-04-07 21:16:38 -0700 |
commit | 9de2e2e84e7d52e4c2a9e1a1e21ab6ac686233c0 (patch) | |
tree | eb61db97b5f21d7dd6e2ead5828c928da72cb479 /drivers/hwmon/Makefile | |
parent | 24f9c539b9b7ef8fcc97741027a31f40ef399741 (diff) | |
download | op-kernel-dev-9de2e2e84e7d52e4c2a9e1a1e21ab6ac686233c0.zip op-kernel-dev-9de2e2e84e7d52e4c2a9e1a1e21ab6ac686233c0.tar.gz |
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 5d36a57..8297572 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 |