2 # Miscellaneous I2C chip drivers configuration
5 menu "Miscellaneous I2C Chip support"
8 tristate "Dallas DS1337 and DS1339 Real Time Clock (DEPRECATED)"
9 depends on EXPERIMENTAL
11 If you say yes here you get support for Dallas Semiconductor
12 DS1337 and DS1339 real-time clock chips.
14 This driver can also be built as a module. If so, the module
15 will be called ds1337.
17 This driver is deprecated and will be dropped soon. Use
21 tristate "Dallas DS1374 Real Time Clock (DEPRECATED)"
22 depends on EXPERIMENTAL
24 If you say yes here you get support for Dallas Semiconductor
25 DS1374 real-time clock chips.
27 This driver can also be built as a module. If so, the module
28 will be called ds1374.
30 This driver is deprecated and will be dropped soon. Use
34 tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
35 depends on EXPERIMENTAL
37 If you say yes here you get support for Dallas Semiconductor
38 DS1682 Total Elapsed Time Recorder.
40 This driver can also be built as a module. If so, the module
41 will be called ds1682.
44 tristate "EEPROM reader"
45 depends on EXPERIMENTAL
47 If you say yes here you get read-only access to the EEPROM data
48 available on modern memory DIMMs and Sony Vaio laptops. Such
49 EEPROMs could theoretically be available on other devices as well.
51 This driver can also be built as a module. If so, the module
52 will be called eeprom.
54 config SENSORS_PCF8574
55 tristate "Philips PCF8574 and PCF8574A"
56 depends on EXPERIMENTAL
59 If you say yes here you get support for Philips PCF8574 and
62 This driver can also be built as a module. If so, the module
63 will be called pcf8574.
65 These devices are hard to detect and rarely found on mainstream
66 hardware. If unsure, say N.
68 config SENSORS_PCA9539
69 tristate "Philips PCA9539 16-bit I/O port"
70 depends on EXPERIMENTAL
72 If you say yes here you get support for the Philips PCA9539
75 This driver can also be built as a module. If so, the module
76 will be called pca9539.
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.
92 tristate "Philips ISP1301 with OMAP OTG"
93 depends on ARCH_OMAP_OTG
95 If you say yes here you get support for the Philips ISP1301
96 USB-On-The-Go transceiver working with the OMAP OTG controller.
97 The ISP1301 is used in products including H2 and H3 development
98 boards for Texas Instruments OMAP processors.
100 This driver can also be built as a module. If so, the module
101 will be called isp1301_omap.
103 # NOTE: This isn't really OMAP-specific, except for the current
104 # interface location in <include/asm-arm/arch-omap/tps65010.h>
105 # and having mostly OMAP-specific board support
107 tristate "TPS6501x Power Management chips"
109 default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
111 If you say yes here you get support for the TPS6501x series of
112 Power Management chips. These include voltage regulators,
113 lithium ion/polymer battery charging, and other features that
114 are often used in portable devices like cell phones and cameras.
116 This driver can also be built as a module. If so, the module
117 will be called tps65010.
119 config SENSORS_M41T00
120 tristate "ST M41T00 RTC chip (DEPRECATED)"
123 If you say yes here you get support for the ST M41T00 RTC chip.
125 This driver can also be built as a module. If so, the module
126 will be called m41t00.
128 This driver is deprecated and will be dropped soon. Use
129 rtc-ds1307 or rtc-m41t80 instead.
131 config SENSORS_MAX6875
132 tristate "Maxim MAX6875 Power supply supervisor"
133 depends on EXPERIMENTAL
135 If you say yes here you get support for the Maxim MAX6875
136 EEPROM-programmable, quad power-supply sequencer/supervisor.
138 This provides an interface to program the EEPROM and reset the chip.
140 This driver also supports the Maxim MAX6874 hex power-supply
141 sequencer/supervisor if found at a compatible address.
143 This driver can also be built as a module. If so, the module
144 will be called max6875.
146 config SENSORS_TSL2550
147 tristate "Taos TSL2550 ambient light sensor"
148 depends on EXPERIMENTAL
150 If you say yes here you get support for the Taos TSL2550
151 ambient light sensor.
153 This driver can also be built as a module. If so, the module
154 will be called tsl2550.