i2c: Move at24 to drivers/misc/eeprom
[pandora-kernel.git] / 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_EEPROM
20         tristate "EEPROM reader"
21         depends on EXPERIMENTAL
22         help
23           If you say yes here you get read-only access to the EEPROM data
24           available on modern memory DIMMs and Sony Vaio laptops.  Such
25           EEPROMs could theoretically be available on other devices as well.
26
27           This driver can also be built as a module.  If so, the module
28           will be called eeprom.
29
30 config SENSORS_PCF8574
31         tristate "Philips PCF8574 and PCF8574A (DEPRECATED)"
32         depends on EXPERIMENTAL && GPIO_PCF857X = "n"
33         default n
34         help
35           If you say yes here you get support for Philips PCF8574 and 
36           PCF8574A chips. These chips are 8-bit I/O expanders for the I2C bus.
37
38           This driver can also be built as a module.  If so, the module
39           will be called pcf8574.
40
41           This driver is deprecated and will be dropped soon. Use
42           drivers/gpio/pcf857x.c instead.
43
44           These devices are hard to detect and rarely found on mainstream
45           hardware.  If unsure, say N.
46
47 config PCF8575
48         tristate "Philips PCF8575 (DEPRECATED)"
49         default n
50         depends on GPIO_PCF857X = "n"
51         help
52           If you say yes here you get support for Philips PCF8575 chip.
53           This chip is a 16-bit I/O expander for the I2C bus.  Several other
54           chip manufacturers sell equivalent chips, e.g. Texas Instruments.
55
56           This driver can also be built as a module.  If so, the module
57           will be called pcf8575.
58
59           This driver is deprecated and will be dropped soon. Use
60           drivers/gpio/pcf857x.c instead.
61
62           This device is hard to detect and is rarely found on mainstream
63           hardware.  If unsure, say N.
64
65 config SENSORS_PCA9539
66         tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
67         depends on EXPERIMENTAL && GPIO_PCA953X = "n"
68         help
69           If you say yes here you get support for the Philips PCA9539
70           16-bit I/O port.
71
72           This driver can also be built as a module.  If so, the module
73           will be called pca9539.
74
75           This driver is deprecated and will be dropped soon. Use
76           drivers/gpio/pca953x.c instead.
77
78 config SENSORS_PCF8591
79         tristate "Philips PCF8591"
80         depends on EXPERIMENTAL
81         default n
82         help
83           If you say yes here you get support for Philips PCF8591 chips.
84
85           This driver can also be built as a module.  If so, the module
86           will be called pcf8591.
87
88           These devices are hard to detect and rarely found on mainstream
89           hardware.  If unsure, say N.
90
91 config SENSORS_MAX6875
92         tristate "Maxim MAX6875 Power supply supervisor"
93         depends on EXPERIMENTAL
94         help
95           If you say yes here you get support for the Maxim MAX6875
96           EEPROM-programmable, quad power-supply sequencer/supervisor.
97
98           This provides an interface to program the EEPROM and reset the chip.
99
100           This driver also supports the Maxim MAX6874 hex power-supply
101           sequencer/supervisor if found at a compatible address.
102
103           This driver can also be built as a module.  If so, the module
104           will be called max6875.
105
106 config SENSORS_TSL2550
107         tristate "Taos TSL2550 ambient light sensor"
108         depends on EXPERIMENTAL
109         help
110           If you say yes here you get support for the Taos TSL2550
111           ambient light sensor.
112
113           This driver can also be built as a module.  If so, the module
114           will be called tsl2550.
115
116 endmenu