diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 19b0af40c7aa..7bda62264250 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -636,6 +636,17 @@ config SENSORS_LM93 | |||
636 | This driver can also be built as a module. If so, the module | 636 | This driver can also be built as a module. If so, the module |
637 | will be called lm93. | 637 | will be called lm93. |
638 | 638 | ||
639 | config SENSORS_LTC4151 | ||
640 | tristate "Linear Technology LTC4151" | ||
641 | depends on I2C | ||
642 | default n | ||
643 | help | ||
644 | If you say yes here you get support for Linear Technology LTC4151 | ||
645 | High Voltage I2C Current and Voltage Monitor interface. | ||
646 | |||
647 | This driver can also be built as a module. If so, the module will | ||
648 | be called ltc4151. | ||
649 | |||
639 | config SENSORS_LTC4215 | 650 | config SENSORS_LTC4215 |
640 | tristate "Linear Technology LTC4215" | 651 | tristate "Linear Technology LTC4215" |
641 | depends on I2C && EXPERIMENTAL | 652 | depends on I2C && EXPERIMENTAL |