949ea64077ee12de9479c4f374966542906d691f
[pandora-kernel.git] / drivers / i2c / busses / Kconfig
1 #
2 # Sensor device configuration
3 #
4
5 menu "I2C Hardware Bus support"
6
7 comment "PC SMBus host controller drivers"
8         depends on PCI
9
10 config I2C_ALI1535
11         tristate "ALI 1535"
12         depends on PCI
13         help
14           If you say yes to this option, support will be included for the SMB
15           Host controller on Acer Labs Inc. (ALI) M1535 South Bridges.  The SMB
16           controller is part of the 7101 device, which is an ACPI-compliant
17           Power Management Unit (PMU).
18
19           This driver can also be built as a module.  If so, the module
20           will be called i2c-ali1535.
21
22 config I2C_ALI1563
23         tristate "ALI 1563"
24         depends on PCI && EXPERIMENTAL
25         help
26           If you say yes to this option, support will be included for the SMB
27           Host controller on Acer Labs Inc. (ALI) M1563 South Bridges.  The SMB
28           controller is part of the 7101 device, which is an ACPI-compliant
29           Power Management Unit (PMU).
30
31           This driver can also be built as a module.  If so, the module
32           will be called i2c-ali1563.
33
34 config I2C_ALI15X3
35         tristate "ALI 15x3"
36         depends on PCI
37         help
38           If you say yes to this option, support will be included for the
39           Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces.
40
41           This driver can also be built as a module.  If so, the module
42           will be called i2c-ali15x3.
43
44 config I2C_AMD756
45         tristate "AMD 756/766/768/8111 and nVidia nForce"
46         depends on PCI
47         help
48           If you say yes to this option, support will be included for the AMD
49           756/766/768 mainboard I2C interfaces.  The driver also includes
50           support for the first (SMBus 1.0) I2C interface of the AMD 8111 and
51           the nVidia nForce I2C interface.
52
53           This driver can also be built as a module.  If so, the module
54           will be called i2c-amd756.
55
56 config I2C_AMD756_S4882
57         tristate "SMBus multiplexing on the Tyan S4882"
58         depends on I2C_AMD756 && X86 && EXPERIMENTAL
59         help
60           Enabling this option will add specific SMBus support for the Tyan
61           S4882 motherboard.  On this 4-CPU board, the SMBus is multiplexed
62           over 8 different channels, where the various memory module EEPROMs
63           and temperature sensors live.  Saying yes here will give you access
64           to these in addition to the trunk.
65
66           This driver can also be built as a module.  If so, the module
67           will be called i2c-amd756-s4882.
68
69 config I2C_AMD8111
70         tristate "AMD 8111"
71         depends on PCI
72         help
73           If you say yes to this option, support will be included for the
74           second (SMBus 2.0) AMD 8111 mainboard I2C interface.
75
76           This driver can also be built as a module.  If so, the module
77           will be called i2c-amd8111.
78
79 config I2C_I801
80         tristate "Intel 82801 (ICH/PCH)"
81         depends on PCI
82         select CHECK_SIGNATURE if X86 && DMI
83         help
84           If you say yes to this option, support will be included for the Intel
85           801 family of mainboard I2C interfaces.  Specifically, the following
86           versions of the chipset are supported:
87             82801AA
88             82801AB
89             82801BA
90             82801CA/CAM
91             82801DB
92             82801EB/ER (ICH5/ICH5R)
93             6300ESB
94             ICH6
95             ICH7
96             ESB2
97             ICH8
98             ICH9
99             EP80579 (Tolapai)
100             ICH10
101             5/3400 Series (PCH)
102             6 Series (PCH)
103             Patsburg (PCH)
104             DH89xxCC (PCH)
105             Panther Point (PCH)
106             Lynx Point (PCH)
107             Lynx Point-LP (PCH)
108
109           This driver can also be built as a module.  If so, the module
110           will be called i2c-i801.
111
112 config I2C_ISCH
113         tristate "Intel SCH SMBus 1.0"
114         depends on PCI
115         select LPC_SCH
116         help
117           Say Y here if you want to use SMBus controller on the Intel SCH
118           based systems.
119
120           This driver can also be built as a module. If so, the module
121           will be called i2c-isch.
122
123 config I2C_PIIX4
124         tristate "Intel PIIX4 and compatible (ATI/AMD/Serverworks/Broadcom/SMSC)"
125         depends on PCI
126         help
127           If you say yes to this option, support will be included for the Intel
128           PIIX4 family of mainboard I2C interfaces.  Specifically, the following
129           versions of the chipset are supported (note that Serverworks is part
130           of Broadcom):
131             Intel PIIX4
132             Intel 440MX
133             ATI IXP200
134             ATI IXP300
135             ATI IXP400
136             ATI SB600
137             ATI SB700
138             ATI SB800
139             AMD Hudson-2
140             AMD ML
141             AMD CZ
142             Serverworks OSB4
143             Serverworks CSB5
144             Serverworks CSB6
145             Serverworks HT-1000
146             Serverworks HT-1100
147             SMSC Victory66
148
149           This driver can also be built as a module.  If so, the module
150           will be called i2c-piix4.
151
152 config I2C_NFORCE2
153         tristate "Nvidia nForce2, nForce3 and nForce4"
154         depends on PCI
155         help
156           If you say yes to this option, support will be included for the Nvidia
157           nForce2, nForce3 and nForce4 families of mainboard I2C interfaces.
158
159           This driver can also be built as a module.  If so, the module
160           will be called i2c-nforce2.
161
162 config I2C_NFORCE2_S4985
163         tristate "SMBus multiplexing on the Tyan S4985"
164         depends on I2C_NFORCE2 && X86 && EXPERIMENTAL
165         help
166           Enabling this option will add specific SMBus support for the Tyan
167           S4985 motherboard.  On this 4-CPU board, the SMBus is multiplexed
168           over 4 different channels, where the various memory module EEPROMs
169           live.  Saying yes here will give you access to these in addition
170           to the trunk.
171
172           This driver can also be built as a module.  If so, the module
173           will be called i2c-nforce2-s4985.
174
175 config I2C_SIS5595
176         tristate "SiS 5595"
177         depends on PCI
178         help
179           If you say yes to this option, support will be included for the
180           SiS5595 SMBus (a subset of I2C) interface.
181
182           This driver can also be built as a module.  If so, the module
183           will be called i2c-sis5595.
184
185 config I2C_SIS630
186         tristate "SiS 630/730"
187         depends on PCI
188         help
189           If you say yes to this option, support will be included for the
190           SiS630 and SiS730 SMBus (a subset of I2C) interface.
191
192           This driver can also be built as a module.  If so, the module
193           will be called i2c-sis630.
194
195 config I2C_SIS96X
196         tristate "SiS 96x"
197         depends on PCI
198         help
199           If you say yes to this option, support will be included for the SiS
200           96x SMBus (a subset of I2C) interfaces.  Specifically, the following
201           chipsets are supported:
202             645/961
203             645DX/961
204             645DX/962
205             648/961
206             650/961
207             735
208             745
209
210           This driver can also be built as a module.  If so, the module
211           will be called i2c-sis96x.
212
213 config I2C_VIA
214         tristate "VIA VT82C586B"
215         depends on PCI && EXPERIMENTAL
216         select I2C_ALGOBIT
217         help
218           If you say yes to this option, support will be included for the VIA
219           82C586B I2C interface
220
221           This driver can also be built as a module.  If so, the module
222           will be called i2c-via.
223
224 config I2C_VIAPRO
225         tristate "VIA VT82C596/82C686/82xx and CX700/VX8xx"
226         depends on PCI
227         help
228           If you say yes to this option, support will be included for the VIA
229           VT82C596 and later SMBus interface.  Specifically, the following
230           chipsets are supported:
231             VT82C596A/B
232             VT82C686A/B
233             VT8231
234             VT8233/A
235             VT8235
236             VT8237R/A/S
237             VT8251
238             CX700
239             VX800/VX820
240             VX855/VX875
241
242           This driver can also be built as a module.  If so, the module
243           will be called i2c-viapro.
244
245 if ACPI
246
247 comment "ACPI drivers"
248
249 config I2C_SCMI
250         tristate "SMBus Control Method Interface"
251         help
252           This driver supports the SMBus Control Method Interface. It needs the
253           BIOS to declare ACPI control methods as described in the SMBus Control
254           Method Interface specification.
255
256           To compile this driver as a module, choose M here:
257           the module will be called i2c-scmi.
258
259 endif # ACPI
260
261 comment "Mac SMBus host controller drivers"
262         depends on PPC_CHRP || PPC_PMAC
263
264 config I2C_HYDRA
265         tristate "CHRP Apple Hydra Mac I/O I2C interface"
266         depends on PCI && PPC_CHRP && EXPERIMENTAL
267         select I2C_ALGOBIT
268         help
269           This supports the use of the I2C interface in the Apple Hydra Mac
270           I/O chip on some CHRP machines (e.g. the LongTrail).  Say Y if you
271           have such a machine.
272
273           This support is also available as a module.  If so, the module
274           will be called i2c-hydra.
275
276 config I2C_POWERMAC
277         tristate "Powermac I2C interface"
278         depends on PPC_PMAC
279         default y
280         help
281           This exposes the various PowerMac i2c interfaces to the linux i2c
282           layer and to userland. It is used by various drivers on the PowerMac
283           platform, and should generally be enabled.
284
285           This support is also available as a module.  If so, the module
286           will be called i2c-powermac.
287
288 comment "I2C system bus drivers (mostly embedded / system-on-chip)"
289
290 config I2C_AT91
291         tristate "Atmel AT91 I2C Two-Wire interface (TWI)"
292         depends on ARCH_AT91 && EXPERIMENTAL && BROKEN
293         help
294           This supports the use of the I2C interface on Atmel AT91
295           processors.
296
297           This driver is BROKEN because the controller which it uses
298           will easily trigger RX overrun and TX underrun errors.  Using
299           low I2C clock rates may partially work around those issues
300           on some systems.  Another serious problem is that there is no
301           documented way to issue repeated START conditions, as needed
302           to support combined I2C messages.  Use the i2c-gpio driver
303           unless your system can cope with those limitations.
304
305 config I2C_AU1550
306         tristate "Au1550/Au1200 SMBus interface"
307         depends on MIPS_ALCHEMY
308         help
309           If you say yes to this option, support will be included for the
310           Au1550 and Au1200 SMBus interface.
311
312           This driver can also be built as a module.  If so, the module
313           will be called i2c-au1550.
314
315 config I2C_BLACKFIN_TWI
316         tristate "Blackfin TWI I2C support"
317         depends on BLACKFIN
318         depends on !BF561 && !BF531 && !BF532 && !BF533
319         help
320           This is the I2C bus driver for Blackfin on-chip TWI interface.
321
322           This driver can also be built as a module.  If so, the module
323           will be called i2c-bfin-twi.
324
325 config I2C_BLACKFIN_TWI_CLK_KHZ
326         int "Blackfin TWI I2C clock (kHz)"
327         depends on I2C_BLACKFIN_TWI
328         range 21 400
329         default 50
330         help
331           The unit of the TWI clock is kHz.
332
333 config I2C_CPM
334         tristate "Freescale CPM1 or CPM2 (MPC8xx/826x)"
335         depends on (CPM1 || CPM2) && OF_I2C
336         help
337           This supports the use of the I2C interface on Freescale
338           processors with CPM1 or CPM2.
339
340           This driver can also be built as a module.  If so, the module
341           will be called i2c-cpm.
342
343 config I2C_DAVINCI
344         tristate "DaVinci I2C driver"
345         depends on ARCH_DAVINCI
346         help
347           Support for TI DaVinci I2C controller driver.
348
349           This driver can also be built as a module.  If so, the module
350           will be called i2c-davinci.
351
352           Please note that this driver might be needed to bring up other
353           devices such as DaVinci NIC.
354           For details please see http://www.ti.com/davinci
355
356 config I2C_DESIGNWARE_CORE
357         tristate
358
359 config I2C_DESIGNWARE_PLATFORM
360         tristate "Synopsys DesignWare Platfrom"
361         depends on HAVE_CLK
362         select I2C_DESIGNWARE_CORE
363         help
364           If you say yes to this option, support will be included for the
365           Synopsys DesignWare I2C adapter. Only master mode is supported.
366
367           This driver can also be built as a module.  If so, the module
368           will be called i2c-designware-platform.
369
370 config I2C_DESIGNWARE_PCI
371         tristate "Synopsys DesignWare PCI"
372         depends on PCI
373         select I2C_DESIGNWARE_CORE
374         help
375           If you say yes to this option, support will be included for the
376           Synopsys DesignWare I2C adapter. Only master mode is supported.
377
378           This driver can also be built as a module.  If so, the module
379           will be called i2c-designware-pci.
380
381 config I2C_GPIO
382         tristate "GPIO-based bitbanging I2C"
383         depends on GENERIC_GPIO
384         select I2C_ALGOBIT
385         help
386           This is a very simple bitbanging I2C driver utilizing the
387           arch-neutral GPIO API to control the SCL and SDA lines.
388
389 config I2C_HIGHLANDER
390         tristate "Highlander FPGA SMBus interface"
391         depends on SH_HIGHLANDER
392         help
393           If you say yes to this option, support will be included for
394           the SMBus interface located in the FPGA on various Highlander
395           boards, particularly the R0P7780LC0011RL and R0P7785LC0011RL
396           FPGAs. This is wholly unrelated to the SoC I2C.
397
398           This driver can also be built as a module.  If so, the module
399           will be called i2c-highlander.
400
401 config I2C_IBM_IIC
402         tristate "IBM PPC 4xx on-chip I2C interface"
403         depends on 4xx
404         help
405           Say Y here if you want to use IIC peripheral found on
406           embedded IBM PPC 4xx based systems.
407
408           This driver can also be built as a module.  If so, the module
409           will be called i2c-ibm_iic.
410
411 config I2C_IMX
412         tristate "IMX I2C interface"
413         depends on ARCH_MXC
414         help
415           Say Y here if you want to use the IIC bus controller on
416           the Freescale i.MX/MXC processors.
417
418           This driver can also be built as a module.  If so, the module
419           will be called i2c-imx.
420
421 config I2C_INTEL_MID
422         tristate "Intel Moorestown/Medfield Platform I2C controller"
423         depends on PCI
424         help
425           Say Y here if you have an Intel Moorestown/Medfield platform I2C
426           controller.
427
428           This support is also available as a module. If so, the module
429           will be called i2c-intel-mid.
430
431 config I2C_IOP3XX
432         tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface"
433         depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX
434         help
435           Say Y here if you want to use the IIC bus controller on
436           the Intel IOPx3xx I/O Processors or IXP4xx Network Processors.
437
438           This driver can also be built as a module.  If so, the module
439           will be called i2c-iop3xx.
440
441 config I2C_IXP2000
442         tristate "IXP2000 GPIO-Based I2C Interface (DEPRECATED)"
443         depends on ARCH_IXP2000
444         select I2C_ALGOBIT
445         help
446           Say Y here if you have an Intel IXP2000 (2400, 2800, 2850) based
447           system and are using GPIO lines for an I2C bus.
448
449           This support is also available as a module. If so, the module
450           will be called i2c-ixp2000.
451
452           This driver is deprecated and will be dropped soon. Use i2c-gpio
453           instead.
454
455 config I2C_MPC
456         tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx"
457         depends on PPC
458         help
459           If you say yes to this option, support will be included for the
460           built-in I2C interface on the MPC107, Tsi107, MPC512x, MPC52xx,
461           MPC8240, MPC8245, MPC83xx, MPC85xx and MPC8641 family processors.
462
463           This driver can also be built as a module.  If so, the module
464           will be called i2c-mpc.
465
466 config I2C_MV64XXX
467         tristate "Marvell mv64xxx I2C Controller"
468         depends on (MV64X60 || PLAT_ORION) && EXPERIMENTAL
469         help
470           If you say yes to this option, support will be included for the
471           built-in I2C interface on the Marvell 64xxx line of host bridges.
472
473           This driver can also be built as a module.  If so, the module
474           will be called i2c-mv64xxx.
475
476 config I2C_MXS
477         tristate "Freescale i.MX28 I2C interface"
478         depends on SOC_IMX28
479         help
480           Say Y here if you want to use the I2C bus controller on
481           the Freescale i.MX28 processors.
482
483           This driver can also be built as a module.  If so, the module
484           will be called i2c-mxs.
485
486 config I2C_NOMADIK
487         tristate "ST-Ericsson Nomadik/Ux500 I2C Controller"
488         depends on PLAT_NOMADIK
489         help
490           If you say yes to this option, support will be included for the
491           I2C interface from ST-Ericsson's Nomadik and Ux500 architectures.
492
493 config I2C_NUC900
494         tristate "NUC900 I2C Driver"
495         depends on ARCH_W90X900
496         help
497           Say Y here to include support for I2C controller in the
498           Winbond/Nuvoton NUC900 based System-on-Chip devices.
499
500 config I2C_OCORES
501         tristate "OpenCores I2C Controller"
502         depends on EXPERIMENTAL
503         help
504           If you say yes to this option, support will be included for the
505           OpenCores I2C controller. For details see
506           http://www.opencores.org/projects.cgi/web/i2c/overview
507
508           This driver can also be built as a module.  If so, the module
509           will be called i2c-ocores.
510
511 config I2C_OMAP
512         tristate "OMAP I2C adapter"
513         depends on ARCH_OMAP
514         default y if MACH_OMAP_H3 || MACH_OMAP_OSK
515         help
516           If you say yes to this option, support will be included for the
517           I2C interface on the Texas Instruments OMAP1/2 family of processors.
518           Like OMAP1510/1610/1710/5912 and OMAP242x.
519           For details see http://www.ti.com/omap.
520
521 config I2C_PASEMI
522         tristate "PA Semi SMBus interface"
523         depends on PPC_PASEMI && PCI
524         help
525           Supports the PA Semi PWRficient on-chip SMBus interfaces.
526
527 config I2C_PCA_PLATFORM
528         tristate "PCA9564/PCA9665 as platform device"
529         select I2C_ALGOPCA
530         default n
531         help
532           This driver supports a memory mapped Philips PCA9564/PCA9665
533           parallel bus to I2C bus controller.
534
535           This driver can also be built as a module.  If so, the module
536           will be called i2c-pca-platform.
537
538 config I2C_PMCMSP
539         tristate "PMC MSP I2C TWI Controller"
540         depends on PMC_MSP
541         help
542           This driver supports the PMC TWI controller on MSP devices.
543
544           This driver can also be built as module. If so, the module
545           will be called i2c-pmcmsp.
546
547 config I2C_PNX
548         tristate "I2C bus support for Philips PNX and NXP LPC targets"
549         depends on ARCH_PNX4008 || ARCH_LPC32XX
550         help
551           This driver supports the Philips IP3204 I2C IP block master and/or
552           slave controller
553
554           This driver can also be built as a module.  If so, the module
555           will be called i2c-pnx.
556
557 config I2C_PUV3
558         tristate "PKUnity v3 I2C bus support"
559         depends on UNICORE32 && ARCH_PUV3
560         select I2C_ALGOBIT
561         help
562           This driver supports the I2C IP inside the PKUnity-v3 SoC.
563           This I2C bus controller is under AMBA/AXI bus.
564
565           This driver can also be built as a module.  If so, the module
566           will be called i2c-puv3.
567
568 config I2C_PXA
569         tristate "Intel PXA2XX I2C adapter"
570         depends on ARCH_PXA || ARCH_MMP || (X86_32 && PCI && OF)
571         help
572           If you have devices in the PXA I2C bus, say yes to this option.
573           This driver can also be built as a module.  If so, the module
574           will be called i2c-pxa.
575
576 config I2C_PXA_PCI
577         def_bool I2C_PXA && X86_32 && PCI && OF
578
579 config I2C_PXA_SLAVE
580         bool "Intel PXA2XX I2C Slave comms support"
581         depends on I2C_PXA && !X86_32
582         help
583           Support I2C slave mode communications on the PXA I2C bus.  This
584           is necessary for systems where the PXA may be a target on the
585           I2C bus.
586
587 config HAVE_S3C2410_I2C
588         bool
589         help
590           This will include I2C support for Samsung SoCs. If you want to
591           include I2C support for any machine, kindly select this in the
592           respective Kconfig file.
593
594 config I2C_S3C2410
595         tristate "S3C2410 I2C Driver"
596         depends on HAVE_S3C2410_I2C
597         help
598           Say Y here to include support for I2C controller in the
599           Samsung SoCs.
600
601 config I2C_S6000
602         tristate "S6000 I2C support"
603         depends on XTENSA_VARIANT_S6000
604         help
605           This driver supports the on chip I2C device on the
606           S6000 xtensa processor family.
607
608           To compile this driver as a module, choose M here. The module
609           will be called i2c-s6000.
610
611 config I2C_SH7760
612         tristate "Renesas SH7760 I2C Controller"
613         depends on CPU_SUBTYPE_SH7760
614         help
615           This driver supports the 2 I2C interfaces on the Renesas SH7760.
616
617           This driver can also be built as a module.  If so, the module
618           will be called i2c-sh7760.
619
620 config I2C_SH_MOBILE
621         tristate "SuperH Mobile I2C Controller"
622         depends on SUPERH || ARCH_SHMOBILE
623         help
624           If you say yes to this option, support will be included for the
625           built-in I2C interface on the Renesas SH-Mobile processor.
626
627           This driver can also be built as a module.  If so, the module
628           will be called i2c-sh_mobile.
629
630 config I2C_SIMTEC
631         tristate "Simtec Generic I2C interface"
632         select I2C_ALGOBIT
633         help
634           If you say yes to this option, support will be included for
635           the Simtec Generic I2C interface. This driver is for the
636           simple I2C bus used on newer Simtec products for general
637           I2C, such as DDC on the Simtec BBD2016A.
638
639           This driver can also be built as a module. If so, the module
640           will be called i2c-simtec.
641
642 config I2C_STU300
643         tristate "ST Microelectronics DDC I2C interface"
644         depends on MACH_U300
645         default y if MACH_U300
646         help
647           If you say yes to this option, support will be included for the
648           I2C interface from ST Microelectronics simply called "DDC I2C"
649           supporting both I2C and DDC, used in e.g. the U300 series
650           mobile platforms.
651
652           This driver can also be built as a module. If so, the module
653           will be called i2c-stu300.
654
655 config I2C_TEGRA
656         tristate "NVIDIA Tegra internal I2C controller"
657         depends on ARCH_TEGRA
658         help
659           If you say yes to this option, support will be included for the
660           I2C controller embedded in NVIDIA Tegra SOCs
661
662 config I2C_VERSATILE
663         tristate "ARM Versatile/Realview I2C bus support"
664         depends on ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS
665         select I2C_ALGOBIT
666         help
667           Say yes if you want to support the I2C serial bus on ARMs Versatile
668           range of platforms.
669
670           This driver can also be built as a module.  If so, the module
671           will be called i2c-versatile.
672
673 config I2C_OCTEON
674         tristate "Cavium OCTEON I2C bus support"
675         depends on CPU_CAVIUM_OCTEON
676         help
677           Say yes if you want to support the I2C serial bus on Cavium
678           OCTEON SOC.
679
680           This driver can also be built as a module.  If so, the module
681           will be called i2c-octeon.
682
683 config I2C_XILINX
684         tristate "Xilinx I2C Controller"
685         depends on EXPERIMENTAL && HAS_IOMEM
686         help
687           If you say yes to this option, support will be included for the
688           Xilinx I2C controller.
689
690           This driver can also be built as a module.  If so, the module
691           will be called xilinx_i2c.
692
693 config I2C_EG20T
694         tristate "Intel EG20T PCH / OKI SEMICONDUCTOR IOH(ML7213/ML7223)"
695         depends on PCI
696         help
697           This driver is for PCH(Platform controller Hub) I2C of EG20T which
698           is an IOH(Input/Output Hub) for x86 embedded processor.
699           This driver can access PCH I2C bus device.
700
701           This driver also can be used for OKI SEMICONDUCTOR IOH(Input/
702           Output Hub), ML7213 and ML7223.
703           ML7213 IOH is for IVI(In-Vehicle Infotainment) use and ML7223 IOH is
704           for MP(Media Phone) use.
705           ML7213/ML7223 is companion chip for Intel Atom E6xx series.
706           ML7213/ML7223 is completely compatible for Intel EG20T PCH.
707
708 comment "External I2C/SMBus adapter drivers"
709
710 config I2C_DIOLAN_U2C
711         tristate "Diolan U2C-12 USB adapter"
712         depends on USB
713         help
714           If you say yes to this option, support will be included for Diolan
715           U2C-12, a USB to I2C interface.
716
717           This driver can also be built as a module.  If so, the module
718           will be called i2c-diolan-u2c.
719
720 config I2C_PARPORT
721         tristate "Parallel port adapter"
722         depends on PARPORT
723         select I2C_ALGOBIT
724         select I2C_SMBUS
725         help
726           This supports parallel port I2C adapters such as the ones made by
727           Philips or Velleman, Analog Devices evaluation boards, and more.
728           Basically any adapter using the parallel port as an I2C bus with
729           no extra chipset is supported by this driver, or could be.
730
731           This driver is a replacement for (and was inspired by) an older
732           driver named i2c-philips-par.  The new driver supports more devices,
733           and makes it easier to add support for new devices.
734
735           An adapter type parameter is now mandatory.  Please read the file
736           Documentation/i2c/busses/i2c-parport for details.
737
738           Another driver exists, named i2c-parport-light, which doesn't depend
739           on the parport driver.  This is meant for embedded systems. Don't say
740           Y here if you intend to say Y or M there.
741
742           This support is also available as a module.  If so, the module
743           will be called i2c-parport.
744
745 config I2C_PARPORT_LIGHT
746         tristate "Parallel port adapter (light)"
747         select I2C_ALGOBIT
748         select I2C_SMBUS
749         help
750           This supports parallel port I2C adapters such as the ones made by
751           Philips or Velleman, Analog Devices evaluation boards, and more.
752           Basically any adapter using the parallel port as an I2C bus with
753           no extra chipset is supported by this driver, or could be.
754
755           This driver is a light version of i2c-parport.  It doesn't depend
756           on the parport driver, and uses direct I/O access instead.  This
757           might be preferred on embedded systems where wasting memory for
758           the clean but heavy parport handling is not an option.  The
759           drawback is a reduced portability and the impossibility to
760           daisy-chain other parallel port devices.
761
762           Don't say Y here if you said Y or M to i2c-parport.  Saying M to
763           both is possible but both modules should not be loaded at the same
764           time.
765
766           This support is also available as a module.  If so, the module
767           will be called i2c-parport-light.
768
769 config I2C_TAOS_EVM
770         tristate "TAOS evaluation module"
771         depends on EXPERIMENTAL
772         select SERIO
773         select SERIO_SERPORT
774         default n
775         help
776           This supports TAOS evaluation modules on serial port. In order to
777           use this driver, you will need the inputattach tool, which is part
778           of the input-utils package.
779
780           If unsure, say N.
781
782           This support is also available as a module.  If so, the module
783           will be called i2c-taos-evm.
784
785 config I2C_TINY_USB
786         tristate "Tiny-USB adapter"
787         depends on USB
788         help
789           If you say yes to this option, support will be included for the
790           i2c-tiny-usb, a simple do-it-yourself USB to I2C interface. See
791           http://www.harbaum.org/till/i2c_tiny_usb for hardware details.
792
793           This driver can also be built as a module.  If so, the module
794           will be called i2c-tiny-usb.
795
796 comment "Other I2C/SMBus bus drivers"
797
798 config I2C_ACORN
799         tristate "Acorn IOC/IOMD I2C bus support"
800         depends on ARCH_ACORN
801         default y
802         select I2C_ALGOBIT
803         help
804           Say yes if you want to support the I2C bus on Acorn platforms.
805
806           If you don't know, say Y.
807
808 config I2C_ELEKTOR
809         tristate "Elektor ISA card"
810         depends on ISA && HAS_IOPORT && BROKEN_ON_SMP
811         select I2C_ALGOPCF
812         help
813           This supports the PCF8584 ISA bus I2C adapter.  Say Y if you own
814           such an adapter.
815
816           This support is also available as a module.  If so, the module
817           will be called i2c-elektor.
818
819 config I2C_PCA_ISA
820         tristate "PCA9564/PCA9665 on an ISA bus"
821         depends on ISA
822         select I2C_ALGOPCA
823         default n
824         help
825           This driver supports ISA boards using the Philips PCA9564/PCA9665
826           parallel bus to I2C bus controller.
827
828           This driver can also be built as a module.  If so, the module
829           will be called i2c-pca-isa.
830
831           This device is almost undetectable and using this driver on a
832           system which doesn't have this device will result in long
833           delays when I2C/SMBus chip drivers are loaded (e.g. at boot
834           time).  If unsure, say N.
835
836 config I2C_SIBYTE
837         tristate "SiByte SMBus interface"
838         depends on SIBYTE_SB1xxx_SOC
839         help
840           Supports the SiByte SOC on-chip I2C interfaces (2 channels).
841
842 config I2C_STUB
843         tristate "I2C/SMBus Test Stub"
844         depends on EXPERIMENTAL && m
845         default 'n'
846         help
847           This module may be useful to developers of SMBus client drivers,
848           especially for certain kinds of sensor chips.
849
850           If you do build this module, be sure to read the notes and warnings
851           in <file:Documentation/i2c/i2c-stub>.
852
853           If you don't know what to do here, definitely say N.
854
855 config SCx200_I2C
856         tristate "NatSemi SCx200 I2C using GPIO pins (DEPRECATED)"
857         depends on SCx200_GPIO
858         select I2C_ALGOBIT
859         help
860           Enable the use of two GPIO pins of a SCx200 processor as an I2C bus.
861
862           If you don't know what to do here, say N.
863
864           This support is also available as a module.  If so, the module
865           will be called scx200_i2c.
866
867           This driver is deprecated and will be dropped soon. Use i2c-gpio
868           (or scx200_acb) instead.
869
870 config SCx200_I2C_SCL
871         int "GPIO pin used for SCL"
872         depends on SCx200_I2C
873         default "12"
874         help
875           Enter the GPIO pin number used for the SCL signal.  This value can
876           also be specified with a module parameter.
877
878 config SCx200_I2C_SDA
879         int "GPIO pin used for SDA"
880         depends on SCx200_I2C
881         default "13"
882         help
883           Enter the GPIO pin number used for the SSA signal.  This value can
884           also be specified with a module parameter.
885
886 config SCx200_ACB
887         tristate "Geode ACCESS.bus support"
888         depends on X86_32 && PCI
889         help
890           Enable the use of the ACCESS.bus controllers on the Geode SCx200 and
891           SC1100 processors and the CS5535 and CS5536 Geode companion devices.
892
893           If you don't know what to do here, say N.
894
895           This support is also available as a module.  If so, the module
896           will be called scx200_acb.
897
898 endmenu