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/Makefile | |
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/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 a37a82c64da2..8d6d97ea7c1e 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -65,6 +65,7 @@ obj-$(CONFIG_SENSORS_ULTRA45) += ultra45_env.o | |||
65 | obj-$(CONFIG_SENSORS_I5K_AMB) += i5k_amb.o | 65 | obj-$(CONFIG_SENSORS_I5K_AMB) += i5k_amb.o |
66 | obj-$(CONFIG_SENSORS_IBMAEM) += ibmaem.o | 66 | obj-$(CONFIG_SENSORS_IBMAEM) += ibmaem.o |
67 | obj-$(CONFIG_SENSORS_IBMPEX) += ibmpex.o | 67 | obj-$(CONFIG_SENSORS_IBMPEX) += ibmpex.o |
68 | obj-$(CONFIG_SENSORS_INA209) += ina209.o | ||
68 | obj-$(CONFIG_SENSORS_INA2XX) += ina2xx.o | 69 | obj-$(CONFIG_SENSORS_INA2XX) += ina2xx.o |
69 | obj-$(CONFIG_SENSORS_IT87) += it87.o | 70 | obj-$(CONFIG_SENSORS_IT87) += it87.o |
70 | obj-$(CONFIG_SENSORS_JC42) += jc42.o | 71 | obj-$(CONFIG_SENSORS_JC42) += jc42.o |