i2c/chips: Remove deprecated pcf8575 driver
[safe/jmp/linux-2.6] / drivers / i2c / chips / Kconfig
1 #
2 # Miscellaneous I2C chip drivers configuration
3 #
4 # *** DEPRECATED! Do not add new entries! See Makefile ***
5 #
6
7 menu "Miscellaneous I2C Chip support"
8
9 config DS1682
10         tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
11         depends on EXPERIMENTAL
12         help
13           If you say yes here you get support for Dallas Semiconductor
14           DS1682 Total Elapsed Time Recorder.
15
16           This driver can also be built as a module.  If so, the module
17           will be called ds1682.
18
19 config SENSORS_PCF8574
20         tristate "Philips PCF8574 and PCF8574A (DEPRECATED)"
21         depends on EXPERIMENTAL && GPIO_PCF857X = "n"
22         default n
23         help
24           If you say yes here you get support for Philips PCF8574 and 
25           PCF8574A chips. These chips are 8-bit I/O expanders for the I2C bus.
26
27           This driver can also be built as a module.  If so, the module
28           will be called pcf8574.
29
30           This driver is deprecated and will be dropped soon. Use
31           drivers/gpio/pcf857x.c instead.
32
33           These devices are hard to detect and rarely found on mainstream
34           hardware.  If unsure, say N.
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
50         tristate "Taos TSL2550 ambient light sensor"
51         depends on EXPERIMENTAL
52         help
53           If you say yes here you get support for the Taos TSL2550
54           ambient light sensor.
55
56           This driver can also be built as a module.  If so, the module
57           will be called tsl2550.
58
59 endmenu