aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-06-10 10:32:33 -0500
committerGuenter Roeck <linux@roeck-us.net>2016-06-27 18:58:03 -0700
commit7cb6dcff1956ec9e338abfa2f298d2971cfbab79 (patch)
tree41cb822babec9e05fc791a6fb757b7fe227d7931 /drivers/hwmon/Kconfig
parenthwmon: (tmp401) Add support for TI TMP461 (diff)
downloadlinux-dev-7cb6dcff1956ec9e338abfa2f298d2971cfbab79.tar.xz
linux-dev-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/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index be63b140a976..b2aa13bd89dc 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1525,6 +1525,17 @@ config SENSORS_INA2XX
This driver can also be built as a module. If so, the module
will be called ina2xx.
+config SENSORS_INA3221
+ tristate "Texas Instruments INA3221 Triple Power Monitor"
+ depends on I2C
+ select REGMAP_I2C
+ help
+ If you say yes here you get support for the TI INA3221 Triple Power
+ Monitor.
+
+ This driver can also be built as a module. If so, the module
+ will be called ina3221.
+
config SENSORS_TC74
tristate "Microchip TC74"
depends on I2C