]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/i2c/chips/Kconfig
h63xx: pca9535 support.
[linux-2.6-omap-h63xx.git] / drivers / i2c / chips / Kconfig
1 #
2 # Miscellaneous I2C chip drivers configuration
3 #
4
5 menu "Miscellaneous I2C Chip support"
6         depends on I2C
7
8 config SENSORS_DS1337
9         tristate "Dallas Semiconductor DS1337 and DS1339 Real Time Clock"
10         depends on I2C && EXPERIMENTAL
11         help
12           If you say yes here you get support for Dallas Semiconductor
13           DS1337 and DS1339 real-time clock chips.
14
15           This driver can also be built as a module.  If so, the module
16           will be called ds1337.
17
18 config SENSORS_DS1374
19         tristate "Maxim/Dallas Semiconductor DS1374 Real Time Clock"
20         depends on I2C && EXPERIMENTAL
21         help
22           If you say yes here you get support for Dallas Semiconductor
23           DS1374 real-time clock chips.
24
25           This driver can also be built as a module.  If so, the module
26           will be called ds1374.
27
28 config SENSORS_EEPROM
29         tristate "EEPROM reader"
30         depends on I2C && EXPERIMENTAL
31         help
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.
35
36           This driver can also be built as a module.  If so, the module
37           will be called eeprom.
38
39 config SENSORS_PCF8574
40         tristate "Philips PCF8574 and PCF8574A"
41         depends on I2C && EXPERIMENTAL
42         help
43           If you say yes here you get support for Philips PCF8574 and 
44           PCF8574A chips.
45
46           This driver can also be built as a module.  If so, the module
47           will be called pcf8574.
48
49 config PCA9535
50         tristate "Philips PCA9535 16-bit I/O port"
51         depends on I2C 
52         help
53           If you say yes here you get support for the Philips PCA9535
54           16-bit I/O port.
55         
56           This driver can also be built as a module.  If so, the module
57           will be called pca9535.
58
59 config SENSORS_PCA9539
60         tristate "Philips PCA9539 16-bit I/O port"
61         depends on I2C && EXPERIMENTAL
62         help
63           If you say yes here you get support for the Philips PCA9539
64           16-bit I/O port.
65
66           This driver can also be built as a module.  If so, the module
67           will be called pca9539.
68
69 config SENSORS_PCF8591
70         tristate "Philips PCF8591"
71         depends on I2C && EXPERIMENTAL
72         help
73           If you say yes here you get support for Philips PCF8591 chips.
74
75           This driver can also be built as a module.  If so, the module
76           will be called pcf8591.
77
78 config SENSORS_RTC8564
79         tristate "Epson 8564 RTC chip"
80         depends on I2C && EXPERIMENTAL
81         help
82           If you say yes here you get support for the Epson 8564 RTC chip.
83
84           This driver can also be built as a module.  If so, the module
85           will be called i2c-rtc8564.
86
87 config ISP1301_OMAP
88         tristate "Philips ISP1301 with OMAP OTG"
89         depends on I2C && ARCH_OMAP_OTG
90         help
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.
95           
96           This driver can also be built as a module.  If so, the module
97           will be called isp1301_omap.
98
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
102 config TPS65010
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
106         help
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.
111
112           This driver can also be built as a module.  If so, the module
113           will be called tps65010.
114
115 config SENSORS_TLV320AIC23
116         tristate "Texas Instruments TLV320AIC23 Codec"
117         depends on I2C && I2C_OMAP
118         help
119           If you say yes here you get support for the I2C control
120           interface for Texas Instruments TLV320AIC23 audio codec.
121
122 config GPIOEXPANDER_OMAP
123         bool "GPIO Expander PCF8574PWR for OMAP"
124         depends on I2C && (ARCH_OMAP16XX || ARCH_OMAP24XX)
125         help
126           If you say yes here you get support for I/O expander calls
127           to configure IrDA, Camera and audio devices.
128
129 config MENELAUS
130         bool "Menelaus PM chip"
131         depends on I2C=y && ARCH_OMAP24XX
132         help
133           Say yes here if you have Menelaus chip on your board
134
135 config SENSORS_M41T00
136         tristate "ST M41T00 RTC chip"
137         depends on I2C && PPC32
138         help
139           If you say yes here you get support for the ST M41T00 RTC chip.
140
141           This driver can also be built as a module.  If so, the module
142           will be called m41t00.
143
144 config SENSORS_MAX6875
145         tristate "Maxim MAX6875 Power supply supervisor"
146         depends on I2C && EXPERIMENTAL
147         help
148           If you say yes here you get support for the Maxim MAX6875
149           EEPROM-programmable, quad power-supply sequencer/supervisor.
150
151           This provides an interface to program the EEPROM and reset the chip.
152
153           This driver also supports the Maxim MAX6874 hex power-supply
154           sequencer/supervisor if found at a compatible address.
155
156           This driver can also be built as a module.  If so, the module
157           will be called max6875.
158
159 config RTC_X1205_I2C
160         tristate "Xicor X1205 RTC chip"
161         depends on I2C && EXPERIMENTAL
162         help
163           If you say yes here you get support for the Xicor X1205 RTC chip.
164
165           This driver can also be built as a module. If so, the module
166           will be called x1205.
167
168 endmenu