diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2009-06-15 12:01:49 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-06-15 12:01:49 -0400 |
commit | 4b364f230a5ef984818837ec7c2be0884eac191c (patch) | |
tree | 678d5847dc658b5d3f175be2491bd129c00a0179 /drivers/i2c/chips/Kconfig | |
parent | c52cf01f5b35d77b2a918c319e22567de5c3c15f (diff) |
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>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 8f8c81eb0aee..02d746c9c474 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -64,21 +64,6 @@ config SENSORS_PCA9539 | |||
64 | This driver is deprecated and will be dropped soon. Use | 64 | This driver is deprecated and will be dropped soon. Use |
65 | drivers/gpio/pca953x.c instead. | 65 | drivers/gpio/pca953x.c instead. |
66 | 66 | ||
67 | config SENSORS_MAX6875 | ||
68 | tristate "Maxim MAX6875 Power supply supervisor" | ||
69 | depends on EXPERIMENTAL | ||
70 | help | ||
71 | If you say yes here you get support for the Maxim MAX6875 | ||
72 | EEPROM-programmable, quad power-supply sequencer/supervisor. | ||
73 | |||
74 | This provides an interface to program the EEPROM and reset the chip. | ||
75 | |||
76 | This driver also supports the Maxim MAX6874 hex power-supply | ||
77 | sequencer/supervisor if found at a compatible address. | ||
78 | |||
79 | This driver can also be built as a module. If so, the module | ||
80 | will be called max6875. | ||
81 | |||
82 | config SENSORS_TSL2550 | 67 | config SENSORS_TSL2550 |
83 | tristate "Taos TSL2550 ambient light sensor" | 68 | tristate "Taos TSL2550 ambient light sensor" |
84 | depends on EXPERIMENTAL | 69 | depends on EXPERIMENTAL |