]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/i2c/chips/Kconfig
c78327770422359817d758b5dd3c96143a17795b
[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
7 config DS1682
8         tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
9         depends on EXPERIMENTAL
10         help
11           If you say yes here you get support for Dallas Semiconductor
12           DS1682 Total Elapsed Time Recorder.
13
14           This driver can also be built as a module.  If so, the module
15           will be called ds1682.
16
17 config SENSORS_EEPROM
18         tristate "EEPROM reader"
19         depends on EXPERIMENTAL
20         help
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.
24
25           This driver can also be built as a module.  If so, the module
26           will be called eeprom.
27
28 config SENSORS_PCF8574
29         tristate "Philips PCF8574 and PCF8574A"
30         depends on EXPERIMENTAL
31         default n
32         help
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.
35
36           This driver can also be built as a module.  If so, the module
37           will be called pcf8574.
38
39           These devices are hard to detect and rarely found on mainstream
40           hardware.  If unsure, say N.
41
42 config PCF8575
43         tristate "Philips PCF8575"
44         default n
45         help
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.
49
50           This driver can also be built as a module.  If so, the module
51           will be called pcf8575.
52
53           This device is hard to detect and is rarely found on mainstream
54           hardware.  If unsure, say N.
55
56 config SENSORS_PCA9539
57         tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
58         depends on EXPERIMENTAL && GPIO_PCA9539 = "n"
59         help
60           If you say yes here you get support for the Philips PCA9539
61           16-bit I/O port.
62
63           This driver can also be built as a module.  If so, the module
64           will be called pca9539.
65
66           This driver is deprecated and will be dropped soon. Use
67           drivers/gpio/pca9539.c instead.
68
69 config SENSORS_PCF8591
70         tristate "Philips PCF8591"
71         depends on EXPERIMENTAL
72         default n
73         help
74           If you say yes here you get support for Philips PCF8591 chips.
75
76           This driver can also be built as a module.  If so, the module
77           will be called pcf8591.
78
79           These devices are hard to detect and rarely found on mainstream
80           hardware.  If unsure, say N.
81
82 config ISP1301_OMAP
83         tristate "Philips ISP1301 with OMAP OTG"
84         depends on ARCH_OMAP_OTG
85         help
86           If you say yes here you get support for the Philips ISP1301
87           USB-On-The-Go transceiver working with the OMAP OTG controller.
88           The ISP1301 is used in products including H2 and H3 development
89           boards for Texas Instruments OMAP processors.
90           
91           This driver can also be built as a module.  If so, the module
92           will be called isp1301_omap.
93
94 config TPS65010
95         tristate "TPS6501x Power Management chips"
96         depends on HAVE_GPIO_LIB
97         default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
98         help
99           If you say yes here you get support for the TPS6501x series of
100           Power Management chips.  These include voltage regulators,
101           lithium ion/polymer battery charging, and other features that
102           are often used in portable devices like cell phones and cameras.
103
104           This driver can also be built as a module.  If so, the module
105           will be called tps65010.
106
107 config SENSORS_TLV320AIC23
108         tristate "Texas Instruments TLV320AIC23 Codec"
109         depends on I2C && I2C_OMAP
110         help
111           If you say yes here you get support for the I2C control
112           interface for Texas Instruments TLV320AIC23 audio codec.
113
114 config GPIOEXPANDER_OMAP
115         bool "GPIO Expander PCF8574PWR for OMAP"
116         depends on I2C && (ARCH_OMAP16XX || ARCH_OMAP24XX)
117         help
118           If you say yes here you get support for I/O expander calls
119           to configure IrDA, Camera and audio devices.
120
121 config TWL4030_CORE
122         bool "TI's TWL4030 companion chip Core Driver Support"
123         depends on I2C=y && (ARCH_OMAP24XX || ARCH_OMAP34XX)
124         help
125           Say yes here if you have TWL4030 chip on your board
126
127 config TWL4030_GPIO
128         bool "TWL4030 GPIO Driver"
129         depends on TWL4030_CORE
130
131 config TWL4030_MADC
132         tristate "TWL4030 MADC Driver"
133         depends on TWL4030_CORE
134         help
135           The TWL4030 Monitoring ADC driver enables the host
136           processor to monitor analog signals using analog-to-digital
137           conversions on the input source. TWL4030 MADC provides the
138           following features:
139            - Single 10-bit ADC with successive approximation register (SAR) conversion;
140            - Analog multiplexer for 16 inputs;
141            - Seven (of the 16) inputs are freely available;
142            - Battery voltage monitoring;
143            - Concurrent conversion request management;
144            - Interrupt signal to Primary Interrupt Handler;
145            - Averaging feature;
146            - Selective enable/disable of the averaging feature.
147
148           Say 'y' here to statically link this module into the kernel or 'm'
149           to build it as a dinamically loadable module. The module will be
150           called twl4030-madc.ko
151
152 config TWL4030_USB
153         bool "TWL4030 USB Transceiver Driver"
154         depends on TWL4030_CORE
155
156 choice
157         prompt "Transceiver mode"
158         depends on TWL4030_USB
159         help
160           TWL4030 USB transceiver can operate in various
161           mutually-exclusive modes. Select one of them.
162
163 config TWL4030_PWRBUTTON
164         bool "TWL4030 Power button Driver"
165         depends on TWL4030_CORE
166
167 config TWL4030_USB_HS_ULPI
168         depends on TWL4030_USB
169         bool "High-speed ULPI"
170         help
171           Say Y here if the TWL4030 is connected to high-speed USB
172           controller through a ULPI interface.
173
174 endchoice
175
176 config TWL4030_POWEROFF
177         bool "TWL4030 device poweroff"
178         depends on TWL4030_CORE
179
180 config SENSORS_MAX6875
181         tristate "Maxim MAX6875 Power supply supervisor"
182         depends on EXPERIMENTAL
183         help
184           If you say yes here you get support for the Maxim MAX6875
185           EEPROM-programmable, quad power-supply sequencer/supervisor.
186
187           This provides an interface to program the EEPROM and reset the chip.
188
189           This driver also supports the Maxim MAX6874 hex power-supply
190           sequencer/supervisor if found at a compatible address.
191
192           This driver can also be built as a module.  If so, the module
193           will be called max6875.
194
195 config SENSORS_TSL2550
196         tristate "Taos TSL2550 ambient light sensor"
197         depends on EXPERIMENTAL
198         help
199           If you say yes here you get support for the Taos TSL2550
200           ambient light sensor.
201
202           This driver can also be built as a module.  If so, the module
203           will be called tsl2550.
204
205 config SENSORS_TSL2563
206        tristate "Taos TSL2563 ambient light sensor"
207        depends on I2C && HWMON
208        help
209          If you say yes here you get support for the Taos TSL2563
210          ambient light sensor.
211
212          This driver can also be built as a module.  If so, the module
213          will be called tsl2563.
214
215 config MENELAUS
216         bool "TWL92330/Menelaus PM chip"
217         depends on I2C=y && ARCH_OMAP24XX
218         help
219           If you say yes here you get support for the Texas Instruments
220           TWL92330/Menelaus Power Management chip. This include voltage
221           regulators, Dual slot memory card tranceivers, real-time clock
222           and other features that are often used in portable devices like
223           cell phones and PDAs.
224
225 endmenu