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 8a91c9971558..bc6810c22dd7 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -571,6 +571,17 @@ config SENSORS_LM93 | |||
571 | This driver can also be built as a module. If so, the module | 571 | This driver can also be built as a module. If so, the module |
572 | will be called lm93. | 572 | will be called lm93. |
573 | 573 | ||
574 | config SENSORS_LTC4215 | ||
575 | tristate "Linear Technology LTC4215" | ||
576 | depends on I2C && EXPERIMENTAL | ||
577 | default n | ||
578 | help | ||
579 | If you say yes here you get support for Linear Technology LTC4215 | ||
580 | Hot Swap Controller I2C interface. | ||
581 | |||
582 | This driver can also be built as a module. If so, the module will | ||
583 | be called ltc4215. | ||
584 | |||
574 | config SENSORS_LTC4245 | 585 | config SENSORS_LTC4245 |
575 | tristate "Linear Technology LTC4245" | 586 | tristate "Linear Technology LTC4245" |
576 | depends on I2C && EXPERIMENTAL | 587 | depends on I2C && EXPERIMENTAL |