i2c/chips: Move max6875 to drivers/misc/eeprom
This driver only reads the user EEPROM of that chip, so we can move it to the eeprom-directory in order to further clean up (and later remove) drivers/i2c/chips. The Kconfig text was updated to match the current functionality, dropping the meanwhile obsoleted parts. Defconfigs have been adapted. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Ben Gardner <gardner.ben@gmail.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:

committed by
Jean Delvare

parent
c52cf01f5b
commit
4b364f230a
@@ -48,6 +48,20 @@ config EEPROM_LEGACY
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called eeprom.
|
||||
|
||||
config EEPROM_MAX6875
|
||||
tristate "Maxim MAX6874/5 power supply supervisor"
|
||||
depends on I2C && EXPERIMENTAL
|
||||
help
|
||||
If you say yes here you get read-only support for the user EEPROM of
|
||||
the Maxim MAX6874/5 EEPROM-programmable, quad power-supply
|
||||
sequencer/supervisor.
|
||||
|
||||
All other features of this chip should be accessed via i2c-dev.
|
||||
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called max6875.
|
||||
|
||||
|
||||
config EEPROM_93CX6
|
||||
tristate "EEPROM 93CX6 support"
|
||||
help
|
||||
|
Reference in New Issue
Block a user