diff options
author | Vadim Pasternak <vadimp@mellanox.com> | 2017-10-03 21:08:27 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-10-30 04:36:03 +0300 |
commit | 92b64580f14b24a3d5cfd1e9dff0b745826a824b (patch) | |
tree | d8d256e060e0f853ede11701c1bde2359168c2a2 /drivers/hwmon/Makefile | |
parent | 7a76a7f34afdfb080ec8e51ed18891b4f72ec907 (diff) | |
download | linux-92b64580f14b24a3d5cfd1e9dff0b745826a824b.tar.xz |
hwmon: (max6621) Add support for Maxim MAX6621 temperature sensor
MAX6621 is a PECI-to-I2C translator provides an efficient, low-cost
solution for PECI-to-SMBus/I2C protocol conversion. It allows reading the
temperature from the PECI-compliant host directly from up to four
PECI-enabled CPUs.
Signed-off-by: Vadim Pasternak <vadimp@mellanox.com>
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 c84d9784be98..8941a478d2a7 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -117,6 +117,7 @@ obj-$(CONFIG_SENSORS_MAX1619) += max1619.o obj-$(CONFIG_SENSORS_MAX1668) += max1668.o obj-$(CONFIG_SENSORS_MAX197) += max197.o obj-$(CONFIG_SENSORS_MAX31722) += max31722.o +obj-$(CONFIG_SENSORS_MAX6621) += max6621.o obj-$(CONFIG_SENSORS_MAX6639) += max6639.o obj-$(CONFIG_SENSORS_MAX6642) += max6642.o obj-$(CONFIG_SENSORS_MAX6650) += max6650.o |