diff options
author | Guenter Roeck <linux@roeck-us.net> | 2019-11-23 22:11:26 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-01-24 00:15:09 +0300 |
commit | d21ed22ba7b110746315dff56f62d76352ac5437 (patch) | |
tree | 852ae52c799dc27539db6895a804cccab716dc95 /drivers/hwmon/Makefile | |
parent | 002c6b545b85676539add33add8aa7f1f49cbfff (diff) | |
download | linux-d21ed22ba7b110746315dff56f62d76352ac5437.tar.xz |
hwmon: Driver for MAX31730
MAX31730 is a 3-Channel Remote Temperature Sensor.
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 6db5db9cdc29..226a1182967a 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -123,6 +123,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_MAX31730) += max31730.o obj-$(CONFIG_SENSORS_MAX6621) += max6621.o obj-$(CONFIG_SENSORS_MAX6639) += max6639.o obj-$(CONFIG_SENSORS_MAX6642) += max6642.o |