diff options
author | Thilo Cestonaro <thilo@cestona.ro> | 2016-07-18 13:51:29 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-07-20 06:29:54 -0700 |
commit | 08426eda58e07af44aac7c9900ec8a6a62e16b2f (patch) | |
tree | 415c0eb9d0d43f85e0a5224ce6b6879be0437bce /drivers/hwmon/Makefile | |
parent | 50c22cd154e5f7d13072d98ef3e2baba3c074734 (diff) | |
download | linux-08426eda58e07af44aac7c9900ec8a6a62e16b2f.tar.bz2 |
hwmon: Add driver for FTS BMC chip "Teutates"
This driver implements hardware monitoring and watchdog support
for the FTS BMC Chip "Teutates".
Signed-off-by: Thilo Cestonaro <thilo@cestona.ro>
[groeck: Updated subject and description; fixed dependencies]
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 446a4e74c7cf..fe87d2895a97 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -62,6 +62,7 @@ obj-$(CONFIG_SENSORS_F71882FG) += f71882fg.o obj-$(CONFIG_SENSORS_F75375S) += f75375s.o obj-$(CONFIG_SENSORS_FAM15H_POWER) += fam15h_power.o obj-$(CONFIG_SENSORS_FSCHMD) += fschmd.o +obj-$(CONFIG_SENSORS_FTSTEUTATES) += ftsteutates.o obj-$(CONFIG_SENSORS_G760A) += g760a.o obj-$(CONFIG_SENSORS_G762) += g762.o obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o |