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 cc611e4b7896..1ef1205b4e8c 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -549,6 +549,17 @@ config SENSORS_LM93 | |||
549 | This driver can also be built as a module. If so, the module | 549 | This driver can also be built as a module. If so, the module |
550 | will be called lm93. | 550 | will be called lm93. |
551 | 551 | ||
552 | config SENSORS_LTC4245 | ||
553 | tristate "Linear Technology LTC4245" | ||
554 | depends on I2C && EXPERIMENTAL | ||
555 | default n | ||
556 | help | ||
557 | If you say yes here you get support for Linear Technology LTC4245 | ||
558 | Multiple Supply Hot Swap Controller I2C interface. | ||
559 | |||
560 | This driver can also be built as a module. If so, the module will | ||
561 | be called ltc4245. | ||
562 | |||
552 | config SENSORS_MAX1111 | 563 | config SENSORS_MAX1111 |
553 | tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip" | 564 | tristate "Maxim MAX1111 Multichannel, Serial 8-bit ADC chip" |
554 | depends on SPI_MASTER | 565 | depends on SPI_MASTER |