diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2009-09-18 16:45:48 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-09-18 16:45:48 -0400 |
commit | 732d481127abaa0add41ee918191ea08e9ede17e (patch) | |
tree | 8d2c939552826eb604882a8dd027bc67832d96e6 /drivers/i2c/chips/Kconfig | |
parent | 8f67eeb0b44cde19216955975ffef8513a87c0c0 (diff) |
i2c/chips: Remove deprecated pca9539 driver
The pca9539 driver in drivers/i2c/chips which just exports its registers to
sysfs is superseded by drivers/gpio/pca953x.c which properly uses the gpiolib.
As this driver has been deprecated for more than a year, finally remove it.
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 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 1b5455ec2903..8cd1a7f3dcbe 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -33,19 +33,6 @@ config SENSORS_PCF8574 | |||
33 | These devices are hard to detect and rarely found on mainstream | 33 | These devices are hard to detect and rarely found on mainstream |
34 | hardware. If unsure, say N. | 34 | hardware. If unsure, say N. |
35 | 35 | ||
36 | config SENSORS_PCA9539 | ||
37 | tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)" | ||
38 | depends on EXPERIMENTAL && GPIO_PCA953X = "n" | ||
39 | help | ||
40 | If you say yes here you get support for the Philips PCA9539 | ||
41 | 16-bit I/O port. | ||
42 | |||
43 | This driver can also be built as a module. If so, the module | ||
44 | will be called pca9539. | ||
45 | |||
46 | This driver is deprecated and will be dropped soon. Use | ||
47 | drivers/gpio/pca953x.c instead. | ||
48 | |||
49 | config SENSORS_TSL2550 | 36 | config SENSORS_TSL2550 |
50 | tristate "Taos TSL2550 ambient light sensor" | 37 | tristate "Taos TSL2550 ambient light sensor" |
51 | depends on EXPERIMENTAL | 38 | depends on EXPERIMENTAL |