diff options
author | Andrew F. Davis <afd@ti.com> | 2016-06-10 17:32:33 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-06-28 03:58:03 +0200 |
commit | 7cb6dcff1956ec9e338abfa2f298d2971cfbab79 (patch) | |
tree | 41cb822babec9e05fc791a6fb757b7fe227d7931 /drivers/hwmon/Makefile | |
parent | hwmon: (tmp401) Add support for TI TMP461 (diff) | |
download | linux-7cb6dcff1956ec9e338abfa2f298d2971cfbab79.tar.xz linux-7cb6dcff1956ec9e338abfa2f298d2971cfbab79.zip |
hwmon: Add support for INA3221 Triple Current/Voltage Monitors
Add support for the the INA3221 26v capable, Triple channel,
Bi-Directional, Zero-Drift, Low-/High-Side, Current/Voltage Monitor
with I2C interface.
Signed-off-by: Andrew F. Davis <afd@ti.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 406b18b995b3..446a4e74c7cf 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -77,6 +77,7 @@ obj-$(CONFIG_SENSORS_IBMPOWERNV)+= ibmpowernv.o obj-$(CONFIG_SENSORS_IIO_HWMON) += iio_hwmon.o obj-$(CONFIG_SENSORS_INA209) += ina209.o obj-$(CONFIG_SENSORS_INA2XX) += ina2xx.o +obj-$(CONFIG_SENSORS_INA3221) += ina3221.o obj-$(CONFIG_SENSORS_IT87) += it87.o obj-$(CONFIG_SENSORS_JC42) += jc42.o obj-$(CONFIG_SENSORS_JZ4740) += jz4740-hwmon.o |