]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/i2c/chips/Kconfig
usb: musb: fix bug in musbhsdma programming
[linux-2.6-omap-h63xx.git] / drivers / i2c / chips / Kconfig
1 #
2 # Miscellaneous I2C chip drivers configuration
3 #
4 # *** DEPRECATED! Do not add new entries! See Makefile ***
5 #
6
7 menu "Miscellaneous I2C Chip support"
8
9 config DS1682
10         tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
11         depends on EXPERIMENTAL
12         help
13           If you say yes here you get support for Dallas Semiconductor
14           DS1682 Total Elapsed Time Recorder.
15
16           This driver can also be built as a module.  If so, the module
17           will be called ds1682.
18
19 config AT24
20         tristate "EEPROMs from most vendors"
21         depends on SYSFS && EXPERIMENTAL
22         help
23           Enable this driver to get read/write support to most I2C EEPROMs,
24           after you configure the driver to know about each EEPROM on
25           your target board.  Use these generic chip names, instead of
26           vendor-specific ones like at24c64 or 24lc02:
27
28              24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08,
29              24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024
30
31           Unless you like data loss puzzles, always be sure that any chip
32           you configure as a 24c32 (32 kbit) or larger is NOT really a
33           24c16 (16 kbit) or smaller, and vice versa. Marking the chip
34           as read-only won't help recover from this. Also, if your chip
35           has any software write-protect mechanism you may want to review the
36           code to make sure this driver won't turn it on by accident.
37
38           If you use this with an SMBus adapter instead of an I2C adapter,
39           full functionality is not available.  Only smaller devices are
40           supported (24c16 and below, max 4 kByte).
41
42           This driver can also be built as a module.  If so, the module
43           will be called at24.
44
45 config SENSORS_EEPROM
46         tristate "EEPROM reader"
47         depends on EXPERIMENTAL
48         help
49           If you say yes here you get read-only access to the EEPROM data
50           available on modern memory DIMMs and Sony Vaio laptops.  Such
51           EEPROMs could theoretically be available on other devices as well.
52
53           This driver can also be built as a module.  If so, the module
54           will be called eeprom.
55
56 config SENSORS_PCF8574
57         tristate "Philips PCF8574 and PCF8574A (DEPRECATED)"
58         depends on EXPERIMENTAL && GPIO_PCF857X = "n"
59         default n
60         help
61           If you say yes here you get support for Philips PCF8574 and 
62           PCF8574A chips. These chips are 8-bit I/O expanders for the I2C bus.
63
64           This driver can also be built as a module.  If so, the module
65           will be called pcf8574.
66
67           This driver is deprecated and will be dropped soon. Use
68           drivers/gpio/pcf857x.c instead.
69
70           These devices are hard to detect and rarely found on mainstream
71           hardware.  If unsure, say N.
72
73 config PCF8575
74         tristate "Philips PCF8575 (DEPRECATED)"
75         default n
76         depends on GPIO_PCF857X = "n"
77         help
78           If you say yes here you get support for Philips PCF8575 chip.
79           This chip is a 16-bit I/O expander for the I2C bus.  Several other
80           chip manufacturers sell equivalent chips, e.g. Texas Instruments.
81
82           This driver can also be built as a module.  If so, the module
83           will be called pcf8575.
84
85           This driver is deprecated and will be dropped soon. Use
86           drivers/gpio/pcf857x.c instead.
87
88           This device is hard to detect and is rarely found on mainstream
89           hardware.  If unsure, say N.
90
91 config SENSORS_PCA9539
92         tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
93         depends on EXPERIMENTAL && GPIO_PCA953X = "n"
94         help
95           If you say yes here you get support for the Philips PCA9539
96           16-bit I/O port.
97
98           This driver can also be built as a module.  If so, the module
99           will be called pca9539.
100
101           This driver is deprecated and will be dropped soon. Use
102           drivers/gpio/pca953x.c instead.
103
104 config SENSORS_PCF8591
105         tristate "Philips PCF8591"
106         depends on EXPERIMENTAL
107         default n
108         help
109           If you say yes here you get support for Philips PCF8591 chips.
110
111           This driver can also be built as a module.  If so, the module
112           will be called pcf8591.
113
114           These devices are hard to detect and rarely found on mainstream
115           hardware.  If unsure, say N.
116
117 config TPS65010
118         tristate "TPS6501x Power Management chips"
119         depends on GPIOLIB
120         default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
121         help
122           If you say yes here you get support for the TPS6501x series of
123           Power Management chips.  These include voltage regulators,
124           lithium ion/polymer battery charging, and other features that
125           are often used in portable devices like cell phones and cameras.
126
127           This driver can also be built as a module.  If so, the module
128           will be called tps65010.
129
130 config TWL4030_MADC
131         tristate "TWL4030 MADC Driver"
132         depends on TWL4030_CORE
133         help
134           The TWL4030 Monitoring ADC driver enables the host
135           processor to monitor analog signals using analog-to-digital
136           conversions on the input source. TWL4030 MADC provides the
137           following features:
138            - Single 10-bit ADC with successive approximation register (SAR) conversion;
139            - Analog multiplexer for 16 inputs;
140            - Seven (of the 16) inputs are freely available;
141            - Battery voltage monitoring;
142            - Concurrent conversion request management;
143            - Interrupt signal to Primary Interrupt Handler;
144            - Averaging feature;
145            - Selective enable/disable of the averaging feature.
146
147           Say 'y' here to statically link this module into the kernel or 'm'
148           to build it as a dinamically loadable module. The module will be
149           called twl4030-madc.ko
150
151 config TWL4030_PWRBUTTON
152         tristate "TWL4030 Power button Driver"
153         depends on TWL4030_CORE
154
155 config TWL4030_POWEROFF
156         tristate "TWL4030 device poweroff"
157         depends on TWL4030_CORE
158
159 config SENSORS_MAX6875
160         tristate "Maxim MAX6875 Power supply supervisor"
161         depends on EXPERIMENTAL
162         help
163           If you say yes here you get support for the Maxim MAX6875
164           EEPROM-programmable, quad power-supply sequencer/supervisor.
165
166           This provides an interface to program the EEPROM and reset the chip.
167
168           This driver also supports the Maxim MAX6874 hex power-supply
169           sequencer/supervisor if found at a compatible address.
170
171           This driver can also be built as a module.  If so, the module
172           will be called max6875.
173
174 config SENSORS_TSL2550
175         tristate "Taos TSL2550 ambient light sensor"
176         depends on EXPERIMENTAL
177         help
178           If you say yes here you get support for the Taos TSL2550
179           ambient light sensor.
180
181           This driver can also be built as a module.  If so, the module
182           will be called tsl2550.
183
184 config SENSORS_TSL2563
185        tristate "Taos TSL2563 ambient light sensor"
186        depends on I2C && HWMON
187        help
188          If you say yes here you get support for the Taos TSL2563
189          ambient light sensor.
190
191          This driver can also be built as a module.  If so, the module
192          will be called tsl2563.
193
194 config LP5521
195         tristate "LP5521 LED driver chip"
196         depends on I2C
197         help
198           If you say yes here you get support for the National Semiconductor
199           LP5521 LED driver.
200
201 config MENELAUS
202         bool "TWL92330/Menelaus PM chip"
203         depends on I2C=y && ARCH_OMAP24XX
204         help
205           If you say yes here you get support for the Texas Instruments
206           TWL92330/Menelaus Power Management chip. This include voltage
207           regulators, Dual slot memory card tranceivers, real-time clock
208           and other features that are often used in portable devices like
209           cell phones and PDAs.
210
211 config MCU_MPC8349EMITX
212         tristate "MPC8349E-mITX MCU driver"
213         depends on I2C && PPC_83xx
214         select GENERIC_GPIO
215         select ARCH_REQUIRE_GPIOLIB
216         help
217           Say Y here to enable soft power-off functionality on the Freescale
218           boards with the MPC8349E-mITX-compatible MCU chips. This driver will
219           also register MCU GPIOs with the generic GPIO API, so you'll able
220           to use MCU pins as GPIOs.
221
222 endmenu