xref: /linux/drivers/i2c/busses/Kconfig (revision 7a309195d11cde854eb75559fbd6b48f9e518f25)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Sensor device configuration
4#
5
6menu "I2C Hardware Bus support"
7	depends on HAS_IOMEM
8
9comment "PC SMBus host controller drivers"
10	depends on PCI
11
12config I2C_ALI1535
13	tristate "ALI 1535"
14	depends on PCI
15	help
16	  If you say yes to this option, support will be included for the SMB
17	  Host controller on Acer Labs Inc. (ALI) M1535 South Bridges.  The SMB
18	  controller is part of the 7101 device, which is an ACPI-compliant
19	  Power Management Unit (PMU).
20
21	  This driver can also be built as a module.  If so, the module
22	  will be called i2c-ali1535.
23
24config I2C_ALI1563
25	tristate "ALI 1563"
26	depends on PCI
27	help
28	  If you say yes to this option, support will be included for the SMB
29	  Host controller on Acer Labs Inc. (ALI) M1563 South Bridges.  The SMB
30	  controller is part of the 7101 device, which is an ACPI-compliant
31	  Power Management Unit (PMU).
32
33	  This driver can also be built as a module.  If so, the module
34	  will be called i2c-ali1563.
35
36config I2C_ALI15X3
37	tristate "ALI 15x3"
38	depends on PCI
39	help
40	  If you say yes to this option, support will be included for the
41	  Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces.
42
43	  This driver can also be built as a module.  If so, the module
44	  will be called i2c-ali15x3.
45
46config I2C_AMD756
47	tristate "AMD 756/766/768/8111 and nVidia nForce"
48	depends on PCI
49	help
50	  If you say yes to this option, support will be included for the AMD
51	  756/766/768 mainboard I2C interfaces.  The driver also includes
52	  support for the first (SMBus 1.0) I2C interface of the AMD 8111 and
53	  the nVidia nForce I2C interface.
54
55	  This driver can also be built as a module.  If so, the module
56	  will be called i2c-amd756.
57
58config I2C_AMD756_S4882
59	tristate "SMBus multiplexing on the Tyan S4882"
60	depends on I2C_AMD756 && X86
61	help
62	  Enabling this option will add specific SMBus support for the Tyan
63	  S4882 motherboard.  On this 4-CPU board, the SMBus is multiplexed
64	  over 8 different channels, where the various memory module EEPROMs
65	  and temperature sensors live.  Saying yes here will give you access
66	  to these in addition to the trunk.
67
68	  This driver can also be built as a module.  If so, the module
69	  will be called i2c-amd756-s4882.
70
71config I2C_AMD8111
72	tristate "AMD 8111"
73	depends on PCI
74	help
75	  If you say yes to this option, support will be included for the
76	  second (SMBus 2.0) AMD 8111 mainboard I2C interface.
77
78	  This driver can also be built as a module.  If so, the module
79	  will be called i2c-amd8111.
80
81config I2C_AMD_MP2
82	tristate "AMD MP2 PCIe"
83	depends on PCI && ACPI
84	help
85	  If you say yes to this option, support will be included for the AMD
86	  MP2 PCIe I2C adapter.
87
88	  This driver can also be built as modules.  If so, the modules will
89	  be called i2c-amd-mp2-pci and i2c-amd-mp2-plat.
90
91config I2C_HIX5HD2
92	tristate "Hix5hd2 high-speed I2C driver"
93	depends on ARCH_HISI || ARCH_HIX5HD2 || COMPILE_TEST
94	help
95	  Say Y here to include support for the high-speed I2C controller
96	  used in HiSilicon hix5hd2 SoCs.
97
98	  This driver can also be built as a module. If so, the module
99	  will be called i2c-hix5hd2.
100
101config I2C_I801
102	tristate "Intel 82801 (ICH/PCH)"
103	depends on PCI
104	select CHECK_SIGNATURE if X86 && DMI
105	select I2C_SMBUS
106	help
107	  If you say yes to this option, support will be included for the Intel
108	  801 family of mainboard I2C interfaces.  Specifically, the following
109	  versions of the chipset are supported:
110	    82801AA
111	    82801AB
112	    82801BA
113	    82801CA/CAM
114	    82801DB
115	    82801EB/ER (ICH5/ICH5R)
116	    6300ESB
117	    ICH6
118	    ICH7
119	    ESB2
120	    ICH8
121	    ICH9
122	    EP80579 (Tolapai)
123	    ICH10
124	    5/3400 Series (PCH)
125	    6 Series (PCH)
126	    Patsburg (PCH)
127	    DH89xxCC (PCH)
128	    Panther Point (PCH)
129	    Lynx Point (PCH)
130	    Avoton (SOC)
131	    Wellsburg (PCH)
132	    Coleto Creek (PCH)
133	    Wildcat Point (PCH)
134	    BayTrail (SOC)
135	    Braswell (SOC)
136	    Sunrise Point (PCH)
137	    Kaby Lake (PCH)
138	    DNV (SOC)
139	    Broxton (SOC)
140	    Lewisburg (PCH)
141	    Gemini Lake (SOC)
142	    Cannon Lake (PCH)
143	    Cedar Fork (PCH)
144	    Ice Lake (PCH)
145	    Comet Lake (PCH)
146	    Elkhart Lake (PCH)
147	    Tiger Lake (PCH)
148	    Jasper Lake (SOC)
149
150	  This driver can also be built as a module.  If so, the module
151	  will be called i2c-i801.
152
153config I2C_ISCH
154	tristate "Intel SCH SMBus 1.0"
155	depends on PCI
156	select LPC_SCH
157	help
158	  Say Y here if you want to use SMBus controller on the Intel SCH
159	  based systems.
160
161	  This driver can also be built as a module. If so, the module
162	  will be called i2c-isch.
163
164config I2C_ISMT
165	tristate "Intel iSMT SMBus Controller"
166	depends on PCI && X86
167	help
168	  If you say yes to this option, support will be included for the Intel
169	  iSMT SMBus host controller interface.
170
171	  This driver can also be built as a module.  If so, the module will be
172	  called i2c-ismt.
173
174config I2C_PIIX4
175	tristate "Intel PIIX4 and compatible (ATI/AMD/Serverworks/Broadcom/SMSC)"
176	depends on PCI
177	help
178	  If you say yes to this option, support will be included for the Intel
179	  PIIX4 family of mainboard I2C interfaces.  Specifically, the following
180	  versions of the chipset are supported (note that Serverworks is part
181	  of Broadcom):
182	    Intel PIIX4
183	    Intel 440MX
184	    ATI IXP200
185	    ATI IXP300
186	    ATI IXP400
187	    ATI SB600
188	    ATI SB700/SP5100
189	    ATI SB800
190	    AMD Hudson-2
191	    AMD ML
192	    AMD CZ
193	    Hygon CZ
194	    Serverworks OSB4
195	    Serverworks CSB5
196	    Serverworks CSB6
197	    Serverworks HT-1000
198	    Serverworks HT-1100
199	    SMSC Victory66
200
201	  Some AMD chipsets contain two PIIX4-compatible SMBus
202	  controllers. This driver will attempt to use both controllers
203	  on the SB700/SP5100, if they have been initialized by the BIOS.
204
205	  This driver can also be built as a module.  If so, the module
206	  will be called i2c-piix4.
207
208config I2C_CHT_WC
209	tristate "Intel Cherry Trail Whiskey Cove PMIC smbus controller"
210	depends on INTEL_SOC_PMIC_CHTWC
211	help
212	  If you say yes to this option, support will be included for the
213	  SMBus controller found in the Intel Cherry Trail Whiskey Cove PMIC
214	  found on some Intel Cherry Trail systems.
215
216	  Note this controller is hooked up to a TI bq24292i charger-IC,
217	  combined with a FUSB302 Type-C port-controller as such it is advised
218	  to also select CONFIG_TYPEC_FUSB302=m.
219
220config I2C_NFORCE2
221	tristate "Nvidia nForce2, nForce3 and nForce4"
222	depends on PCI
223	help
224	  If you say yes to this option, support will be included for the Nvidia
225	  nForce2, nForce3 and nForce4 families of mainboard I2C interfaces.
226
227	  This driver can also be built as a module.  If so, the module
228	  will be called i2c-nforce2.
229
230config I2C_NFORCE2_S4985
231	tristate "SMBus multiplexing on the Tyan S4985"
232	depends on I2C_NFORCE2 && X86
233	help
234	  Enabling this option will add specific SMBus support for the Tyan
235	  S4985 motherboard.  On this 4-CPU board, the SMBus is multiplexed
236	  over 4 different channels, where the various memory module EEPROMs
237	  live.  Saying yes here will give you access to these in addition
238	  to the trunk.
239
240	  This driver can also be built as a module.  If so, the module
241	  will be called i2c-nforce2-s4985.
242
243config I2C_NVIDIA_GPU
244	tristate "NVIDIA GPU I2C controller"
245	depends on PCI
246	help
247	  If you say yes to this option, support will be included for the
248	  NVIDIA GPU I2C controller which is used to communicate with the GPU's
249	  Type-C controller. This driver can also be built as a module called
250	  i2c-nvidia-gpu.
251
252config I2C_SIS5595
253	tristate "SiS 5595"
254	depends on PCI
255	help
256	  If you say yes to this option, support will be included for the
257	  SiS5595 SMBus (a subset of I2C) interface.
258
259	  This driver can also be built as a module.  If so, the module
260	  will be called i2c-sis5595.
261
262config I2C_SIS630
263	tristate "SiS 630/730/964"
264	depends on PCI
265	help
266	  If you say yes to this option, support will be included for the
267	  SiS630, SiS730 and SiS964 SMBus (a subset of I2C) interface.
268
269	  This driver can also be built as a module.  If so, the module
270	  will be called i2c-sis630.
271
272config I2C_SIS96X
273	tristate "SiS 96x"
274	depends on PCI
275	help
276	  If you say yes to this option, support will be included for the SiS
277	  96x SMBus (a subset of I2C) interfaces.  Specifically, the following
278	  chipsets are supported:
279	    645/961
280	    645DX/961
281	    645DX/962
282	    648/961
283	    650/961
284	    735
285	    745
286
287	  This driver can also be built as a module.  If so, the module
288	  will be called i2c-sis96x.
289
290config I2C_VIA
291	tristate "VIA VT82C586B"
292	depends on PCI
293	select I2C_ALGOBIT
294	help
295	  If you say yes to this option, support will be included for the VIA
296	  82C586B I2C interface
297
298	  This driver can also be built as a module.  If so, the module
299	  will be called i2c-via.
300
301config I2C_VIAPRO
302	tristate "VIA VT82C596/82C686/82xx and CX700/VX8xx/VX900"
303	depends on PCI
304	help
305	  If you say yes to this option, support will be included for the VIA
306	  VT82C596 and later SMBus interface.  Specifically, the following
307	  chipsets are supported:
308	    VT82C596A/B
309	    VT82C686A/B
310	    VT8231
311	    VT8233/A
312	    VT8235
313	    VT8237R/A/S
314	    VT8251
315	    CX700
316	    VX800/VX820
317	    VX855/VX875
318	    VX900
319
320	  This driver can also be built as a module.  If so, the module
321	  will be called i2c-viapro.
322
323if ACPI
324
325comment "ACPI drivers"
326
327config I2C_SCMI
328	tristate "SMBus Control Method Interface"
329	help
330	  This driver supports the SMBus Control Method Interface. It needs the
331	  BIOS to declare ACPI control methods as described in the SMBus Control
332	  Method Interface specification.
333
334	  To compile this driver as a module, choose M here:
335	  the module will be called i2c-scmi.
336
337endif # ACPI
338
339comment "Mac SMBus host controller drivers"
340	depends on PPC_CHRP || PPC_PMAC
341
342config I2C_HYDRA
343	tristate "CHRP Apple Hydra Mac I/O I2C interface"
344	depends on PCI && PPC_CHRP
345	select I2C_ALGOBIT
346	help
347	  This supports the use of the I2C interface in the Apple Hydra Mac
348	  I/O chip on some CHRP machines (e.g. the LongTrail).  Say Y if you
349	  have such a machine.
350
351	  This support is also available as a module.  If so, the module
352	  will be called i2c-hydra.
353
354config I2C_POWERMAC
355	tristate "Powermac I2C interface"
356	depends on PPC_PMAC
357	default y
358	help
359	  This exposes the various PowerMac i2c interfaces to the linux i2c
360	  layer and to userland. It is used by various drivers on the PowerMac
361	  platform, and should generally be enabled.
362
363	  This support is also available as a module.  If so, the module
364	  will be called i2c-powermac.
365
366comment "I2C system bus drivers (mostly embedded / system-on-chip)"
367
368config I2C_ALTERA
369	tristate "Altera Soft IP I2C"
370	depends on ARCH_SOCFPGA || NIOS2 || COMPILE_TEST
371	depends on OF
372	help
373	  If you say yes to this option, support will be included for the
374	  Altera Soft IP I2C interfaces on SoCFPGA and Nios2 architectures.
375
376	  This driver can also be built as a module.  If so, the module
377	  will be called i2c-altera.
378
379config I2C_ASPEED
380	tristate "Aspeed I2C Controller"
381	depends on ARCH_ASPEED || COMPILE_TEST
382	help
383	  If you say yes to this option, support will be included for the
384	  Aspeed I2C controller.
385
386	  This driver can also be built as a module.  If so, the module
387	  will be called i2c-aspeed.
388
389config I2C_AT91
390	tristate "Atmel AT91 I2C Two-Wire interface (TWI)"
391	depends on ARCH_AT91 || COMPILE_TEST
392	help
393	  This supports the use of the I2C interface on Atmel AT91
394	  processors.
395
396	  A serious problem is that there is no documented way to issue
397	  repeated START conditions for more than two messages, as needed
398	  to support combined I2C messages.  Use the i2c-gpio driver
399	  unless your system can cope with this limitation.
400
401	  Caution! at91rm9200, at91sam9261, at91sam9260, at91sam9263 devices
402	  don't have clock stretching in transmission mode. For that reason,
403	  you can encounter underrun issues causing premature stop sendings if
404	  the latency to fill the transmission register is too long. If you
405	  are facing this situation, use the i2c-gpio driver.
406
407config I2C_AT91_SLAVE_EXPERIMENTAL
408	tristate "Microchip AT91 I2C experimental slave mode"
409	depends on I2C_AT91
410	select I2C_SLAVE
411	help
412	  If you say yes to this option, support for the slave mode will be
413	  added. Caution: do not use it for production. This feature has not
414	  been tested in a heavy way, help wanted.
415	  There are known bugs:
416	    - It can hang, on a SAMA5D4, after several transfers.
417	    - There are some mismtaches with a SAMA5D4 as slave and a SAMA5D2 as
418	    master.
419
420config I2C_AU1550
421	tristate "Au1550/Au1200/Au1300 SMBus interface"
422	depends on MIPS_ALCHEMY
423	help
424	  If you say yes to this option, support will be included for the
425	  Au1550/Au1200/Au1300 SMBus interface.
426
427	  This driver can also be built as a module.  If so, the module
428	  will be called i2c-au1550.
429
430config I2C_AXXIA
431	tristate "Axxia I2C controller"
432	depends on ARCH_AXXIA || COMPILE_TEST
433	default ARCH_AXXIA
434	select I2C_SLAVE
435	help
436	  Say yes if you want to support the I2C bus on Axxia platforms.
437
438	  Please note that this controller is limited to transfers of maximum
439	  255 bytes in length. Any attempt to to a larger transfer will return
440	  an error.
441
442config I2C_BCM2835
443	tristate "Broadcom BCM2835 I2C controller"
444	depends on ARCH_BCM2835 || ARCH_BRCMSTB || COMPILE_TEST
445	depends on COMMON_CLK
446	help
447	  If you say yes to this option, support will be included for the
448	  BCM2835 I2C controller.
449
450	  If you don't know what to do here, say N.
451
452	  This support is also available as a module.  If so, the module
453	  will be called i2c-bcm2835.
454
455config I2C_BCM_IPROC
456	tristate "Broadcom iProc I2C controller"
457	depends on ARCH_BCM_IPROC || COMPILE_TEST
458	default ARCH_BCM_IPROC
459	select I2C_SLAVE
460	help
461	  If you say yes to this option, support will be included for the
462	  Broadcom iProc I2C controller.
463
464	  If you don't know what to do here, say N.
465
466config I2C_BCM_KONA
467	tristate "BCM Kona I2C adapter"
468	depends on ARCH_BCM_MOBILE || COMPILE_TEST
469	default y if ARCH_BCM_MOBILE
470	help
471	  If you say yes to this option, support will be included for the
472	  I2C interface on the Broadcom Kona family of processors.
473
474	  If you do not need KONA I2C interface, say N.
475
476config I2C_BRCMSTB
477	tristate "BRCM Settop/DSL I2C controller"
478	depends on ARCH_BCM2835 || ARCH_BRCMSTB || BMIPS_GENERIC || \
479		   ARCH_BCM_63XX || COMPILE_TEST
480	default y
481	help
482	  If you say yes to this option, support will be included for the
483	  I2C interface on the Broadcom Settop/DSL SoCs.
484
485	  If you do not need I2C interface, say N.
486
487config I2C_CADENCE
488	tristate "Cadence I2C Controller"
489	depends on ARCH_ZYNQ || ARM64 || XTENSA
490	help
491	  Say yes here to select Cadence I2C Host Controller. This controller is
492	  e.g. used by Xilinx Zynq.
493
494config I2C_CBUS_GPIO
495	tristate "CBUS I2C driver"
496	depends on GPIOLIB || COMPILE_TEST
497	help
498	  Support for CBUS access using I2C API. Mostly relevant for Nokia
499	  Internet Tablets (770, N800 and N810).
500
501	  This driver can also be built as a module.  If so, the module
502	  will be called i2c-cbus-gpio.
503
504config I2C_CPM
505	tristate "Freescale CPM1 or CPM2 (MPC8xx/826x)"
506	depends on CPM1 || CPM2
507	help
508	  This supports the use of the I2C interface on Freescale
509	  processors with CPM1 or CPM2.
510
511	  This driver can also be built as a module.  If so, the module
512	  will be called i2c-cpm.
513
514config I2C_DAVINCI
515	tristate "DaVinci I2C driver"
516	depends on ARCH_DAVINCI || ARCH_KEYSTONE || COMPILE_TEST
517	help
518	  Support for TI DaVinci I2C controller driver.
519
520	  This driver can also be built as a module.  If so, the module
521	  will be called i2c-davinci.
522
523	  Please note that this driver might be needed to bring up other
524	  devices such as DaVinci NIC.
525	  For details please see http://www.ti.com/davinci
526
527config I2C_DESIGNWARE_CORE
528	tristate
529	select REGMAP
530
531config I2C_DESIGNWARE_SLAVE
532	bool "Synopsys DesignWare Slave"
533	depends on I2C_DESIGNWARE_CORE
534	select I2C_SLAVE
535	help
536	  If you say yes to this option, support will be included for the
537	  Synopsys DesignWare I2C slave adapter.
538
539	  This is not a standalone module, this module compiles together with
540	  i2c-designware-core.
541
542config I2C_DESIGNWARE_PLATFORM
543	tristate "Synopsys DesignWare Platform"
544	depends on (ACPI && COMMON_CLK) || !ACPI
545	select I2C_DESIGNWARE_CORE
546	select MFD_SYSCON if MIPS_BAIKAL_T1
547	help
548	  If you say yes to this option, support will be included for the
549	  Synopsys DesignWare I2C adapter.
550
551	  This driver can also be built as a module.  If so, the module
552	  will be called i2c-designware-platform.
553
554config I2C_DESIGNWARE_BAYTRAIL
555	bool "Intel Baytrail I2C semaphore support"
556	depends on ACPI
557	depends on I2C_DESIGNWARE_PLATFORM
558	depends on (I2C_DESIGNWARE_PLATFORM=m && IOSF_MBI) || \
559		   (I2C_DESIGNWARE_PLATFORM=y && IOSF_MBI=y)
560	help
561	  This driver enables managed host access to the PMIC I2C bus on select
562	  Intel BayTrail platforms using the X-Powers AXP288 PMIC. It allows
563	  the host to request uninterrupted access to the PMIC's I2C bus from
564	  the platform firmware controlling it. You should say Y if running on
565	  a BayTrail system using the AXP288.
566
567config I2C_DESIGNWARE_PCI
568	tristate "Synopsys DesignWare PCI"
569	depends on PCI
570	select I2C_DESIGNWARE_CORE
571	help
572	  If you say yes to this option, support will be included for the
573	  Synopsys DesignWare I2C adapter. Only master mode is supported.
574
575	  This driver can also be built as a module.  If so, the module
576	  will be called i2c-designware-pci.
577
578config I2C_DIGICOLOR
579	tristate "Conexant Digicolor I2C driver"
580	depends on ARCH_DIGICOLOR || COMPILE_TEST
581	help
582	  Support for Conexant Digicolor SoCs (CX92755) I2C controller driver.
583
584	  This driver can also be built as a module.  If so, the module
585	  will be called i2c-digicolor.
586
587config I2C_EFM32
588	tristate "EFM32 I2C controller"
589	depends on ARCH_EFM32 || COMPILE_TEST
590	help
591	  This driver supports the i2c block found in Energy Micro's EFM32
592	  SoCs.
593
594config I2C_EG20T
595	tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) I2C"
596	depends on PCI && (X86_32 || MIPS || COMPILE_TEST)
597	help
598	  This driver is for PCH(Platform controller Hub) I2C of EG20T which
599	  is an IOH(Input/Output Hub) for x86 embedded processor.
600	  This driver can access PCH I2C bus device.
601
602	  This driver also can be used for LAPIS Semiconductor IOH(Input/
603	  Output Hub), ML7213, ML7223 and ML7831.
604	  ML7213 IOH is for IVI(In-Vehicle Infotainment) use, ML7223 IOH is
605	  for MP(Media Phone) use and ML7831 IOH is for general purpose use.
606	  ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series.
607	  ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH.
608
609config I2C_EMEV2
610	tristate "EMMA Mobile series I2C adapter"
611	depends on HAVE_CLK
612	select I2C_SLAVE
613	help
614	  If you say yes to this option, support will be included for the
615	  I2C interface on the Renesas Electronics EM/EV family of processors.
616
617config I2C_EXYNOS5
618	tristate "Exynos high-speed I2C driver"
619	depends on OF
620	depends on ARCH_EXYNOS || COMPILE_TEST
621	default y if ARCH_EXYNOS
622	help
623	  High-speed I2C controller on Exynos5 and newer Samsung SoCs.
624
625config I2C_GPIO
626	tristate "GPIO-based bitbanging I2C"
627	depends on GPIOLIB || COMPILE_TEST
628	select I2C_ALGOBIT
629	help
630	  This is a very simple bitbanging I2C driver utilizing the
631	  arch-neutral GPIO API to control the SCL and SDA lines.
632
633config I2C_GPIO_FAULT_INJECTOR
634	bool "GPIO-based fault injector"
635	depends on I2C_GPIO
636	help
637	  This adds some functionality to the i2c-gpio driver which can inject
638	  faults to an I2C bus, so another bus master can be stress-tested.
639	  This is for debugging. If unsure, say 'no'.
640
641config I2C_HIGHLANDER
642	tristate "Highlander FPGA SMBus interface"
643	depends on SH_HIGHLANDER || COMPILE_TEST
644	help
645	  If you say yes to this option, support will be included for
646	  the SMBus interface located in the FPGA on various Highlander
647	  boards, particularly the R0P7780LC0011RL and R0P7785LC0011RL
648	  FPGAs. This is wholly unrelated to the SoC I2C.
649
650	  This driver can also be built as a module.  If so, the module
651	  will be called i2c-highlander.
652
653config I2C_IBM_IIC
654	tristate "IBM PPC 4xx on-chip I2C interface"
655	depends on 4xx
656	help
657	  Say Y here if you want to use IIC peripheral found on
658	  embedded IBM PPC 4xx based systems.
659
660	  This driver can also be built as a module.  If so, the module
661	  will be called i2c-ibm_iic.
662
663config I2C_IMG
664	tristate "Imagination Technologies I2C SCB Controller"
665	depends on MIPS || COMPILE_TEST
666	help
667	  Say Y here if you want to use the IMG I2C SCB controller,
668	  available on the TZ1090 and other IMG SoCs.
669
670	  This driver can also be built as a module.  If so, the module
671	  will be called i2c-img-scb.
672
673config I2C_IMX
674	tristate "IMX I2C interface"
675	depends on ARCH_MXC || ARCH_LAYERSCAPE || COLDFIRE
676	help
677	  Say Y here if you want to use the IIC bus controller on
678	  the Freescale i.MX/MXC, Layerscape or ColdFire processors.
679
680	  This driver can also be built as a module.  If so, the module
681	  will be called i2c-imx.
682
683config I2C_IMX_LPI2C
684	tristate "IMX Low Power I2C interface"
685	depends on ARCH_MXC || COMPILE_TEST
686	help
687	  Say Y here if you want to use the Low Power IIC bus controller
688	  on the Freescale i.MX processors.
689
690	  This driver can also be built as a module. If so, the module
691	  will be called i2c-imx-lpi2c.
692
693config I2C_IOP3XX
694	tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface"
695	depends on ARCH_IOP32X || ARCH_IXP4XX || COMPILE_TEST
696	help
697	  Say Y here if you want to use the IIC bus controller on
698	  the Intel IOPx3xx I/O Processors or IXP4xx Network Processors.
699
700	  This driver can also be built as a module.  If so, the module
701	  will be called i2c-iop3xx.
702
703config I2C_JZ4780
704	tristate "JZ4780 I2C controller interface support"
705	depends on MIPS || COMPILE_TEST
706	help
707	 If you say yes to this option, support will be included for the
708	 Ingenic JZ4780 I2C controller.
709
710	 If you don't know what to do here, say N.
711
712config I2C_KEMPLD
713	tristate "Kontron COM I2C Controller"
714	depends on MFD_KEMPLD
715	help
716	  This enables support for the I2C bus interface on some Kontron ETX
717	  and COMexpress (ETXexpress) modules.
718
719	  This driver can also be built as a module. If so, the module
720	  will be called i2c-kempld.
721
722config I2C_LPC2K
723	tristate "I2C bus support for NXP LPC2K/LPC178x/18xx/43xx"
724	depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
725	help
726	  This driver supports the I2C interface found several NXP
727	  devices including LPC2xxx, LPC178x/7x and LPC18xx/43xx.
728
729	  This driver can also be built as a module.  If so, the module
730	  will be called i2c-lpc2k.
731
732config I2C_MESON
733	tristate "Amlogic Meson I2C controller"
734	depends on ARCH_MESON || COMPILE_TEST
735	depends on COMMON_CLK
736	help
737	  If you say yes to this option, support will be included for the
738	  I2C interface on the Amlogic Meson family of SoCs.
739
740config I2C_MPC
741	tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx"
742	depends on PPC
743	help
744	  If you say yes to this option, support will be included for the
745	  built-in I2C interface on the MPC107, Tsi107, MPC512x, MPC52xx,
746	  MPC8240, MPC8245, MPC83xx, MPC85xx and MPC8641 family processors.
747
748	  This driver can also be built as a module.  If so, the module
749	  will be called i2c-mpc.
750
751config I2C_MT65XX
752	tristate "MediaTek I2C adapter"
753	depends on ARCH_MEDIATEK || COMPILE_TEST
754	help
755	  This selects the MediaTek(R) Integrated Inter Circuit bus driver
756	  for MT65xx and MT81xx.
757	  If you want to use MediaTek(R) I2C interface, say Y or M here.
758	  If unsure, say N.
759
760config I2C_MT7621
761	tristate "MT7621/MT7628 I2C Controller"
762	depends on (RALINK && (SOC_MT7620 || SOC_MT7621)) || COMPILE_TEST
763	help
764	  Say Y here to include support for I2C controller in the
765	  MediaTek MT7621/MT7628 SoCs.
766
767config I2C_MV64XXX
768	tristate "Marvell mv64xxx I2C Controller"
769	depends on MV64X60 || PLAT_ORION || ARCH_SUNXI || ARCH_MVEBU || COMPILE_TEST
770	help
771	  If you say yes to this option, support will be included for the
772	  built-in I2C interface on the Marvell 64xxx line of host bridges.
773	  This driver is also used for Allwinner SoCs I2C controllers.
774
775	  This driver can also be built as a module.  If so, the module
776	  will be called i2c-mv64xxx.
777
778config I2C_MXS
779	tristate "Freescale i.MX28 I2C interface"
780	depends on SOC_IMX28 || COMPILE_TEST
781	select STMP_DEVICE
782	help
783	  Say Y here if you want to use the I2C bus controller on
784	  the Freescale i.MX28 processors.
785
786	  This driver can also be built as a module.  If so, the module
787	  will be called i2c-mxs.
788
789config I2C_NOMADIK
790	tristate "ST-Ericsson Nomadik/Ux500 I2C Controller"
791	depends on ARM_AMBA
792	help
793	  If you say yes to this option, support will be included for the
794	  I2C interface from ST-Ericsson's Nomadik and Ux500 architectures,
795	  as well as the STA2X11 PCIe I/O HUB.
796
797config I2C_NPCM7XX
798	tristate "Nuvoton I2C Controller"
799	depends on ARCH_NPCM7XX || COMPILE_TEST
800	help
801	  If you say yes to this option, support will be included for the
802	  Nuvoton I2C controller, which is available on the NPCM7xx BMC
803	  controller.
804	  Driver can also support slave mode (select I2C_SLAVE).
805
806config I2C_OCORES
807	tristate "OpenCores I2C Controller"
808	help
809	  If you say yes to this option, support will be included for the
810	  OpenCores I2C controller. For details see
811	  http://www.opencores.org/projects.cgi/web/i2c/overview
812
813	  This driver can also be built as a module.  If so, the module
814	  will be called i2c-ocores.
815
816config I2C_OMAP
817	tristate "OMAP I2C adapter"
818	depends on ARCH_OMAP || ARCH_K3 || COMPILE_TEST
819	default y if MACH_OMAP_H3 || MACH_OMAP_OSK
820	help
821	  If you say yes to this option, support will be included for the
822	  I2C interface on the Texas Instruments OMAP1/2 family of processors.
823	  Like OMAP1510/1610/1710/5912 and OMAP242x.
824	  For details see http://www.ti.com/omap.
825
826config I2C_OWL
827	tristate "Actions Semiconductor Owl I2C Controller"
828	depends on ARCH_ACTIONS || COMPILE_TEST
829	help
830	  Say Y here if you want to use the I2C bus controller on
831	  the Actions Semiconductor Owl SoC's.
832
833config I2C_PASEMI
834	tristate "PA Semi SMBus interface"
835	depends on PPC_PASEMI && PCI
836	help
837	  Supports the PA Semi PWRficient on-chip SMBus interfaces.
838
839config I2C_PCA_PLATFORM
840	tristate "PCA9564/PCA9665 as platform device"
841	select I2C_ALGOPCA
842	default n
843	help
844	  This driver supports a memory mapped Philips PCA9564/PCA9665
845	  parallel bus to I2C bus controller.
846
847	  This driver can also be built as a module.  If so, the module
848	  will be called i2c-pca-platform.
849
850config I2C_PMCMSP
851	tristate "PMC MSP I2C TWI Controller"
852	depends on PMC_MSP || COMPILE_TEST
853	help
854	  This driver supports the PMC TWI controller on MSP devices.
855
856	  This driver can also be built as module. If so, the module
857	  will be called i2c-pmcmsp.
858
859config I2C_PNX
860	tristate "I2C bus support for Philips PNX and NXP LPC targets"
861	depends on ARCH_LPC32XX || COMPILE_TEST
862	help
863	  This driver supports the Philips IP3204 I2C IP block master and/or
864	  slave controller
865
866	  This driver can also be built as a module.  If so, the module
867	  will be called i2c-pnx.
868
869config I2C_PXA
870	tristate "Intel PXA2XX I2C adapter"
871	depends on ARCH_PXA || ARCH_MMP || ARCH_MVEBU || (X86_32 && PCI && OF) || COMPILE_TEST
872	help
873	  If you have devices in the PXA I2C bus, say yes to this option.
874	  This driver can also be built as a module.  If so, the module
875	  will be called i2c-pxa.
876
877config I2C_PXA_PCI
878	def_bool I2C_PXA && X86_32 && PCI && OF
879
880config I2C_PXA_SLAVE
881	bool "Intel PXA2XX I2C Slave comms support"
882	depends on I2C_PXA && !X86_32
883	select I2C_SLAVE
884	help
885	  Support I2C slave mode communications on the PXA I2C bus.  This
886	  is necessary for systems where the PXA may be a target on the
887	  I2C bus.
888
889config I2C_QCOM_CCI
890	tristate "Qualcomm Camera Control Interface"
891	depends on ARCH_QCOM || COMPILE_TEST
892	help
893	  If you say yes to this option, support will be included for the
894	  built-in camera control interface on the Qualcomm SoCs.
895
896	  This driver can also be built as a module.  If so, the module
897	  will be called i2c-qcom-cci.
898
899config I2C_QCOM_GENI
900	tristate "Qualcomm Technologies Inc.'s GENI based I2C controller"
901	depends on ARCH_QCOM || COMPILE_TEST
902	depends on QCOM_GENI_SE
903	help
904	  This driver supports GENI serial engine based I2C controller in
905	  master mode on the Qualcomm Technologies Inc.'s SoCs. If you say
906	  yes to this option, support will be included for the built-in I2C
907	  interface on the Qualcomm Technologies Inc.'s SoCs.
908
909	  This driver can also be built as a module.  If so, the module
910	  will be called i2c-qcom-geni.
911
912config I2C_QUP
913	tristate "Qualcomm QUP based I2C controller"
914	depends on ARCH_QCOM
915	help
916	  If you say yes to this option, support will be included for the
917	  built-in I2C interface on the Qualcomm SoCs.
918
919	  This driver can also be built as a module.  If so, the module
920	  will be called i2c-qup.
921
922config I2C_RIIC
923	tristate "Renesas RIIC adapter"
924	depends on ARCH_RENESAS || COMPILE_TEST
925	help
926	  If you say yes to this option, support will be included for the
927	  Renesas RIIC I2C interface.
928
929	  This driver can also be built as a module.  If so, the module
930	  will be called i2c-riic.
931
932config I2C_RK3X
933	tristate "Rockchip RK3xxx I2C adapter"
934	depends on OF && COMMON_CLK
935	help
936	  Say Y here to include support for the I2C adapter in Rockchip RK3xxx
937	  SoCs.
938
939	  This driver can also be built as a module. If so, the module will
940	  be called i2c-rk3x.
941
942config HAVE_S3C2410_I2C
943	bool
944	help
945	  This will include I2C support for Samsung SoCs. If you want to
946	  include I2C support for any machine, kindly select this in the
947	  respective Kconfig file.
948
949config I2C_S3C2410
950	tristate "S3C/Exynos I2C Driver"
951	depends on HAVE_S3C2410_I2C || COMPILE_TEST
952	help
953	  Say Y here to include support for I2C controller in the
954	  Samsung SoCs (S3C, S5Pv210, Exynos).
955
956config I2C_SH7760
957	tristate "Renesas SH7760 I2C Controller"
958	depends on CPU_SUBTYPE_SH7760
959	help
960	  This driver supports the 2 I2C interfaces on the Renesas SH7760.
961
962	  This driver can also be built as a module.  If so, the module
963	  will be called i2c-sh7760.
964
965config I2C_SH_MOBILE
966	tristate "SuperH Mobile I2C Controller"
967	depends on ARCH_SHMOBILE || ARCH_RENESAS || COMPILE_TEST
968	help
969	  If you say yes to this option, support will be included for the
970	  built-in I2C interface on the Renesas SH-Mobile processor.
971
972	  This driver can also be built as a module.  If so, the module
973	  will be called i2c-sh_mobile.
974
975config I2C_SIMTEC
976	tristate "Simtec Generic I2C interface"
977	select I2C_ALGOBIT
978	help
979	  If you say yes to this option, support will be included for
980	  the Simtec Generic I2C interface. This driver is for the
981	  simple I2C bus used on newer Simtec products for general
982	  I2C, such as DDC on the Simtec BBD2016A.
983
984	  This driver can also be built as a module. If so, the module
985	  will be called i2c-simtec.
986
987config I2C_SIRF
988	tristate "CSR SiRFprimaII I2C interface"
989	depends on ARCH_SIRF || COMPILE_TEST
990	help
991	  If you say yes to this option, support will be included for the
992	  CSR SiRFprimaII I2C interface.
993
994	  This driver can also be built as a module.  If so, the module
995	  will be called i2c-sirf.
996
997config I2C_SPRD
998	tristate "Spreadtrum I2C interface"
999	depends on I2C=y && (ARCH_SPRD || COMPILE_TEST)
1000	help
1001	  If you say yes to this option, support will be included for the
1002	  Spreadtrum I2C interface.
1003
1004config I2C_ST
1005	tristate "STMicroelectronics SSC I2C support"
1006	depends on ARCH_STI || COMPILE_TEST
1007	help
1008	  Enable this option to add support for STMicroelectronics SoCs
1009	  hardware SSC (Synchronous Serial Controller) as an I2C controller.
1010
1011	  This driver can also be built as module. If so, the module
1012	  will be called i2c-st.
1013
1014config I2C_STM32F4
1015	tristate "STMicroelectronics STM32F4 I2C support"
1016	depends on ARCH_STM32 || COMPILE_TEST
1017	help
1018	  Enable this option to add support for STM32 I2C controller embedded
1019	  in STM32F4 SoCs.
1020
1021	  This driver can also be built as module. If so, the module
1022	  will be called i2c-stm32f4.
1023
1024config I2C_STM32F7
1025	tristate "STMicroelectronics STM32F7 I2C support"
1026	depends on ARCH_STM32 || COMPILE_TEST
1027	select I2C_SLAVE
1028	help
1029	  Enable this option to add support for STM32 I2C controller embedded
1030	  in STM32F7 SoCs.
1031
1032	  This driver can also be built as module. If so, the module
1033	  will be called i2c-stm32f7.
1034
1035config I2C_STU300
1036	tristate "ST Microelectronics DDC I2C interface"
1037	depends on MACH_U300 || COMPILE_TEST
1038	default y if MACH_U300
1039	help
1040	  If you say yes to this option, support will be included for the
1041	  I2C interface from ST Microelectronics simply called "DDC I2C"
1042	  supporting both I2C and DDC, used in e.g. the U300 series
1043	  mobile platforms.
1044
1045	  This driver can also be built as a module. If so, the module
1046	  will be called i2c-stu300.
1047
1048config I2C_SUN6I_P2WI
1049	tristate "Allwinner sun6i internal P2WI controller"
1050	depends on RESET_CONTROLLER
1051	depends on MACH_SUN6I || COMPILE_TEST
1052	help
1053	  If you say yes to this option, support will be included for the
1054	  P2WI (Push/Pull 2 Wire Interface) controller embedded in some sunxi
1055	  SOCs.
1056	  The P2WI looks like an SMBus controller (which supports only byte
1057	  accesses), except that it only supports one slave device.
1058	  This interface is used to connect to specific PMIC devices (like the
1059	  AXP221).
1060
1061config I2C_SYNQUACER
1062	tristate "Socionext SynQuacer I2C controller"
1063	depends on ARCH_SYNQUACER || COMPILE_TEST
1064	help
1065	  Say Y here to include support for the I2C controller used in some
1066	  Fujitsu and Socionext SoCs.
1067
1068	  This driver can also be built as a module. If so, the module
1069	  will be called i2c-synquacer.
1070
1071config I2C_TEGRA
1072	tristate "NVIDIA Tegra internal I2C controller"
1073	depends on ARCH_TEGRA || (COMPILE_TEST && (ARC || ARM || ARM64 || M68K || RISCV || SUPERH || SPARC))
1074	# COMPILE_TEST needs architectures with readsX()/writesX() primitives
1075	help
1076	  If you say yes to this option, support will be included for the
1077	  I2C controller embedded in NVIDIA Tegra SOCs
1078
1079config I2C_TEGRA_BPMP
1080	tristate "NVIDIA Tegra BPMP I2C controller"
1081	depends on TEGRA_BPMP || COMPILE_TEST
1082	default y if TEGRA_BPMP
1083	help
1084	  If you say yes to this option, support will be included for the I2C
1085	  controller embedded in NVIDIA Tegra SoCs accessed via the BPMP.
1086
1087	  This I2C driver is a 'virtual' I2C driver. The real driver is part
1088	  of the BPMP firmware, and this driver merely communicates with that
1089	  real driver.
1090
1091config I2C_UNIPHIER
1092	tristate "UniPhier FIFO-less I2C controller"
1093	depends on ARCH_UNIPHIER || COMPILE_TEST
1094	help
1095	  If you say yes to this option, support will be included for
1096	  the UniPhier FIFO-less I2C interface embedded in PH1-LD4, PH1-sLD8,
1097	  or older UniPhier SoCs.
1098
1099config I2C_UNIPHIER_F
1100	tristate "UniPhier FIFO-builtin I2C controller"
1101	depends on ARCH_UNIPHIER || COMPILE_TEST
1102	help
1103	  If you say yes to this option, support will be included for
1104	  the UniPhier FIFO-builtin I2C interface embedded in PH1-Pro4,
1105	  PH1-Pro5, or newer UniPhier SoCs.
1106
1107config I2C_VERSATILE
1108	tristate "ARM Versatile/Realview I2C bus support"
1109	depends on ARCH_MPS2 || ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS || COMPILE_TEST
1110	select I2C_ALGOBIT
1111	help
1112	  Say yes if you want to support the I2C serial bus on ARMs Versatile
1113	  range of platforms.
1114
1115	  This driver can also be built as a module.  If so, the module
1116	  will be called i2c-versatile.
1117
1118config I2C_WMT
1119	tristate "Wondermedia WM8xxx SoC I2C bus support"
1120	depends on ARCH_VT8500 || COMPILE_TEST
1121	help
1122	  Say yes if you want to support the I2C bus on Wondermedia 8xxx-series
1123	  SoCs.
1124
1125	  This driver can also be built as a module. If so, the module will be
1126	  called i2c-wmt.
1127
1128config I2C_OCTEON
1129	tristate "Cavium OCTEON I2C bus support"
1130	depends on CAVIUM_OCTEON_SOC
1131	help
1132	  Say yes if you want to support the I2C serial bus on Cavium
1133	  OCTEON SOC.
1134
1135	  This driver can also be built as a module.  If so, the module
1136	  will be called i2c-octeon.
1137
1138config I2C_THUNDERX
1139	tristate "Cavium ThunderX I2C bus support"
1140	depends on 64BIT && PCI && (ARM64 || COMPILE_TEST)
1141	select I2C_SMBUS
1142	help
1143	  Say yes if you want to support the I2C serial bus on Cavium
1144	  ThunderX SOC.
1145
1146	  This driver can also be built as a module.  If so, the module
1147	  will be called i2c-thunderx.
1148
1149config I2C_XILINX
1150	tristate "Xilinx I2C Controller"
1151	depends on HAS_IOMEM
1152	help
1153	  If you say yes to this option, support will be included for the
1154	  Xilinx I2C controller.
1155
1156	  This driver can also be built as a module.  If so, the module
1157	  will be called xilinx_i2c.
1158
1159config I2C_XLR
1160	tristate "Netlogic XLR and Sigma Designs I2C support"
1161	depends on CPU_XLR || ARCH_TANGO || COMPILE_TEST
1162	help
1163	  This driver enables support for the on-chip I2C interface of
1164	  the Netlogic XLR/XLS MIPS processors and Sigma Designs SOCs.
1165
1166	  This driver can also be built as a module.  If so, the module
1167	  will be called i2c-xlr.
1168
1169config I2C_XLP9XX
1170	tristate "XLP9XX I2C support"
1171	depends on CPU_XLP || ARCH_THUNDER2 || COMPILE_TEST
1172	help
1173	  This driver enables support for the on-chip I2C interface of
1174	  the Broadcom XLP9xx/XLP5xx MIPS and Vulcan ARM64 processors.
1175
1176	  This driver can also be built as a module.  If so, the module will
1177	  be called i2c-xlp9xx.
1178
1179config I2C_RCAR
1180	tristate "Renesas R-Car I2C Controller"
1181	depends on ARCH_RENESAS || COMPILE_TEST
1182	select I2C_SLAVE
1183	help
1184	  If you say yes to this option, support will be included for the
1185	  R-Car I2C controller.
1186
1187	  This driver can also be built as a module.  If so, the module
1188	  will be called i2c-rcar.
1189
1190comment "External I2C/SMBus adapter drivers"
1191
1192config I2C_DIOLAN_U2C
1193	tristate "Diolan U2C-12 USB adapter"
1194	depends on USB
1195	help
1196	  If you say yes to this option, support will be included for Diolan
1197	  U2C-12, a USB to I2C interface.
1198
1199	  This driver can also be built as a module.  If so, the module
1200	  will be called i2c-diolan-u2c.
1201
1202config I2C_DLN2
1203	tristate "Diolan DLN-2 USB I2C adapter"
1204	depends on MFD_DLN2
1205	help
1206	 If you say yes to this option, support will be included for Diolan
1207	 DLN2, a USB to I2C interface.
1208
1209	 This driver can also be built as a module.  If so, the module
1210	 will be called i2c-dln2.
1211
1212config I2C_PARPORT
1213	tristate "Parallel port adapter"
1214	depends on PARPORT
1215	select I2C_ALGOBIT
1216	select I2C_SMBUS
1217	help
1218	  This supports parallel port I2C adapters such as the ones made by
1219	  Philips or Velleman, Analog Devices evaluation boards, and more.
1220	  Basically any adapter using the parallel port as an I2C bus with
1221	  no extra chipset is supported by this driver, or could be. Please
1222	  read the file Documentation/i2c/busses/i2c-parport.rst for details.
1223
1224	  This support is also available as a module.  If so, the module
1225	  will be called i2c-parport.
1226
1227config I2C_ROBOTFUZZ_OSIF
1228	tristate "RobotFuzz Open Source InterFace USB adapter"
1229	depends on USB
1230	help
1231	  If you say yes to this option, support will be included for the
1232	  RobotFuzz Open Source InterFace USB to I2C interface.
1233
1234	  This driver can also be built as a module.  If so, the module
1235	  will be called i2c-osif.
1236
1237config I2C_TAOS_EVM
1238	tristate "TAOS evaluation module"
1239	depends on TTY
1240	select SERIO
1241	select SERIO_SERPORT
1242	default n
1243	help
1244	  This supports TAOS evaluation modules on serial port. In order to
1245	  use this driver, you will need the inputattach tool, which is part
1246	  of the input-utils package.
1247
1248	  If unsure, say N.
1249
1250	  This support is also available as a module.  If so, the module
1251	  will be called i2c-taos-evm.
1252
1253config I2C_TINY_USB
1254	tristate "Tiny-USB adapter"
1255	depends on USB
1256	help
1257	  If you say yes to this option, support will be included for the
1258	  i2c-tiny-usb, a simple do-it-yourself USB to I2C interface. See
1259	  http://www.harbaum.org/till/i2c_tiny_usb for hardware details.
1260
1261	  This driver can also be built as a module.  If so, the module
1262	  will be called i2c-tiny-usb.
1263
1264config I2C_VIPERBOARD
1265	tristate "Viperboard I2C master support"
1266	depends on MFD_VIPERBOARD && USB
1267	help
1268	  Say yes here to access the I2C part of the Nano River
1269	  Technologies Viperboard as I2C master.
1270	  See viperboard API specification and Nano
1271	  River Tech's viperboard.h for detailed meaning
1272	  of the module parameters.
1273
1274comment "Other I2C/SMBus bus drivers"
1275
1276config I2C_ACORN
1277	tristate "Acorn IOC/IOMD I2C bus support"
1278	depends on ARCH_ACORN
1279	default y
1280	select I2C_ALGOBIT
1281	help
1282	  Say yes if you want to support the I2C bus on Acorn platforms.
1283
1284	  If you don't know, say Y.
1285
1286config I2C_ELEKTOR
1287	tristate "Elektor ISA card"
1288	depends on ISA && HAS_IOPORT_MAP && BROKEN_ON_SMP
1289	select I2C_ALGOPCF
1290	help
1291	  This supports the PCF8584 ISA bus I2C adapter.  Say Y if you own
1292	  such an adapter.
1293
1294	  This support is also available as a module.  If so, the module
1295	  will be called i2c-elektor.
1296
1297config I2C_ICY
1298	tristate "ICY Zorro card"
1299	depends on ZORRO
1300	select I2C_ALGOPCF
1301	help
1302	  This supports the PCF8584 Zorro bus I2C adapter, known as ICY.
1303	  Say Y if you own such an adapter.
1304
1305	  This support is also available as a module.  If so, the module
1306	  will be called i2c-icy.
1307
1308	  If you have a 2019 edition board with an LTC2990 sensor at address
1309	  0x4c, loading the module 'ltc2990' is sufficient to enable it.
1310
1311config I2C_MLXCPLD
1312	tristate "Mellanox I2C driver"
1313	depends on X86_64 || COMPILE_TEST
1314	help
1315	  This exposes the Mellanox platform I2C busses to the linux I2C layer
1316	  for X86 based systems.
1317	  Controller is implemented as CPLD logic.
1318
1319	  This driver can also be built as a module. If so, the module will be
1320	  called as i2c-mlxcpld.
1321
1322config I2C_PCA_ISA
1323	tristate "PCA9564/PCA9665 on an ISA bus"
1324	depends on ISA
1325	select I2C_ALGOPCA
1326	default n
1327	help
1328	  This driver supports ISA boards using the Philips PCA9564/PCA9665
1329	  parallel bus to I2C bus controller.
1330
1331	  This driver can also be built as a module.  If so, the module
1332	  will be called i2c-pca-isa.
1333
1334	  This device is almost undetectable and using this driver on a
1335	  system which doesn't have this device will result in long
1336	  delays when I2C/SMBus chip drivers are loaded (e.g. at boot
1337	  time).  If unsure, say N.
1338
1339config I2C_SIBYTE
1340	tristate "SiByte SMBus interface"
1341	depends on SIBYTE_SB1xxx_SOC
1342	help
1343	  Supports the SiByte SOC on-chip I2C interfaces (2 channels).
1344
1345config I2C_CROS_EC_TUNNEL
1346	tristate "ChromeOS EC tunnel I2C bus"
1347	depends on CROS_EC
1348	help
1349	  If you say yes here you get an I2C bus that will tunnel i2c commands
1350	  through to the other side of the ChromeOS EC to the i2c bus
1351	  connected there. This will work whatever the interface used to
1352	  talk to the EC (SPI, I2C or LPC).
1353
1354config I2C_XGENE_SLIMPRO
1355	tristate "APM X-Gene SoC I2C SLIMpro devices support"
1356	depends on ARCH_XGENE && MAILBOX
1357	help
1358	  Enable I2C bus access using the APM X-Gene SoC SLIMpro
1359	  co-processor. The I2C device access the I2C bus via the X-Gene
1360	  to SLIMpro (On chip coprocessor) mailbox mechanism.
1361	  If unsure, say N.
1362
1363config SCx200_ACB
1364	tristate "Geode ACCESS.bus support"
1365	depends on X86_32 && PCI
1366	help
1367	  Enable the use of the ACCESS.bus controllers on the Geode SCx200 and
1368	  SC1100 processors and the CS5535 and CS5536 Geode companion devices.
1369
1370	  If you don't know what to do here, say N.
1371
1372	  This support is also available as a module.  If so, the module
1373	  will be called scx200_acb.
1374
1375config I2C_OPAL
1376	tristate "IBM OPAL I2C driver"
1377	depends on PPC_POWERNV
1378	default y
1379	help
1380	  This exposes the PowerNV platform i2c busses to the linux i2c layer,
1381	  the driver is based on the OPAL interfaces.
1382
1383	  This driver can also be built as a module. If so, the module will be
1384	  called as i2c-opal.
1385
1386config I2C_ZX2967
1387	tristate "ZTE ZX2967 I2C support"
1388	depends on ARCH_ZX
1389	default y
1390	help
1391	  Selecting this option will add ZX2967 I2C driver.
1392	  This driver can also be built as a module. If so, the module will be
1393	  called i2c-zx2967.
1394
1395config I2C_FSI
1396	tristate "FSI I2C driver"
1397	depends on FSI
1398	help
1399	  Driver for FSI bus attached I2C masters. These are I2C masters that
1400	  are connected to the system over an FSI bus, instead of the more
1401	  common PCI or MMIO interface.
1402
1403	  This driver can also be built as a module. If so, the module will be
1404	  called as i2c-fsi.
1405
1406endmenu
1407