diff options
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 2ce6907a07a0..88437d046518 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -498,4 +498,16 @@ config SENSORS_M41T00 | |||
498 | This driver can also be built as a module. If so, the module | 498 | This driver can also be built as a module. If so, the module |
499 | will be called m41t00. | 499 | will be called m41t00. |
500 | 500 | ||
501 | config SENSORS_MAX6875 | ||
502 | tristate "MAXIM MAX6875 Power supply supervisor" | ||
503 | depends on I2C && EXPERIMENTAL | ||
504 | help | ||
505 | If you say yes here you get support for the MAX6875 | ||
506 | EEPROM-Programmable, Hex/Quad, Power-Suppy Sequencers/Supervisors. | ||
507 | |||
508 | This provides a interface to program the EEPROM and reset the chip. | ||
509 | |||
510 | This driver can also be built as a module. If so, the module | ||
511 | will be called max6875. | ||
512 | |||
501 | endmenu | 513 | endmenu |