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