2 # Miscellaneous I2C chip drivers configuration
5 menu "Miscellaneous I2C Chip support"
9 tristate "Dallas Semiconductor DS1337 and DS1339 Real Time Clock"
10 depends on I2C && EXPERIMENTAL
12 If you say yes here you get support for Dallas Semiconductor
13 DS1337 and DS1339 real-time clock chips.
15 This driver can also be built as a module. If so, the module
16 will be called ds1337.
19 tristate "Maxim/Dallas Semiconductor DS1374 Real Time Clock"
20 depends on I2C && EXPERIMENTAL
22 If you say yes here you get support for Dallas Semiconductor
23 DS1374 real-time clock chips.
25 This driver can also be built as a module. If so, the module
26 will be called ds1374.
29 tristate "EEPROM reader"
30 depends on I2C && EXPERIMENTAL
32 If you say yes here you get read-only access to the EEPROM data
33 available on modern memory DIMMs and Sony Vaio laptops. Such
34 EEPROMs could theoretically be available on other devices as well.
36 This driver can also be built as a module. If so, the module
37 will be called eeprom.
39 config SENSORS_PCF8574
40 tristate "Philips PCF8574 and PCF8574A"
41 depends on I2C && EXPERIMENTAL
43 If you say yes here you get support for Philips PCF8574 and
46 This driver can also be built as a module. If so, the module
47 will be called pcf8574.
49 config SENSORS_PCA9539
50 tristate "Philips PCA9539 16-bit I/O port"
51 depends on I2C && EXPERIMENTAL
53 If you say yes here you get support for the Philips PCA9539
56 This driver can also be built as a module. If so, the module
57 will be called pca9539.
59 config SENSORS_PCF8591
60 tristate "Philips PCF8591"
61 depends on I2C && EXPERIMENTAL
63 If you say yes here you get support for Philips PCF8591 chips.
65 This driver can also be built as a module. If so, the module
66 will be called pcf8591.
69 tristate "Philips ISP1301 with OMAP OTG"
70 depends on I2C && ARCH_OMAP_OTG
72 If you say yes here you get support for the Philips ISP1301
73 USB-On-The-Go transceiver working with the OMAP OTG controller.
74 The ISP1301 is used in products including H2 and H3 development
75 boards for Texas Instruments OMAP processors.
77 This driver can also be built as a module. If so, the module
78 will be called isp1301_omap.
80 # NOTE: This isn't really OMAP-specific, except for the current
81 # interface location in <include/asm-arm/arch-omap/tps65010.h>
82 # and having mostly OMAP-specific board support
84 tristate "TPS6501x Power Management chips"
85 depends on I2C && ARCH_OMAP
86 default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
88 If you say yes here you get support for the TPS6501x series of
89 Power Management chips. These include voltage regulators,
90 lithium ion/polymer battery charging, and other features that
91 are often used in portable devices like cell phones and cameras.
93 This driver can also be built as a module. If so, the module
94 will be called tps65010.
97 tristate "ST M41T00 RTC chip"
98 depends on I2C && PPC32
100 If you say yes here you get support for the ST M41T00 RTC chip.
102 This driver can also be built as a module. If so, the module
103 will be called m41t00.
105 config SENSORS_MAX6875
106 tristate "Maxim MAX6875 Power supply supervisor"
107 depends on I2C && EXPERIMENTAL
109 If you say yes here you get support for the Maxim MAX6875
110 EEPROM-programmable, quad power-supply sequencer/supervisor.
112 This provides an interface to program the EEPROM and reset the chip.
114 This driver also supports the Maxim MAX6874 hex power-supply
115 sequencer/supervisor if found at a compatible address.
117 This driver can also be built as a module. If so, the module
118 will be called max6875.