diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-01-11 13:28:05 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-03-03 11:01:03 -0500 |
commit | 6700ce035f830149d48c270d84736debfb67179e (patch) | |
tree | bf493ef3c9cd307caed3f6295a5d7cfd1a09ff2d /drivers/hwmon/Kconfig | |
parent | 69e1ded651ee31c8a570d58647902a55806d0db8 (diff) |
hwmon: Driver for Linear Technologies LTC2945
LTC2945 is a system monitor that measures current, voltage, and power.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 436c611a40ca..5bbc55b2ea1a 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -776,6 +776,18 @@ config SENSORS_LM93 | |||
776 | This driver can also be built as a module. If so, the module | 776 | This driver can also be built as a module. If so, the module |
777 | will be called lm93. | 777 | will be called lm93. |
778 | 778 | ||
779 | config SENSORS_LTC2945 | ||
780 | tristate "Linear Technology LTC2945" | ||
781 | depends on I2C | ||
782 | select REGMAP_I2C | ||
783 | default n | ||
784 | help | ||
785 | If you say yes here you get support for Linear Technology LTC2945 | ||
786 | I2C System Monitor. | ||
787 | |||
788 | This driver can also be built as a module. If so, the module will | ||
789 | be called ltc2945. | ||
790 | |||
779 | config SENSORS_LTC4151 | 791 | config SENSORS_LTC4151 |
780 | tristate "Linear Technology LTC4151" | 792 | tristate "Linear Technology LTC4151" |
781 | depends on I2C | 793 | depends on I2C |