diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-01-11 19:28:05 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-03-03 17:01:03 +0100 |
commit | 6700ce035f830149d48c270d84736debfb67179e (patch) | |
tree | bf493ef3c9cd307caed3f6295a5d7cfd1a09ff2d /drivers/hwmon/Kconfig | |
parent | hwmon: Driver for Linear Technologies LTC4260 (diff) | |
download | linux-6700ce035f830149d48c270d84736debfb67179e.tar.xz linux-6700ce035f830149d48c270d84736debfb67179e.zip |
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 This driver can also be built as a module. If so, the module will be called lm93. +config SENSORS_LTC2945 + tristate "Linear Technology LTC2945" + depends on I2C + select REGMAP_I2C + default n + help + If you say yes here you get support for Linear Technology LTC2945 + I2C System Monitor. + + This driver can also be built as a module. If so, the module will + be called ltc2945. + config SENSORS_LTC4151 tristate "Linear Technology LTC4151" depends on I2C |