diff options
author | Guenter Roeck <linux@roeck-us.net> | 2009-08-20 17:49:25 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-02-06 12:57:59 -0500 |
commit | ceeadc5c5187b78ffbea737c7a82ecc1e31e80df (patch) | |
tree | 6f506721e61dbc2fd8ed76fb5a69443949869395 /drivers/hwmon/Kconfig | |
parent | 2bf9233a108cea32edbb5a65afa8e609fa146577 (diff) |
hwmon: Driver for Texas Instruments INA209
Add support for the TI / Burr-Brown INA209 voltage / current / power
monitor.
Cc: Paul Hays <haysp@magma.net>
Cc: Ira W. Snyder <iws@ovro.caltech.edu>
Tested-by: Ira W. Snyder <iws@ovro.caltech.edu>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 3588b2a0915c..5e77cef09ca6 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1157,6 +1157,16 @@ config SENSORS_AMC6821 | |||
1157 | This driver can also be build as a module. If so, the module | 1157 | This driver can also be build as a module. If so, the module |
1158 | will be called amc6821. | 1158 | will be called amc6821. |
1159 | 1159 | ||
1160 | config SENSORS_INA209 | ||
1161 | tristate "TI / Burr Brown INA209" | ||
1162 | depends on I2C | ||
1163 | help | ||
1164 | If you say yes here you get support for the TI / Burr Brown INA209 | ||
1165 | voltage / current / power monitor I2C interface. | ||
1166 | |||
1167 | This driver can also be built as a module. If so, the module will | ||
1168 | be called ina209. | ||
1169 | |||
1160 | config SENSORS_INA2XX | 1170 | config SENSORS_INA2XX |
1161 | tristate "Texas Instruments INA219 and compatibles" | 1171 | tristate "Texas Instruments INA219 and compatibles" |
1162 | depends on I2C | 1172 | depends on I2C |