aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2012-05-12 14:33:11 -0400
committerGuenter Roeck <linux@roeck-us.net>2012-09-24 00:08:35 -0400
commitdc92cd0c13e0dbe2201fdececbb43c74af05da70 (patch)
treea95e6a5f4cb219bccf876b3e13c34c50906a2b85 /drivers/hwmon/Kconfig
parent6106db25c27550337a1d701631093cdfc645aa7b (diff)
hwmon: (ina2xx) Add support for INA220 and INA230
INA220 is register compatible to INA219, and INA230 is register compatible to INA226, so all we need to do is to add name aliases for those two chips. Cc: Lothar Felten <l-felten@ti.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 41e311386e89..86adde90c1bb 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1145,11 +1145,11 @@ config SENSORS_AMC6821
1145 will be called amc6821. 1145 will be called amc6821.
1146 1146
1147config SENSORS_INA2XX 1147config SENSORS_INA2XX
1148 tristate "Texas Instruments INA219, INA226" 1148 tristate "Texas Instruments INA219 and compatibles"
1149 depends on I2C && EXPERIMENTAL 1149 depends on I2C && EXPERIMENTAL
1150 help 1150 help
1151 If you say yes here you get support for INA219 and INA226 power 1151 If you say yes here you get support for INA219, INA220, INA226, and
1152 monitor chips. 1152 INA230 power monitor chips.
1153 1153
1154 The INA2xx driver is configured for the default configuration of 1154 The INA2xx driver is configured for the default configuration of
1155 the part as described in the datasheet. 1155 the part as described in the datasheet.