diff options
author | Felten, Lothar <l-felten@ti.com> | 2012-05-12 04:36:38 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2012-05-22 06:48:02 -0700 |
commit | f7c2fe386ae92b471a0edd4fa4bed7033224b9bf (patch) | |
tree | 8cb48fef02388eb5e64314aeb10143e5c20833cc /drivers/hwmon/Makefile | |
parent | 9172b5d124c2f54374d8cc5ed6098ecd8fb988cd (diff) | |
download | op-kernel-dev-f7c2fe386ae92b471a0edd4fa4bed7033224b9bf.zip op-kernel-dev-f7c2fe386ae92b471a0edd4fa4bed7033224b9bf.tar.gz |
hwmon: INA219 and INA226 support
Add support for the Texas Instruments INA219 and INA226 power monitors.
Signed-off-by: Lothar Felten <l-felten@ti.com>
[guenter.roeck@ericsson.com: formatting cleanup; check for smbus word data;
select PGA=8 for INA219]
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
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 6d3f11f..e1eeac1 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -62,6 +62,7 @@ obj-$(CONFIG_SENSORS_ULTRA45) += ultra45_env.o obj-$(CONFIG_SENSORS_I5K_AMB) += i5k_amb.o obj-$(CONFIG_SENSORS_IBMAEM) += ibmaem.o obj-$(CONFIG_SENSORS_IBMPEX) += ibmpex.o +obj-$(CONFIG_SENSORS_INA2XX) += ina2xx.o obj-$(CONFIG_SENSORS_IT87) += it87.o obj-$(CONFIG_SENSORS_JC42) += jc42.o obj-$(CONFIG_SENSORS_JZ4740) += jz4740-hwmon.o |