diff options
author | Alexandru Tachici <alexandru.tachici@analog.com> | 2020-12-03 08:11:53 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-12-11 16:42:27 +0100 |
commit | b0bd407e94b036d597c6060d64c22094ff85b13c (patch) | |
tree | de01fdcd2e902bd3c72dc50975c75f955110fee5 /drivers/hwmon/Makefile | |
parent | hwmon: (pmbus) Driver for Delta power supplies Q54SJ108A2 (diff) | |
download | linux-b0bd407e94b036d597c6060d64c22094ff85b13c.tar.xz linux-b0bd407e94b036d597c6060d64c22094ff85b13c.zip |
hwmon: (ltc2992) Add support
LTC2992 is a rail-to-rail system monitor that
measures current, voltage, and power of two supplies.
Two ADCs simultaneously measure each supply’s current.
A third ADC monitors the input voltages and four
auxiliary external voltages.
Signed-off-by: Alexandru Tachici <alexandru.tachici@analog.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 01ca5d3fbad4..32cff6b0593e 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -119,6 +119,7 @@ obj-$(CONFIG_SENSORS_LTC2947) += ltc2947-core.o obj-$(CONFIG_SENSORS_LTC2947_I2C) += ltc2947-i2c.o obj-$(CONFIG_SENSORS_LTC2947_SPI) += ltc2947-spi.o obj-$(CONFIG_SENSORS_LTC2990) += ltc2990.o +obj-$(CONFIG_SENSORS_LTC2992) += ltc2992.o obj-$(CONFIG_SENSORS_LTC4151) += ltc4151.o obj-$(CONFIG_SENSORS_LTC4215) += ltc4215.o obj-$(CONFIG_SENSORS_LTC4222) += ltc4222.o |