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.
19 config SENSORS_PCF8574
20 tristate "Philips PCF8574 and PCF8574A (DEPRECATED)"
21 depends on EXPERIMENTAL && GPIO_PCF857X = "n"
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.
27 This driver can also be built as a module. If so, the module
28 will be called pcf8574.
30 This driver is deprecated and will be dropped soon. Use
31 drivers/gpio/pcf857x.c instead.
33 These devices are hard to detect and rarely found on mainstream
34 hardware. If unsure, say N.
37 tristate "Philips PCF8575 (DEPRECATED)"
39 depends on GPIO_PCF857X = "n"
41 If you say yes here you get support for Philips PCF8575 chip.
42 This chip is a 16-bit I/O expander for the I2C bus. Several other
43 chip manufacturers sell equivalent chips, e.g. Texas Instruments.
45 This driver can also be built as a module. If so, the module
46 will be called pcf8575.
48 This driver is deprecated and will be dropped soon. Use
49 drivers/gpio/pcf857x.c instead.
51 This device is hard to detect and is rarely found on mainstream
52 hardware. If unsure, say N.
54 config SENSORS_PCA9539
55 tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
56 depends on EXPERIMENTAL && GPIO_PCA953X = "n"
58 If you say yes here you get support for the Philips PCA9539
61 This driver can also be built as a module. If so, the module
62 will be called pca9539.
64 This driver is deprecated and will be dropped soon. Use
65 drivers/gpio/pca953x.c instead.
67 config SENSORS_PCF8591
68 tristate "Philips PCF8591"
69 depends on EXPERIMENTAL
72 If you say yes here you get support for Philips PCF8591 chips.
74 This driver can also be built as a module. If so, the module
75 will be called pcf8591.
77 These devices are hard to detect and rarely found on mainstream
78 hardware. If unsure, say N.
80 config SENSORS_MAX6875
81 tristate "Maxim MAX6875 Power supply supervisor"
82 depends on EXPERIMENTAL
84 If you say yes here you get support for the Maxim MAX6875
85 EEPROM-programmable, quad power-supply sequencer/supervisor.
87 This provides an interface to program the EEPROM and reset the chip.
89 This driver also supports the Maxim MAX6874 hex power-supply
90 sequencer/supervisor if found at a compatible address.
92 This driver can also be built as a module. If so, the module
93 will be called max6875.
95 config SENSORS_TSL2550
96 tristate "Taos TSL2550 ambient light sensor"
97 depends on EXPERIMENTAL
99 If you say yes here you get support for the Taos TSL2550
100 ambient light sensor.
102 This driver can also be built as a module. If so, the module
103 will be called tsl2550.