diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-23 17:15:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-23 17:15:09 -0400 |
commit | 1259f6ee15c1603dcae41eb6af5a5f9cf932d4d6 (patch) | |
tree | bf85658f7c5a2c86da3bc613d7fea13bbffe4e72 /drivers/hwmon/Kconfig | |
parent | 468f4d1a855f8039dabf441b8bf68cae264033ff (diff) | |
parent | 4573acbc461b8089198500cee06ef0cdc5b70e82 (diff) |
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Pull hwmon updates from Guenter Roeck:
"New driver for INA219 and INA226, added support for IT8782F and
IT8783E/F to it87 driver, plus cleanups in a couple of drivers."
* tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
hwmon: (it87) Make temp3 attribute conditional for IT8782F
hwmon: (it87) Convert to use devm_kzalloc and devm_request_region
hwmon: INA219 and INA226 support
hwmon: (it87) Create voltage attributes only if voltage is enabled
hwmon: (ntc_thermistor) Fix checkpatch warning
hwmon: (ntc_thermistor) Optimize and fix build warning
hwmon: (ntc_thermistor) Return error code from hwmon_device_register
hwmon: (ntc_thermistor) Convert to devm_kzalloc
hwmon: (ad7314) Remove unused defines, and rename OFFSET to SHIFT
acpi_power_meter: clean up code around setup_attrs
acpi_power_meter: drop meter_rw_attrs, use common meter_attrs
acpi_power_meter: remove duplicate code between register_{ro,rw}_attrs
acpi_power_meter: use a {RW,RO}_SENSOR_TEMPLATE macro to clean things up
acpi_power_meter: use the same struct {rw,ro}_sensor_template for both
hwmon: use module_pci_driver
hwmon: (it87) Add support for IT8782F and IT8783E/F
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index e466ecba8dc1..7cd9bf42108b 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1102,6 +1102,19 @@ config SENSORS_AMC6821 | |||
1102 | This driver can also be build as a module. If so, the module | 1102 | This driver can also be build as a module. If so, the module |
1103 | will be called amc6821. | 1103 | will be called amc6821. |
1104 | 1104 | ||
1105 | config SENSORS_INA2XX | ||
1106 | tristate "Texas Instruments INA219, INA226" | ||
1107 | depends on I2C && EXPERIMENTAL | ||
1108 | help | ||
1109 | If you say yes here you get support for INA219 and INA226 power | ||
1110 | monitor chips. | ||
1111 | |||
1112 | The INA2xx driver is configured for the default configuration of | ||
1113 | the part as described in the datasheet. | ||
1114 | Default value for Rshunt is 10 mOhms. | ||
1115 | This driver can also be built as a module. If so, the module | ||
1116 | will be called ina2xx. | ||
1117 | |||
1105 | config SENSORS_THMC50 | 1118 | config SENSORS_THMC50 |
1106 | tristate "Texas Instruments THMC50 / Analog Devices ADM1022" | 1119 | tristate "Texas Instruments THMC50 / Analog Devices ADM1022" |
1107 | depends on I2C | 1120 | depends on I2C |