linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / i2c / busses / Kconfig
1 #
2 # Sensor device configuration
3 #
4
5 menu "I2C Hardware Bus support"
6         depends on I2C
7
8 config I2C_ALI1535
9         tristate "ALI 1535"
10         depends on I2C && PCI
11         help
12           If you say yes to this option, support will be included for the SMB
13           Host controller on Acer Labs Inc. (ALI) M1535 South Bridges.  The SMB
14           controller is part of the 7101 device, which is an ACPI-compliant
15           Power Management Unit (PMU).
16
17           This driver can also be built as a module.  If so, the module
18           will be called i2c-ali1535.
19
20 config I2C_ALI1563
21         tristate "ALI 1563"
22         depends on I2C && PCI && EXPERIMENTAL
23         help
24           If you say yes to this option, support will be included for the SMB
25           Host controller on Acer Labs Inc. (ALI) M1563 South Bridges.  The SMB
26           controller is part of the 7101 device, which is an ACPI-compliant
27           Power Management Unit (PMU).
28
29           This driver can also be built as a module.  If so, the module
30           will be called i2c-ali1563.
31
32 config I2C_ALI15X3
33         tristate "ALI 15x3"
34         depends on I2C && PCI
35         help
36           If you say yes to this option, support will be included for the
37           Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces.
38
39           This driver can also be built as a module.  If so, the module
40           will be called i2c-ali15x3.
41
42 config I2C_AMD756
43         tristate "AMD 756/766/768/8111 and nVidia nForce"
44         depends on I2C && PCI
45         help
46           If you say yes to this option, support will be included for the AMD
47           756/766/768 mainboard I2C interfaces.  The driver also includes
48           support for the first (SMBus 1.0) I2C interface of the AMD 8111 and
49           the nVidia nForce I2C interface.
50
51           This driver can also be built as a module.  If so, the module
52           will be called i2c-amd756.
53
54 config I2C_AMD756_S4882
55         tristate "SMBus multiplexing on the Tyan S4882"
56         depends on I2C_AMD756 && EXPERIMENTAL
57         help
58           Enabling this option will add specific SMBus support for the Tyan
59           S4882 motherboard.  On this 4-CPU board, the SMBus is multiplexed
60           over 8 different channels, where the various memory module EEPROMs
61           and temperature sensors live.  Saying yes here will give you access
62           to these in addition to the trunk.
63
64           This driver can also be built as a module.  If so, the module
65           will be called i2c-amd756-s4882.
66
67 config I2C_AMD8111
68         tristate "AMD 8111"
69         depends on I2C && PCI
70         help
71           If you say yes to this option, support will be included for the
72           second (SMBus 2.0) AMD 8111 mainboard I2C interface.
73
74           This driver can also be built as a module.  If so, the module
75           will be called i2c-amd8111.
76
77 config I2C_AU1550
78         tristate "Au1550 SMBus interface"
79         depends on I2C && SOC_AU1550
80         help
81           If you say yes to this option, support will be included for the
82           Au1550 SMBus interface.
83
84           This driver can also be built as a module.  If so, the module
85           will be called i2c-au1550.
86
87 config I2C_ELEKTOR
88         tristate "Elektor ISA card"
89         depends on I2C && ISA && BROKEN_ON_SMP
90         select I2C_ALGOPCF
91         help
92           This supports the PCF8584 ISA bus I2C adapter.  Say Y if you own
93           such an adapter.
94
95           This support is also available as a module.  If so, the module 
96           will be called i2c-elektor.
97
98 config I2C_HYDRA
99         tristate "CHRP Apple Hydra Mac I/O I2C interface"
100         depends on I2C && PCI && PPC_CHRP && EXPERIMENTAL
101         select I2C_ALGOBIT
102         help
103           This supports the use of the I2C interface in the Apple Hydra Mac
104           I/O chip on some CHRP machines (e.g. the LongTrail).  Say Y if you
105           have such a machine.
106
107           This support is also available as a module.  If so, the module
108           will be called i2c-hydra.
109
110 config I2C_I801
111         tristate "Intel 82801 (ICH)"
112         depends on I2C && PCI
113         help
114           If you say yes to this option, support will be included for the Intel
115           801 family of mainboard I2C interfaces.  Specifically, the following
116           versions of the chipset are supported:
117             82801AA
118             82801AB
119             82801BA
120             82801CA/CAM
121             82801DB
122             82801EB/ER (ICH5/ICH5R)
123             6300ESB
124             ICH6
125             ICH7
126             ESB2
127             ICH8
128             ICH9
129
130           This driver can also be built as a module.  If so, the module
131           will be called i2c-i801.
132
133 config I2C_I810
134         tristate "Intel 810/815"
135         depends on I2C && PCI
136         select I2C_ALGOBIT
137         help
138           If you say yes to this option, support will be included for the Intel
139           810/815 family of mainboard I2C interfaces.  Specifically, the 
140           following versions of the chipset are supported:
141             i810AA
142             i810AB
143             i810E
144             i815
145             i845G
146
147           This driver can also be built as a module.  If so, the module
148           will be called i2c-i810.
149
150 config I2C_PXA
151         tristate "Intel PXA2XX I2C adapter (EXPERIMENTAL)"
152         depends on I2C && EXPERIMENTAL && ARCH_PXA
153         help
154           If you have devices in the PXA I2C bus, say yes to this option.
155           This driver can also be built as a module.  If so, the module
156           will be called i2c-pxa.
157
158 config I2C_PXA_SLAVE
159         bool "Intel PXA2XX I2C Slave comms support"
160         depends on I2C_PXA
161         help
162           Support I2C slave mode communications on the PXA I2C bus.  This
163           is necessary for systems where the PXA may be a target on the
164           I2C bus.
165
166 config I2C_PIIX4
167         tristate "Intel PIIX4"
168         depends on I2C && PCI
169         help
170           If you say yes to this option, support will be included for the Intel
171           PIIX4 family of mainboard I2C interfaces.  Specifically, the following
172           versions of the chipset are supported:
173             Intel PIIX4
174             Intel 440MX
175             Serverworks OSB4
176             Serverworks CSB5
177             Serverworks CSB6
178             SMSC Victory66
179
180           This driver can also be built as a module.  If so, the module
181           will be called i2c-piix4.
182
183 config I2C_IBM_IIC
184         tristate "IBM PPC 4xx on-chip I2C interface"
185         depends on IBM_OCP && I2C
186         help
187           Say Y here if you want to use IIC peripheral found on 
188           embedded IBM PPC 4xx based systems. 
189
190           This driver can also be built as a module.  If so, the module
191           will be called i2c-ibm_iic.
192
193 config I2C_IOP3XX
194         tristate "Intel IOP3xx and IXP4xx on-chip I2C interface"
195         depends on (ARCH_IOP3XX || ARCH_IXP4XX) && I2C
196         help
197           Say Y here if you want to use the IIC bus controller on
198           the Intel IOP3xx I/O Processors or IXP4xx Network Processors.
199
200           This driver can also be built as a module.  If so, the module
201           will be called i2c-iop3xx.
202
203 config I2C_ISA
204         tristate
205         depends on I2C
206
207 config I2C_ITE
208         tristate "ITE I2C Adapter"
209         depends on I2C && MIPS_ITE8172
210         select I2C_ALGOITE
211         help
212           This supports the ITE8172 I2C peripheral found on some MIPS
213           systems. Say Y if you have one of these. You should also say Y for
214           the ITE I2C driver algorithm support above.
215
216           This support is also available as a module.  If so, the module 
217           will be called i2c-ite.
218
219 config I2C_IXP4XX
220         tristate "IXP4xx GPIO-Based I2C Interface"
221         depends on I2C && ARCH_IXP4XX
222         select I2C_ALGOBIT
223         help
224           Say Y here if you have an Intel IXP4xx(420,421,422,425) based 
225           system and are using GPIO lines for an I2C bus.
226
227           This support is also available as a module. If so, the module
228           will be called i2c-ixp4xx.
229
230 config I2C_IXP2000
231         tristate "IXP2000 GPIO-Based I2C Interface"
232         depends on I2C && ARCH_IXP2000
233         select I2C_ALGOBIT
234         help
235           Say Y here if you have an Intel IXP2000(2400, 2800, 2850) based 
236           system and are using GPIO lines for an I2C bus.
237
238           This support is also available as a module. If so, the module
239           will be called i2c-ixp2000.
240
241 config I2C_POWERMAC
242         tristate "Powermac I2C interface"
243         depends on I2C && PPC_PMAC
244         default y
245         help
246           This exposes the various PowerMac i2c interfaces to the linux i2c
247           layer and to userland. It is used by various drivers on the powemac
248           platform, thus should generally be enabled.
249
250           This support is also available as a module.  If so, the module
251           will be called i2c-powermac.
252
253 config I2C_MPC
254         tristate "MPC107/824x/85xx/52xx"
255         depends on I2C && PPC32
256         help
257           If you say yes to this option, support will be included for the
258           built-in I2C interface on the MPC107/Tsi107/MPC8240/MPC8245 and
259           MPC85xx family processors. The driver may also work on 52xx
260           family processors, though interrupts are known not to work.
261
262           This driver can also be built as a module.  If so, the module
263           will be called i2c-mpc.
264
265 config I2C_NFORCE2
266         tristate "Nvidia nForce2, nForce3 and nForce4"
267         depends on I2C && PCI
268         help
269           If you say yes to this option, support will be included for the Nvidia
270           nForce2, nForce3 and nForce4 families of mainboard I2C interfaces.
271
272           This driver can also be built as a module.  If so, the module
273           will be called i2c-nforce2.
274
275 config I2C_PARPORT
276         tristate "Parallel port adapter"
277         depends on I2C && PARPORT
278         select I2C_ALGOBIT
279         help
280           This supports parallel port I2C adapters such as the ones made by
281           Philips or Velleman, Analog Devices evaluation boards, and more.
282           Basically any adapter using the parallel port as an I2C bus with
283           no extra chipset is supported by this driver, or could be.
284
285           This driver is a replacement for (and was inspired by) an older
286           driver named i2c-philips-par.  The new driver supports more devices,
287           and makes it easier to add support for new devices.
288           
289           Another driver exists, named i2c-parport-light, which doesn't depend
290           on the parport driver.  This is meant for embedded systems. Don't say
291           Y here if you intend to say Y or M there.
292
293           This support is also available as a module.  If so, the module 
294           will be called i2c-parport.
295
296 config I2C_PARPORT_LIGHT
297         tristate "Parallel port adapter (light)"
298         depends on I2C
299         select I2C_ALGOBIT
300         help
301           This supports parallel port I2C adapters such as the ones made by
302           Philips or Velleman, Analog Devices evaluation boards, and more.
303           Basically any adapter using the parallel port as an I2C bus with
304           no extra chipset is supported by this driver, or could be.
305
306           This driver is a light version of i2c-parport.  It doesn't depend
307           on the parport driver, and uses direct I/O access instead.  This
308           might be prefered on embedded systems where wasting memory for
309           the clean but heavy parport handling is not an option.  The
310           drawback is a reduced portability and the impossibility to
311           dasiy-chain other parallel port devices.
312           
313           Don't say Y here if you said Y or M to i2c-parport.  Saying M to
314           both is possible but both modules should not be loaded at the same
315           time.
316
317           This support is also available as a module.  If so, the module 
318           will be called i2c-parport-light.
319
320 config I2C_PROSAVAGE
321         tristate "S3/VIA (Pro)Savage"
322         depends on I2C && PCI
323         select I2C_ALGOBIT
324         help
325           If you say yes to this option, support will be included for the
326           I2C bus and DDC bus of the S3VIA embedded Savage4 and ProSavage8
327           graphics processors.
328           chipsets supported:
329             S3/VIA KM266/VT8375 aka ProSavage8
330             S3/VIA KM133/VT8365 aka Savage4
331
332           This support is also available as a module.  If so, the module 
333           will be called i2c-prosavage.
334
335 config I2C_RPXLITE
336         tristate "Embedded Planet RPX Lite/Classic support"
337         depends on (RPXLITE || RPXCLASSIC) && I2C
338         select I2C_ALGO8XX
339
340 config I2C_S3C2410
341         tristate "S3C2410 I2C Driver"
342         depends on I2C && ARCH_S3C2410
343         help
344           Say Y here to include support for I2C controller in the
345           Samsung S3C2410 based System-on-Chip devices.
346
347 config I2C_SAVAGE4
348         tristate "S3 Savage 4"
349         depends on I2C && PCI && EXPERIMENTAL
350         select I2C_ALGOBIT
351         help
352           If you say yes to this option, support will be included for the 
353           S3 Savage 4 I2C interface.
354
355           This driver can also be built as a module.  If so, the module
356           will be called i2c-savage4.
357
358 config I2C_SIBYTE
359         tristate "SiByte SMBus interface"
360         depends on SIBYTE_SB1xxx_SOC && I2C
361         help
362           Supports the SiByte SOC on-chip I2C interfaces (2 channels).
363
364 config SCx200_I2C
365         tristate "NatSemi SCx200 I2C using GPIO pins"
366         depends on SCx200_GPIO && I2C
367         select I2C_ALGOBIT
368         help
369           Enable the use of two GPIO pins of a SCx200 processor as an I2C bus.
370
371           If you don't know what to do here, say N.
372
373           This support is also available as a module.  If so, the module 
374           will be called scx200_i2c.
375
376 config SCx200_I2C_SCL
377         int "GPIO pin used for SCL"
378         depends on SCx200_I2C
379         default "12"
380         help
381           Enter the GPIO pin number used for the SCL signal.  This value can
382           also be specified with a module parameter.
383
384 config SCx200_I2C_SDA
385         int "GPIO pin used for SDA"
386         depends on SCx200_I2C
387         default "13"
388         help
389           Enter the GPIO pin number used for the SSA signal.  This value can
390           also be specified with a module parameter.
391
392 config SCx200_ACB
393         tristate "NatSemi SCx200 ACCESS.bus"
394         depends on I2C && PCI
395         help
396           Enable the use of the ACCESS.bus controllers of a SCx200 processor.
397
398           If you don't know what to do here, say N.
399
400           This support is also available as a module.  If so, the module 
401           will be called scx200_acb.
402
403 config I2C_SIS5595
404         tristate "SiS 5595"
405         depends on I2C && PCI
406         help
407           If you say yes to this option, support will be included for the 
408           SiS5595 SMBus (a subset of I2C) interface.
409
410           This driver can also be built as a module.  If so, the module
411           will be called i2c-sis5595.
412
413 config I2C_SIS630
414         tristate "SiS 630/730"
415         depends on I2C && PCI
416         help
417           If you say yes to this option, support will be included for the 
418           SiS630 and SiS730 SMBus (a subset of I2C) interface.
419
420           This driver can also be built as a module.  If so, the module
421           will be called i2c-sis630.
422
423 config I2C_SIS96X
424         tristate "SiS 96x"
425         depends on I2C && PCI
426         help
427           If you say yes to this option, support will be included for the SiS
428           96x SMBus (a subset of I2C) interfaces.  Specifically, the following
429           chipsets are supported:
430             645/961
431             645DX/961
432             645DX/962
433             648/961
434             650/961
435             735
436             745
437
438           This driver can also be built as a module.  If so, the module
439           will be called i2c-sis96x.
440
441 config I2C_STUB
442         tristate "I2C/SMBus Test Stub"
443         depends on I2C && EXPERIMENTAL && 'm'
444         default 'n'
445         help
446           This module may be useful to developers of SMBus client drivers,
447           especially for certain kinds of sensor chips.
448
449           If you do build this module, be sure to read the notes and warnings
450           in <file:Documentation/i2c/i2c-stub>.
451
452           If you don't know what to do here, definitely say N.
453
454 config I2C_VIA
455         tristate "VIA 82C586B"
456         depends on I2C && PCI && EXPERIMENTAL
457         select I2C_ALGOBIT
458         help
459           If you say yes to this option, support will be included for the VIA
460           82C586B I2C interface
461
462           This driver can also be built as a module.  If so, the module
463           will be called i2c-via.
464
465 config I2C_VIAPRO
466         tristate "VIA 82C596/82C686/82xx"
467         depends on I2C && PCI
468         help
469           If you say yes to this option, support will be included for the VIA
470           82C596/82C686/82xx I2C interfaces.  Specifically, the following
471           chipsets are supported:
472             VT82C596A/B
473             VT82C686A/B
474             VT8231
475             VT8233/A
476             VT8235
477             VT8237R/A
478             VT8251
479
480           This driver can also be built as a module.  If so, the module
481           will be called i2c-viapro.
482
483 config I2C_VOODOO3
484         tristate "Voodoo 3"
485         depends on I2C && PCI
486         select I2C_ALGOBIT
487         help
488           If you say yes to this option, support will be included for the
489           Voodoo 3 I2C interface.
490
491           This driver can also be built as a module.  If so, the module
492           will be called i2c-voodoo3.
493
494 config I2C_PCA_ISA
495         tristate "PCA9564 on an ISA bus"
496         depends on I2C
497         select I2C_ALGOPCA
498         help
499           This driver supports ISA boards using the Philips PCA 9564
500           Parallel bus to I2C bus controller
501           
502           This driver can also be built as a module.  If so, the module
503           will be called i2c-pca-isa.
504
505 config I2C_MV64XXX
506         tristate "Marvell mv64xxx I2C Controller"
507         depends on I2C && MV64X60 && EXPERIMENTAL
508         help
509           If you say yes to this option, support will be included for the
510           built-in I2C interface on the Marvell 64xxx line of host bridges.
511
512           This driver can also be built as a module.  If so, the module
513           will be called i2c-mv64xxx.
514
515 endmenu