2 # Miscellaneous I2C chip drivers configuration
9 menu "Miscellaneous I2C Chip support"
13 tristate "Dallas Semiconductor DS1337 and DS1339 Real Time Clock"
14 depends on I2C && EXPERIMENTAL
17 If you say yes here you get support for Dallas Semiconductor
18 DS1337 and DS1339 real-time clock chips.
20 This driver can also be built as a module. If so, the module
21 will be called ds1337.
24 tristate "Maxim/Dallas Semiconductor DS1374 Real Time Clock"
25 depends on I2C && EXPERIMENTAL
28 If you say yes here you get support for Dallas Semiconductor
29 DS1374 real-time clock chips.
31 This driver can also be built as a module. If so, the module
32 will be called ds1374.
35 tristate "EEPROM reader"
36 depends on I2C && EXPERIMENTAL
39 If you say yes here you get read-only access to the EEPROM data
40 available on modern memory DIMMs and Sony Vaio laptops. Such
41 EEPROMs could theoretically be available on other devices as well.
43 This driver can also be built as a module. If so, the module
44 will be called eeprom.
46 config SENSORS_PCF8574
47 tristate "Philips PCF8574 and PCF8574A"
48 depends on I2C && EXPERIMENTAL
51 If you say yes here you get support for Philips PCF8574 and
54 This driver can also be built as a module. If so, the module
55 will be called pcf8574.
57 config SENSORS_PCA9539
58 tristate "Philips PCA9539 16-bit I/O port"
59 depends on I2C && EXPERIMENTAL
61 If you say yes here you get support for the Philips PCA9539
64 This driver can also be built as a module. If so, the module
65 will be called pca9539.
67 config SENSORS_PCF8591
68 tristate "Philips PCF8591"
69 depends on I2C && 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 config SENSORS_RTC8564
78 tristate "Epson 8564 RTC chip"
79 depends on I2C && EXPERIMENTAL
82 If you say yes here you get support for the Epson 8564 RTC chip.
84 This driver can also be built as a module. If so, the module
85 will be called i2c-rtc8564.
88 tristate "Philips ISP1301 with OMAP OTG"
89 depends on I2C && ARCH_OMAP_OTG
91 If you say yes here you get support for the Philips ISP1301
92 USB-On-The-Go transceiver working with the OMAP OTG controller.
93 The ISP1301 is used in products including H2 and H3 development
94 boards for Texas Instruments OMAP processors.
96 This driver can also be built as a module. If so, the module
97 will be called isp1301_omap.
99 # NOTE: This isn't really OMAP-specific, except for the current
100 # interface location in <include/asm-arm/arch-omap/tps65010.h>
101 # and having mostly OMAP-specific board support
103 tristate "TPS6501x Power Management chips"
104 depends on I2C && ARCH_OMAP
105 default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
107 If you say yes here you get support for the TPS6501x series of
108 Power Management chips. These include voltage regulators,
109 lithium ion/polymer battery charging, and other features that
110 are often used in portable devices like cell phones and cameras.
112 This driver can also be built as a module. If so, the module
113 will be called tps65010.
115 config SENSORS_M41T00
116 tristate "ST M41T00 RTC chip"
117 depends on I2C && PPC32
119 If you say yes here you get support for the ST M41T00 RTC chip.
121 This driver can also be built as a module. If so, the module
122 will be called m41t00.
124 config SENSORS_MAX6875
125 tristate "Maxim MAX6875 Power supply supervisor"
126 depends on I2C && EXPERIMENTAL
128 If you say yes here you get support for the Maxim MAX6875
129 EEPROM-programmable, quad power-supply sequencer/supervisor.
131 This provides an interface to program the EEPROM and reset the chip.
133 This driver also supports the Maxim MAX6874 hex power-supply
134 sequencer/supervisor if found at a compatible address.
136 This driver can also be built as a module. If so, the module
137 will be called max6875.