2 # Miscellaneous I2C chip drivers configuration
5 menu "Miscellaneous I2C Chip support"
8 tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
9 depends on EXPERIMENTAL
11 If you say yes here you get support for Dallas Semiconductor
12 DS1682 Total Elapsed Time Recorder.
14 This driver can also be built as a module. If so, the module
15 will be called ds1682.
18 tristate "EEPROM reader"
19 depends on EXPERIMENTAL
21 If you say yes here you get read-only access to the EEPROM data
22 available on modern memory DIMMs and Sony Vaio laptops. Such
23 EEPROMs could theoretically be available on other devices as well.
25 This driver can also be built as a module. If so, the module
26 will be called eeprom.
28 config SENSORS_PCF8574
29 tristate "Philips PCF8574 and PCF8574A"
30 depends on EXPERIMENTAL
33 If you say yes here you get support for Philips PCF8574 and
34 PCF8574A chips. These chips are 8-bit I/O expanders for the I2C bus.
36 This driver can also be built as a module. If so, the module
37 will be called pcf8574.
39 These devices are hard to detect and rarely found on mainstream
40 hardware. If unsure, say N.
43 tristate "Philips PCF8575"
46 If you say yes here you get support for Philips PCF8575 chip.
47 This chip is a 16-bit I/O expander for the I2C bus. Several other
48 chip manufacturers sell equivalent chips, e.g. Texas Instruments.
50 This driver can also be built as a module. If so, the module
51 will be called pcf8575.
53 This device is hard to detect and is rarely found on mainstream
54 hardware. If unsure, say N.
56 config SENSORS_PCA9539
57 tristate "Philips PCA9539 16-bit I/O port"
58 depends on EXPERIMENTAL
60 If you say yes here you get support for the Philips PCA9539
63 This driver can also be built as a module. If so, the module
64 will be called pca9539.
66 config SENSORS_PCF8591
67 tristate "Philips PCF8591"
68 depends on EXPERIMENTAL
71 If you say yes here you get support for Philips PCF8591 chips.
73 This driver can also be built as a module. If so, the module
74 will be called pcf8591.
76 These devices are hard to detect and rarely found on mainstream
77 hardware. If unsure, say N.
80 tristate "Philips ISP1301 with OMAP OTG"
81 depends on ARCH_OMAP_OTG
83 If you say yes here you get support for the Philips ISP1301
84 USB-On-The-Go transceiver working with the OMAP OTG controller.
85 The ISP1301 is used in products including H2 and H3 development
86 boards for Texas Instruments OMAP processors.
88 This driver can also be built as a module. If so, the module
89 will be called isp1301_omap.
92 tristate "TPS6501x Power Management chips"
93 default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
95 If you say yes here you get support for the TPS6501x series of
96 Power Management chips. These include voltage regulators,
97 lithium ion/polymer battery charging, and other features that
98 are often used in portable devices like cell phones and cameras.
100 This driver can also be built as a module. If so, the module
101 will be called tps65010.
103 config SENSORS_MAX6875
104 tristate "Maxim MAX6875 Power supply supervisor"
105 depends on EXPERIMENTAL
107 If you say yes here you get support for the Maxim MAX6875
108 EEPROM-programmable, quad power-supply sequencer/supervisor.
110 This provides an interface to program the EEPROM and reset the chip.
112 This driver also supports the Maxim MAX6874 hex power-supply
113 sequencer/supervisor if found at a compatible address.
115 This driver can also be built as a module. If so, the module
116 will be called max6875.
118 config SENSORS_TSL2550
119 tristate "Taos TSL2550 ambient light sensor"
120 depends on EXPERIMENTAL
122 If you say yes here you get support for the Taos TSL2550
123 ambient light sensor.
125 This driver can also be built as a module. If so, the module
126 will be called tsl2550.
129 bool "TWL92330/Menelaus PM chip"
130 depends on I2C=y && ARCH_OMAP24XX
132 If you say yes here you get support for the Texas Instruments
133 TWL92330/Menelaus Power Management chip. This include voltage
134 regulators, Dual slot memory card tranceivers, real-time clock
135 and other features that are often used in portable devices like
136 cell phones and PDAs.