diff options
author | Adam Baker <linux@baker-net.org.uk> | 2016-03-05 18:34:56 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-03-09 05:40:49 +0300 |
commit | 630300d5fcb6ee9c32c75d8b576c100fbb794159 (patch) | |
tree | c8d04457a2c27f3d71a3e43af093fa2af741c3d8 /drivers/hwmon/Makefile | |
parent | 8d801243192f4dca693f9ff0c7953ff2ce01164d (diff) | |
download | linux-630300d5fcb6ee9c32c75d8b576c100fbb794159.tar.xz |
hwmon: Create an NSA320 hardware monitoring driver
Create a driver to support the hardware monitoring chip present in
the Zyxel NSA320 and some of the other Zyxel NAS devices.
The driver reads fan speed and temperature from a suitably
pre-programmed MCU on the device.
Signed-off-by: Adam Baker <linux@baker-net.org.uk>
[groeck: Dropped .owner field initialization]
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 a7ecaf2f29aa..58cc3acba7e7 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -124,6 +124,7 @@ obj-$(CONFIG_SENSORS_NCT6683) += nct6683.o obj-$(CONFIG_SENSORS_NCT6775) += nct6775.o obj-$(CONFIG_SENSORS_NCT7802) += nct7802.o obj-$(CONFIG_SENSORS_NCT7904) += nct7904.o +obj-$(CONFIG_SENSORS_NSA320) += nsa320-hwmon.o obj-$(CONFIG_SENSORS_NTC_THERMISTOR) += ntc_thermistor.o obj-$(CONFIG_SENSORS_PC87360) += pc87360.o obj-$(CONFIG_SENSORS_PC87427) += pc87427.o |