diff options
author | Tiberiu Breana <tiberiu.a.breana@intel.com> | 2016-03-30 19:16:24 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-04-19 16:32:34 +0300 |
commit | 04e1e70afec6bb2940aea0ac2e9cbaf7d643d5f4 (patch) | |
tree | 8c7c6eabae4767c8d32338d4061f7972a8766a31 /drivers/hwmon/Makefile | |
parent | 7a18afe8097731b8ffb6cb5b2b3b418ded77c105 (diff) | |
download | linux-04e1e70afec6bb2940aea0ac2e9cbaf7d643d5f4.tar.xz |
hwmon: (max31722) Add support for MAX31722/MAX31723 temperature sensors
Add basic support for the Maxim Integrated MAX31722/MAX31723 SPI
temperature sensors / thermostats.
Includes:
- ACPI support;
- raw temperature readings;
- power management
Datasheet:
https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf
Signed-off-by: Tiberiu Breana <tiberiu.a.breana@intel.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 58cc3acba7e7..2ef5b7c4c54f 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -112,6 +112,7 @@ obj-$(CONFIG_SENSORS_MAX16065) += max16065.o 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_MAX6639) += max6639.o obj-$(CONFIG_SENSORS_MAX6642) += max6642.o obj-$(CONFIG_SENSORS_MAX6650) += max6650.o |