blob: 00d76e13588f28455eb9cd8c37157de6da8cca9e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Sensor device configuration
3#
4
5menu "I2C Hardware Bus support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
7config I2C_ALI1535
8 tristate "ALI 1535"
Jan Engelhardt16538e62007-05-01 23:26:34 +02009 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 help
11 If you say yes to this option, support will be included for the SMB
12 Host controller on Acer Labs Inc. (ALI) M1535 South Bridges. The SMB
13 controller is part of the 7101 device, which is an ACPI-compliant
14 Power Management Unit (PMU).
15
16 This driver can also be built as a module. If so, the module
17 will be called i2c-ali1535.
18
19config I2C_ALI1563
20 tristate "ALI 1563"
Jan Engelhardt16538e62007-05-01 23:26:34 +020021 depends on PCI && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 help
23 If you say yes to this option, support will be included for the SMB
24 Host controller on Acer Labs Inc. (ALI) M1563 South Bridges. The SMB
25 controller is part of the 7101 device, which is an ACPI-compliant
26 Power Management Unit (PMU).
27
28 This driver can also be built as a module. If so, the module
29 will be called i2c-ali1563.
30
31config I2C_ALI15X3
32 tristate "ALI 15x3"
Jan Engelhardt16538e62007-05-01 23:26:34 +020033 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070034 help
35 If you say yes to this option, support will be included for the
36 Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces.
37
38 This driver can also be built as a module. If so, the module
39 will be called i2c-ali15x3.
40
41config I2C_AMD756
42 tristate "AMD 756/766/768/8111 and nVidia nForce"
Jan Engelhardt16538e62007-05-01 23:26:34 +020043 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070044 help
45 If you say yes to this option, support will be included for the AMD
46 756/766/768 mainboard I2C interfaces. The driver also includes
47 support for the first (SMBus 1.0) I2C interface of the AMD 8111 and
48 the nVidia nForce I2C interface.
49
50 This driver can also be built as a module. If so, the module
51 will be called i2c-amd756.
52
53config I2C_AMD756_S4882
54 tristate "SMBus multiplexing on the Tyan S4882"
55 depends on I2C_AMD756 && EXPERIMENTAL
56 help
57 Enabling this option will add specific SMBus support for the Tyan
58 S4882 motherboard. On this 4-CPU board, the SMBus is multiplexed
59 over 8 different channels, where the various memory module EEPROMs
60 and temperature sensors live. Saying yes here will give you access
61 to these in addition to the trunk.
62
63 This driver can also be built as a module. If so, the module
64 will be called i2c-amd756-s4882.
65
66config I2C_AMD8111
67 tristate "AMD 8111"
Jan Engelhardt16538e62007-05-01 23:26:34 +020068 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070069 help
70 If you say yes to this option, support will be included for the
71 second (SMBus 2.0) AMD 8111 mainboard I2C interface.
72
73 This driver can also be built as a module. If so, the module
74 will be called i2c-amd8111.
75
Andrew Victor813e30e2006-12-10 21:21:30 +010076config I2C_AT91
77 tristate "Atmel AT91 I2C Two-Wire interface (TWI)"
David Brownell24d0fb42007-10-13 23:56:32 +020078 depends on ARCH_AT91 && EXPERIMENTAL && BROKEN
Andrew Victor813e30e2006-12-10 21:21:30 +010079 help
80 This supports the use of the I2C interface on Atmel AT91
81 processors.
82
David Brownell24d0fb42007-10-13 23:56:32 +020083 This driver is BROKEN because the controller which it uses
84 will easily trigger RX overrun and TX underrun errors. Using
85 low I2C clock rates may partially work around those issues
86 on some systems. Another serious problem is that there is no
87 documented way to issue repeated START conditions, as needed
88 to support combined I2C messages. Use the i2c-gpio driver
89 unless your system can cope with those limitations.
90
Linus Torvalds1da177e2005-04-16 15:20:36 -070091config I2C_AU1550
Domen Puncera294de42006-08-13 23:37:13 +020092 tristate "Au1550/Au1200 SMBus interface"
Jan Engelhardt16538e62007-05-01 23:26:34 +020093 depends on SOC_AU1550 || SOC_AU1200
Linus Torvalds1da177e2005-04-16 15:20:36 -070094 help
95 If you say yes to this option, support will be included for the
Domen Puncera294de42006-08-13 23:37:13 +020096 Au1550 and Au1200 SMBus interface.
Linus Torvalds1da177e2005-04-16 15:20:36 -070097
98 This driver can also be built as a module. If so, the module
99 will be called i2c-au1550.
100
Bryan Wud24ecfc2007-05-01 23:26:32 +0200101config I2C_BLACKFIN_TWI
102 tristate "Blackfin TWI I2C support"
Bryan Wud4ce2202008-04-22 22:16:48 +0200103 depends on BLACKFIN
Bryan Wud24ecfc2007-05-01 23:26:32 +0200104 help
Bryan Wud4ce2202008-04-22 22:16:48 +0200105 This is the TWI I2C device driver for Blackfin BF522, BF525,
106 BF527, BF534, BF536, BF537 and BF54x. For other Blackfin processors,
107 please don't use this driver.
108
Bryan Wud24ecfc2007-05-01 23:26:32 +0200109 This driver can also be built as a module. If so, the module
110 will be called i2c-bfin-twi.
111
112config I2C_BLACKFIN_TWI_CLK_KHZ
113 int "Blackfin TWI I2C clock (kHz)"
114 depends on I2C_BLACKFIN_TWI
115 range 10 400
116 default 50
117 help
118 The unit of the TWI clock is kHz.
119
Vladimir Barinov95a7f102007-10-13 23:56:30 +0200120config I2C_DAVINCI
121 tristate "DaVinci I2C driver"
122 depends on ARCH_DAVINCI
123 help
124 Support for TI DaVinci I2C controller driver.
125
126 This driver can also be built as a module. If so, the module
127 will be called i2c-davinci.
128
129 Please note that this driver might be needed to bring up other
130 devices such as DaVinci NIC.
131 For details please see http://www.ti.com/davinci
132
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133config I2C_ELEKTOR
134 tristate "Elektor ISA card"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200135 depends on ISA && BROKEN_ON_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 select I2C_ALGOPCF
137 help
138 This supports the PCF8584 ISA bus I2C adapter. Say Y if you own
139 such an adapter.
140
Wolfram Sang4c03f682008-04-22 22:16:47 +0200141 This support is also available as a module. If so, the module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142 will be called i2c-elektor.
143
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +0200144config I2C_GPIO
145 tristate "GPIO-based bitbanging I2C"
146 depends on GENERIC_GPIO
147 select I2C_ALGOBIT
148 help
149 This is a very simple bitbanging I2C driver utilizing the
150 arch-neutral GPIO API to control the SCL and SDA lines.
151
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152config I2C_HYDRA
153 tristate "CHRP Apple Hydra Mac I/O I2C interface"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200154 depends on PCI && PPC_CHRP && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155 select I2C_ALGOBIT
156 help
157 This supports the use of the I2C interface in the Apple Hydra Mac
158 I/O chip on some CHRP machines (e.g. the LongTrail). Say Y if you
159 have such a machine.
160
161 This support is also available as a module. If so, the module
162 will be called i2c-hydra.
163
164config I2C_I801
165 tristate "Intel 82801 (ICH)"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200166 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167 help
168 If you say yes to this option, support will be included for the Intel
169 801 family of mainboard I2C interfaces. Specifically, the following
170 versions of the chipset are supported:
171 82801AA
172 82801AB
173 82801BA
174 82801CA/CAM
175 82801DB
176 82801EB/ER (ICH5/ICH5R)
177 6300ESB
178 ICH6
179 ICH7
Jason Gastonb0a70b52005-04-16 15:24:45 -0700180 ESB2
Jason Gaston8254fc42006-01-09 10:58:08 -0800181 ICH8
Jason Gastonadbc2a12006-11-22 15:19:12 -0800182 ICH9
Gaston, Jason Dd28dc712008-02-24 20:03:42 +0100183 Tolapai
184 ICH10
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185
186 This driver can also be built as a module. If so, the module
187 will be called i2c-i801.
188
189config I2C_I810
Jean Delvare0f79b722008-01-27 18:14:47 +0100190 tristate "Intel 810/815 (DEPRECATED)"
191 default n
Jan Engelhardt16538e62007-05-01 23:26:34 +0200192 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193 select I2C_ALGOBIT
194 help
195 If you say yes to this option, support will be included for the Intel
Wolfram Sang4c03f682008-04-22 22:16:47 +0200196 810/815 family of mainboard I2C interfaces. Specifically, the
Jean Delvare142078f2005-10-26 21:21:50 +0200197 following versions of the chipset are supported:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198 i810AA
199 i810AB
200 i810E
201 i815
Jean Delvare142078f2005-10-26 21:21:50 +0200202 i845G
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203
Jean Delvare0f79b722008-01-27 18:14:47 +0100204 This driver is deprecated in favor of the i810fb and intelfb drivers.
205
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206 This driver can also be built as a module. If so, the module
207 will be called i2c-i810.
208
Russell Kingb652b432005-06-15 12:38:14 +0100209config I2C_PXA
210 tristate "Intel PXA2XX I2C adapter (EXPERIMENTAL)"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200211 depends on EXPERIMENTAL && ARCH_PXA
Russell Kingb652b432005-06-15 12:38:14 +0100212 help
213 If you have devices in the PXA I2C bus, say yes to this option.
214 This driver can also be built as a module. If so, the module
215 will be called i2c-pxa.
216
217config I2C_PXA_SLAVE
218 bool "Intel PXA2XX I2C Slave comms support"
219 depends on I2C_PXA
220 help
221 Support I2C slave mode communications on the PXA I2C bus. This
222 is necessary for systems where the PXA may be a target on the
223 I2C bus.
224
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225config I2C_PIIX4
Rudolf Marek02e0c5d2006-03-23 16:48:09 +0100226 tristate "Intel PIIX4 and compatible (ATI/Serverworks/Broadcom/SMSC)"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200227 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 help
229 If you say yes to this option, support will be included for the Intel
230 PIIX4 family of mainboard I2C interfaces. Specifically, the following
Martin Devera5f7ea3c2006-02-27 23:11:45 +0100231 versions of the chipset are supported (note that Serverworks is part
232 of Broadcom):
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233 Intel PIIX4
234 Intel 440MX
Rudolf Marek02e0c5d2006-03-23 16:48:09 +0100235 ATI IXP200
236 ATI IXP300
237 ATI IXP400
Jean Delvare4e6697f2007-02-13 22:08:59 +0100238 ATI SB600
Henry Suc29c2222007-07-12 14:12:29 +0200239 ATI SB700
Shane Huang60693e52007-08-30 23:56:38 -0700240 ATI SB800
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241 Serverworks OSB4
242 Serverworks CSB5
243 Serverworks CSB6
Martin Devera5f7ea3c2006-02-27 23:11:45 +0100244 Serverworks HT-1000
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245 SMSC Victory66
246
247 This driver can also be built as a module. If so, the module
248 will be called i2c-piix4.
249
250config I2C_IBM_IIC
251 tristate "IBM PPC 4xx on-chip I2C interface"
Sean MacLennan838349b2008-04-22 22:16:47 +0200252 depends on 4xx
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253 help
Wolfram Sang4c03f682008-04-22 22:16:47 +0200254 Say Y here if you want to use IIC peripheral found on
255 embedded IBM PPC 4xx based systems.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256
257 This driver can also be built as a module. If so, the module
258 will be called i2c-ibm_iic.
259
260config I2C_IOP3XX
Dan Williams285f5fa2006-12-07 02:59:39 +0100261 tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200262 depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263 help
264 Say Y here if you want to use the IIC bus controller on
Dan Williams285f5fa2006-12-07 02:59:39 +0100265 the Intel IOPx3xx I/O Processors or IXP4xx Network Processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266
267 This driver can also be built as a module. If so, the module
268 will be called i2c-iop3xx.
269
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270config I2C_IXP2000
Jean Delvare11de70b2007-05-01 23:26:34 +0200271 tristate "IXP2000 GPIO-Based I2C Interface (DEPRECATED)"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200272 depends on ARCH_IXP2000
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273 select I2C_ALGOBIT
274 help
Wolfram Sang4c03f682008-04-22 22:16:47 +0200275 Say Y here if you have an Intel IXP2000 (2400, 2800, 2850) based
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276 system and are using GPIO lines for an I2C bus.
277
278 This support is also available as a module. If so, the module
279 will be called i2c-ixp2000.
280
Jean Delvare11de70b2007-05-01 23:26:34 +0200281 This driver is deprecated and will be dropped soon. Use i2c-gpio
282 instead.
283
Benjamin Herrenschmidta28d3af2006-01-07 11:35:26 +1100284config I2C_POWERMAC
285 tristate "Powermac I2C interface"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200286 depends on PPC_PMAC
Benjamin Herrenschmidta28d3af2006-01-07 11:35:26 +1100287 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288 help
Benjamin Herrenschmidta28d3af2006-01-07 11:35:26 +1100289 This exposes the various PowerMac i2c interfaces to the linux i2c
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200290 layer and to userland. It is used by various drivers on the PowerMac
291 platform, and should generally be enabled.
Benjamin Herrenschmidt0365ba72005-09-22 21:44:06 -0700292
293 This support is also available as a module. If so, the module
Benjamin Herrenschmidta28d3af2006-01-07 11:35:26 +1100294 will be called i2c-powermac.
Benjamin Herrenschmidt0365ba72005-09-22 21:44:06 -0700295
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296config I2C_MPC
Jon Loeliger2097c7f2006-06-17 17:52:54 -0500297 tristate "MPC107/824x/85xx/52xx/86xx"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200298 depends on PPC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299 help
300 If you say yes to this option, support will be included for the
301 built-in I2C interface on the MPC107/Tsi107/MPC8240/MPC8245 and
Jon Loeliger2097c7f2006-06-17 17:52:54 -0500302 MPC85xx/MPC8641 family processors. The driver may also work on 52xx
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303 family processors, though interrupts are known not to work.
304
305 This driver can also be built as a module. If so, the module
306 will be called i2c-mpc.
307
308config I2C_NFORCE2
R.Marek@sh.cvut.cz5d740fe2005-05-28 11:26:24 +0000309 tristate "Nvidia nForce2, nForce3 and nForce4"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200310 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311 help
312 If you say yes to this option, support will be included for the Nvidia
R.Marek@sh.cvut.cz5d740fe2005-05-28 11:26:24 +0000313 nForce2, nForce3 and nForce4 families of mainboard I2C interfaces.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314
315 This driver can also be built as a module. If so, the module
316 will be called i2c-nforce2.
317
Jean Delvare279e9022008-07-14 22:38:21 +0200318config I2C_NFORCE2_S4985
319 tristate "SMBus multiplexing on the Tyan S4985"
320 depends on I2C_NFORCE2 && EXPERIMENTAL
321 help
322 Enabling this option will add specific SMBus support for the Tyan
323 S4985 motherboard. On this 4-CPU board, the SMBus is multiplexed
324 over 4 different channels, where the various memory module EEPROMs
325 live. Saying yes here will give you access to these in addition
326 to the trunk.
327
328 This driver can also be built as a module. If so, the module
329 will be called i2c-nforce2-s4985.
330
Peter Korsgaard18f98b12006-06-04 20:01:08 +0200331config I2C_OCORES
332 tristate "OpenCores I2C Controller"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200333 depends on EXPERIMENTAL
Peter Korsgaard18f98b12006-06-04 20:01:08 +0200334 help
335 If you say yes to this option, support will be included for the
336 OpenCores I2C controller. For details see
337 http://www.opencores.org/projects.cgi/web/i2c/overview
338
339 This driver can also be built as a module. If so, the module
340 will be called i2c-ocores.
341
Komal Shah010d442c42006-08-13 23:44:09 +0200342config I2C_OMAP
343 tristate "OMAP I2C adapter"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200344 depends on ARCH_OMAP
Komal Shah010d442c42006-08-13 23:44:09 +0200345 default y if MACH_OMAP_H3 || MACH_OMAP_OSK
346 help
347 If you say yes to this option, support will be included for the
348 I2C interface on the Texas Instruments OMAP1/2 family of processors.
349 Like OMAP1510/1610/1710/5912 and OMAP242x.
350 For details see http://www.ti.com/omap.
351
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352config I2C_PARPORT
353 tristate "Parallel port adapter"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200354 depends on PARPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355 select I2C_ALGOBIT
356 help
357 This supports parallel port I2C adapters such as the ones made by
358 Philips or Velleman, Analog Devices evaluation boards, and more.
359 Basically any adapter using the parallel port as an I2C bus with
360 no extra chipset is supported by this driver, or could be.
361
362 This driver is a replacement for (and was inspired by) an older
363 driver named i2c-philips-par. The new driver supports more devices,
364 and makes it easier to add support for new devices.
Mark M. Hoffmane97b81d2006-03-23 16:50:25 +0100365
366 An adapter type parameter is now mandatory. Please read the file
367 Documentation/i2c/busses/i2c-parport for details.
368
Linus Torvalds1da177e2005-04-16 15:20:36 -0700369 Another driver exists, named i2c-parport-light, which doesn't depend
370 on the parport driver. This is meant for embedded systems. Don't say
371 Y here if you intend to say Y or M there.
372
Wolfram Sang4c03f682008-04-22 22:16:47 +0200373 This support is also available as a module. If so, the module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374 will be called i2c-parport.
375
376config I2C_PARPORT_LIGHT
377 tristate "Parallel port adapter (light)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378 select I2C_ALGOBIT
379 help
380 This supports parallel port I2C adapters such as the ones made by
381 Philips or Velleman, Analog Devices evaluation boards, and more.
382 Basically any adapter using the parallel port as an I2C bus with
383 no extra chipset is supported by this driver, or could be.
384
385 This driver is a light version of i2c-parport. It doesn't depend
386 on the parport driver, and uses direct I/O access instead. This
Matt LaPlante09509602006-10-03 22:31:37 +0200387 might be preferred on embedded systems where wasting memory for
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388 the clean but heavy parport handling is not an option. The
389 drawback is a reduced portability and the impossibility to
Matt LaPlante09509602006-10-03 22:31:37 +0200390 daisy-chain other parallel port devices.
Wolfram Sang4c03f682008-04-22 22:16:47 +0200391
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392 Don't say Y here if you said Y or M to i2c-parport. Saying M to
393 both is possible but both modules should not be loaded at the same
394 time.
395
Wolfram Sang4c03f682008-04-22 22:16:47 +0200396 This support is also available as a module. If so, the module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397 will be called i2c-parport-light.
398
Olof Johanssonbeb58aa2007-02-13 22:09:03 +0100399config I2C_PASEMI
400 tristate "PA Semi SMBus interface"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200401 depends on PPC_PASEMI && PCI
Olof Johanssonbeb58aa2007-02-13 22:09:03 +0100402 help
403 Supports the PA Semi PWRficient on-chip SMBus interfaces.
404
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405config I2C_PROSAVAGE
Jean Delvare0f79b722008-01-27 18:14:47 +0100406 tristate "S3/VIA (Pro)Savage (DEPRECATED)"
407 default n
Jan Engelhardt16538e62007-05-01 23:26:34 +0200408 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409 select I2C_ALGOBIT
410 help
411 If you say yes to this option, support will be included for the
412 I2C bus and DDC bus of the S3VIA embedded Savage4 and ProSavage8
413 graphics processors.
414 chipsets supported:
415 S3/VIA KM266/VT8375 aka ProSavage8
416 S3/VIA KM133/VT8365 aka Savage4
417
Jean Delvare0f79b722008-01-27 18:14:47 +0100418 This driver is deprecated in favor of the savagefb driver.
419
Wolfram Sang4c03f682008-04-22 22:16:47 +0200420 This support is also available as a module. If so, the module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421 will be called i2c-prosavage.
422
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423config I2C_S3C2410
424 tristate "S3C2410 I2C Driver"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200425 depends on ARCH_S3C2410
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426 help
427 Say Y here to include support for I2C controller in the
428 Samsung S3C2410 based System-on-Chip devices.
429
430config I2C_SAVAGE4
Jean Delvare0f79b722008-01-27 18:14:47 +0100431 tristate "S3 Savage 4 (DEPRECATED)"
432 default n
433 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434 select I2C_ALGOBIT
435 help
Wolfram Sang4c03f682008-04-22 22:16:47 +0200436 If you say yes to this option, support will be included for the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437 S3 Savage 4 I2C interface.
438
Jean Delvare0f79b722008-01-27 18:14:47 +0100439 This driver is deprecated in favor of the savagefb driver.
440
Linus Torvalds1da177e2005-04-16 15:20:36 -0700441 This driver can also be built as a module. If so, the module
442 will be called i2c-savage4.
443
444config I2C_SIBYTE
445 tristate "SiByte SMBus interface"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200446 depends on SIBYTE_SB1xxx_SOC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447 help
448 Supports the SiByte SOC on-chip I2C interfaces (2 channels).
449
Ben Dooksbcda9f12007-05-01 23:26:34 +0200450config I2C_SIMTEC
451 tristate "Simtec Generic I2C interface"
452 select I2C_ALGOBIT
453 help
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200454 If you say yes to this option, support will be included for
Ben Dooksbcda9f12007-05-01 23:26:34 +0200455 the Simtec Generic I2C interface. This driver is for the
456 simple I2C bus used on newer Simtec products for general
457 I2C, such as DDC on the Simtec BBD2016A.
458
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200459 This driver can also be built as a module. If so, the module
Ben Dooksbcda9f12007-05-01 23:26:34 +0200460 will be called i2c-simtec.
461
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462config SCx200_I2C
Jean Delvare11de70b2007-05-01 23:26:34 +0200463 tristate "NatSemi SCx200 I2C using GPIO pins (DEPRECATED)"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200464 depends on SCx200_GPIO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465 select I2C_ALGOBIT
466 help
467 Enable the use of two GPIO pins of a SCx200 processor as an I2C bus.
468
469 If you don't know what to do here, say N.
470
Wolfram Sang4c03f682008-04-22 22:16:47 +0200471 This support is also available as a module. If so, the module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472 will be called scx200_i2c.
473
Jean Delvare11de70b2007-05-01 23:26:34 +0200474 This driver is deprecated and will be dropped soon. Use i2c-gpio
475 (or scx200_acb) instead.
476
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477config SCx200_I2C_SCL
478 int "GPIO pin used for SCL"
479 depends on SCx200_I2C
480 default "12"
481 help
482 Enter the GPIO pin number used for the SCL signal. This value can
483 also be specified with a module parameter.
484
485config SCx200_I2C_SDA
486 int "GPIO pin used for SDA"
487 depends on SCx200_I2C
488 default "13"
489 help
490 Enter the GPIO pin number used for the SSA signal. This value can
491 also be specified with a module parameter.
492
493config SCx200_ACB
Ben Gardnera417bbd2006-01-18 22:53:09 +0100494 tristate "Geode ACCESS.bus support"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200495 depends on X86_32 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 help
Ben Gardnera417bbd2006-01-18 22:53:09 +0100497 Enable the use of the ACCESS.bus controllers on the Geode SCx200 and
498 SC1100 processors and the CS5535 and CS5536 Geode companion devices.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499
500 If you don't know what to do here, say N.
501
Wolfram Sang4c03f682008-04-22 22:16:47 +0200502 This support is also available as a module. If so, the module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 will be called scx200_acb.
504
505config I2C_SIS5595
506 tristate "SiS 5595"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200507 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508 help
Wolfram Sang4c03f682008-04-22 22:16:47 +0200509 If you say yes to this option, support will be included for the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510 SiS5595 SMBus (a subset of I2C) interface.
511
512 This driver can also be built as a module. If so, the module
513 will be called i2c-sis5595.
514
515config I2C_SIS630
516 tristate "SiS 630/730"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200517 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 help
Wolfram Sang4c03f682008-04-22 22:16:47 +0200519 If you say yes to this option, support will be included for the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520 SiS630 and SiS730 SMBus (a subset of I2C) interface.
521
522 This driver can also be built as a module. If so, the module
523 will be called i2c-sis630.
524
525config I2C_SIS96X
526 tristate "SiS 96x"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200527 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528 help
529 If you say yes to this option, support will be included for the SiS
530 96x SMBus (a subset of I2C) interfaces. Specifically, the following
531 chipsets are supported:
532 645/961
533 645DX/961
534 645DX/962
535 648/961
536 650/961
537 735
R.Marek@sh.cvut.cz5d740fe2005-05-28 11:26:24 +0000538 745
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539
540 This driver can also be built as a module. If so, the module
541 will be called i2c-sis96x.
542
Jean Delvareb9cdad72007-07-12 14:12:31 +0200543config I2C_TAOS_EVM
544 tristate "TAOS evaluation module"
545 depends on EXPERIMENTAL
546 select SERIO
547 select SERIO_SERPORT
548 default n
549 help
550 This supports TAOS evaluation modules on serial port. In order to
551 use this driver, you will need the inputattach tool, which is part
552 of the input-utils package.
553
554 If unsure, say N.
555
556 This support is also available as a module. If so, the module
557 will be called i2c-taos-evm.
558
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559config I2C_STUB
560 tristate "I2C/SMBus Test Stub"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200561 depends on EXPERIMENTAL && m
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 default 'n'
563 help
564 This module may be useful to developers of SMBus client drivers,
565 especially for certain kinds of sensor chips.
566
567 If you do build this module, be sure to read the notes and warnings
568 in <file:Documentation/i2c/i2c-stub>.
569
570 If you don't know what to do here, definitely say N.
571
Till Harbaume8c76ee2007-05-01 23:26:35 +0200572config I2C_TINY_USB
573 tristate "I2C-Tiny-USB"
574 depends on USB
575 help
576 If you say yes to this option, support will be included for the
577 i2c-tiny-usb, a simple do-it-yourself USB to I2C interface. See
578 http://www.harbaum.org/till/i2c_tiny_usb for hardware details.
579
580 This driver can also be built as a module. If so, the module
581 will be called i2c-tiny-usb.
582
Russell King6b65cd72006-12-10 21:21:32 +0100583config I2C_VERSATILE
584 tristate "ARM Versatile/Realview I2C bus support"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200585 depends on ARCH_VERSATILE || ARCH_REALVIEW
Russell King6b65cd72006-12-10 21:21:32 +0100586 select I2C_ALGOBIT
587 help
588 Say yes if you want to support the I2C serial bus on ARMs Versatile
589 range of platforms.
590
591 This driver can also be built as a module. If so, the module
592 will be called i2c-versatile.
593
Russell King8d91cba2007-03-04 20:40:50 +0000594config I2C_ACORN
Al Viro2a9915c2007-07-15 21:37:16 +0100595 tristate "Acorn IOC/IOMD I2C bus support"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200596 depends on ARCH_ACORN
Russell King8d91cba2007-03-04 20:40:50 +0000597 default y
598 select I2C_ALGOBIT
599 help
600 Say yes if you want to support the I2C bus on Acorn platforms.
601
602 If you don't know, say Y.
603
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604config I2C_VIA
605 tristate "VIA 82C586B"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200606 depends on PCI && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607 select I2C_ALGOBIT
608 help
609 If you say yes to this option, support will be included for the VIA
610 82C586B I2C interface
611
612 This driver can also be built as a module. If so, the module
613 will be called i2c-via.
614
615config I2C_VIAPRO
Jean Delvareab6a6ed2007-02-13 22:09:02 +0100616 tristate "VIA VT82C596/82C686/82xx and CX700"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200617 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618 help
619 If you say yes to this option, support will be included for the VIA
Jean Delvareab6a6ed2007-02-13 22:09:02 +0100620 VT82C596 and later SMBus interface. Specifically, the following
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621 chipsets are supported:
Rudolf Marekc2433532006-09-03 22:35:21 +0200622 VT82C596A/B
623 VT82C686A/B
624 VT8231
625 VT8233/A
626 VT8235
Jean Delvare0d227a72008-01-27 18:14:51 +0100627 VT8237R/A/S
Rudolf Marekc2433532006-09-03 22:35:21 +0200628 VT8251
Jean Delvareab6a6ed2007-02-13 22:09:02 +0100629 CX700
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630
631 This driver can also be built as a module. If so, the module
632 will be called i2c-viapro.
633
634config I2C_VOODOO3
635 tristate "Voodoo 3"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200636 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637 select I2C_ALGOBIT
638 help
639 If you say yes to this option, support will be included for the
640 Voodoo 3 I2C interface.
641
642 This driver can also be built as a module. If so, the module
643 will be called i2c-voodoo3.
644
645config I2C_PCA_ISA
646 tristate "PCA9564 on an ISA bus"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200647 depends on ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648 select I2C_ALGOPCA
Jean Delvareaee62302006-06-04 19:59:57 +0200649 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 help
Wolfram Sang244fbbb2008-04-22 22:16:46 +0200651 This driver supports ISA boards using the Philips PCA9564
652 parallel bus to I2C bus controller.
Wolfram Sang4c03f682008-04-22 22:16:47 +0200653
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 This driver can also be built as a module. If so, the module
655 will be called i2c-pca-isa.
656
Jean Delvareaee62302006-06-04 19:59:57 +0200657 This device is almost undetectable and using this driver on a
658 system which doesn't have this device will result in long
659 delays when I2C/SMBus chip drivers are loaded (e.g. at boot
660 time). If unsure, say N.
661
Wolfram Sang244fbbb2008-04-22 22:16:46 +0200662config I2C_PCA_PLATFORM
663 tristate "PCA9564 as platform device"
664 select I2C_ALGOPCA
665 default n
666 help
667 This driver supports a memory mapped Philips PCA9564
668 parallel bus to I2C bus controller.
669
670 This driver can also be built as a module. If so, the module
671 will be called i2c-pca-platform.
672
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673config I2C_MV64XXX
674 tristate "Marvell mv64xxx I2C Controller"
Lennert Buytenhek8791ed32008-03-27 14:51:40 -0400675 depends on (MV64X60 || PLAT_ORION) && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676 help
677 If you say yes to this option, support will be included for the
678 built-in I2C interface on the Marvell 64xxx line of host bridges.
679
680 This driver can also be built as a module. If so, the module
681 will be called i2c-mv64xxx.
682
Vitaly Wool41561f22006-12-10 21:21:29 +0100683config I2C_PNX
684 tristate "I2C bus support for Philips PNX targets"
Jan Engelhardt16538e62007-05-01 23:26:34 +0200685 depends on ARCH_PNX4008
Vitaly Wool41561f22006-12-10 21:21:29 +0100686 help
687 This driver supports the Philips IP3204 I2C IP block master and/or
688 slave controller
689
690 This driver can also be built as a module. If so, the module
691 will be called i2c-pnx.
692
Marc St-Jean1b144df2007-07-12 14:12:31 +0200693config I2C_PMCMSP
694 tristate "PMC MSP I2C TWI Controller"
695 depends on PMC_MSP
696 help
697 This driver supports the PMC TWI controller on MSP devices.
698
699 This driver can also be built as module. If so, the module
700 will be called i2c-pmcmsp.
701
Manuel Laussa26c20b2008-04-22 22:16:47 +0200702config I2C_SH7760
703 tristate "Renesas SH7760 I2C Controller"
704 depends on CPU_SUBTYPE_SH7760
705 help
706 This driver supports the 2 I2C interfaces on the Renesas SH7760.
707
708 This driver can also be built as a module. If so, the module
709 will be called i2c-sh7760.
710
Magnus Dammda672772008-04-22 22:16:49 +0200711config I2C_SH_MOBILE
712 tristate "SuperH Mobile I2C Controller"
713 depends on SUPERH
714 help
715 If you say yes to this option, support will be included for the
716 built-in I2C interface on the Renesas SH-Mobile processor.
717
718 This driver can also be built as a module. If so, the module
719 will be called i2c-sh_mobile.
720
Linus Torvalds1da177e2005-04-16 15:20:36 -0700721endmenu