diff options
-rw-r--r-- | drivers/i2c/chips/Kconfig | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index b28964b08006..5bd72c480c95 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -519,13 +519,16 @@ config SENSORS_M41T00 | |||
519 | will be called m41t00. | 519 | will be called m41t00. |
520 | 520 | ||
521 | config SENSORS_MAX6875 | 521 | config SENSORS_MAX6875 |
522 | tristate "MAXIM MAX6875 Power supply supervisor" | 522 | tristate "Maxim MAX6875 Power supply supervisor" |
523 | depends on I2C && EXPERIMENTAL | 523 | depends on I2C && EXPERIMENTAL |
524 | help | 524 | help |
525 | If you say yes here you get support for the MAX6875 | 525 | If you say yes here you get support for the Maxim MAX6875 |
526 | EEPROM-Programmable, Hex/Quad, Power-Suppy Sequencers/Supervisors. | 526 | EEPROM-programmable, quad power-supply sequencer/supervisor. |
527 | 527 | ||
528 | This provides a interface to program the EEPROM and reset the chip. | 528 | This provides an interface to program the EEPROM and reset the chip. |
529 | |||
530 | This driver also supports the Maxim MAX6874 hex power-supply | ||
531 | sequencer/supervisor if found at a compatible address. | ||
529 | 532 | ||
530 | This driver can also be built as a module. If so, the module | 533 | This driver can also be built as a module. If so, the module |
531 | will be called max6875. | 534 | will be called max6875. |