summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips
diff options
context:
space:
mode:
authorJean Delvare2005-06-23 23:41:39 +0200
committerGreg Kroah-Hartman2005-07-11 23:10:36 +0200
commit2146fec20c38d926f0d88413977f941f42a14588 (patch)
treedaaf87a4ec6e6c70c9e1be8b2bd09257b3be092f /drivers/i2c/chips
parent[PATCH] I2C: max6875 documentation update (diff)
downloadkernel-qcow2-linux-2146fec20c38d926f0d88413977f941f42a14588.tar.gz
kernel-qcow2-linux-2146fec20c38d926f0d88413977f941f42a14588.tar.xz
kernel-qcow2-linux-2146fec20c38d926f0d88413977f941f42a14588.zip
[PATCH] I2C: max6875 Kconfig update
Here is a proposed Kconfig update for the new max6875 i2c chip driver. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/i2c/chips')
-rw-r--r--drivers/i2c/chips/Kconfig11
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
will be called m41t00.
config SENSORS_MAX6875
- tristate "MAXIM MAX6875 Power supply supervisor"
+ tristate "Maxim MAX6875 Power supply supervisor"
depends on I2C && EXPERIMENTAL
help
- If you say yes here you get support for the MAX6875
- EEPROM-Programmable, Hex/Quad, Power-Suppy Sequencers/Supervisors.
+ If you say yes here you get support for the Maxim MAX6875
+ EEPROM-programmable, quad power-supply sequencer/supervisor.
- This provides a interface to program the EEPROM and reset the chip.
+ This provides an interface to program the EEPROM and reset the chip.
+
+ This driver also supports the Maxim MAX6874 hex power-supply
+ sequencer/supervisor if found at a compatible address.
This driver can also be built as a module. If so, the module
will be called max6875.