2 # Miscellaneous I2C chip drivers configuration
4 # *** DEPRECATED! Do not add new entries! See Makefile ***
7 menu "Miscellaneous I2C Chip support"
10 tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
11 depends on EXPERIMENTAL
13 If you say yes here you get support for Dallas Semiconductor
14 DS1682 Total Elapsed Time Recorder.
16 This driver can also be built as a module. If so, the module
17 will be called ds1682.
20 tristate "EEPROM reader"
21 depends on EXPERIMENTAL
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.
27 This driver can also be built as a module. If so, the module
28 will be called eeprom.
30 config SENSORS_PCF8574
31 tristate "Philips PCF8574 and PCF8574A (DEPRECATED)"
32 depends on EXPERIMENTAL && GPIO_PCF857X = "n"
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.
38 This driver can also be built as a module. If so, the module
39 will be called pcf8574.
41 This driver is deprecated and will be dropped soon. Use
42 drivers/gpio/pcf857x.c instead.
44 These devices are hard to detect and rarely found on mainstream
45 hardware. If unsure, say N.
48 tristate "Philips PCF8575 (DEPRECATED)"
50 depends on GPIO_PCF857X = "n"
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.
56 This driver can also be built as a module. If so, the module
57 will be called pcf8575.
59 This driver is deprecated and will be dropped soon. Use
60 drivers/gpio/pcf857x.c instead.
62 This device is hard to detect and is rarely found on mainstream
63 hardware. If unsure, say N.
65 config SENSORS_PCA9539
66 tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
67 depends on EXPERIMENTAL && GPIO_PCA953X = "n"
69 If you say yes here you get support for the Philips PCA9539
72 This driver can also be built as a module. If so, the module
73 will be called pca9539.
75 This driver is deprecated and will be dropped soon. Use
76 drivers/gpio/pca953x.c instead.
78 config SENSORS_PCF8591
79 tristate "Philips PCF8591"
80 depends on EXPERIMENTAL
83 If you say yes here you get support for Philips PCF8591 chips.
85 This driver can also be built as a module. If so, the module
86 will be called pcf8591.
88 These devices are hard to detect and rarely found on mainstream
89 hardware. If unsure, say N.
91 config SENSORS_MAX6875
92 tristate "Maxim MAX6875 Power supply supervisor"
93 depends on EXPERIMENTAL
95 If you say yes here you get support for the Maxim MAX6875
96 EEPROM-programmable, quad power-supply sequencer/supervisor.
98 This provides an interface to program the EEPROM and reset the chip.
100 This driver also supports the Maxim MAX6874 hex power-supply
101 sequencer/supervisor if found at a compatible address.
103 This driver can also be built as a module. If so, the module
104 will be called max6875.
106 config SENSORS_TSL2550
107 tristate "Taos TSL2550 ambient light sensor"
108 depends on EXPERIMENTAL
110 If you say yes here you get support for the Taos TSL2550
111 ambient light sensor.
113 This driver can also be built as a module. If so, the module
114 will be called tsl2550.