blob: 8ae54e1e93b063d2b5ac73dc8073ca4f4c8ca4a1 [file] [log] [blame]
Masahiro Yamada0b11dbf2015-07-26 02:46:26 +09001#
2# I2C subsystem configuration
3#
4
5menu "I2C support"
6
Masahiro Yamadab6036bc2015-01-13 12:44:35 +09007config DM_I2C
8 bool "Enable Driver Model for I2C drivers"
9 depends on DM
10 help
Przemyslaw Marczak705fcf42015-03-31 18:57:17 +020011 Enable driver model for I2C. The I2C uclass interface: probe, read,
12 write and speed, is implemented with the bus drivers operations,
13 which provide methods for bus setting and data transfer. Each chip
14 device (bus child) info is kept as parent platdata. The interface
Bartosz Golaszewskie3114822019-07-29 08:58:00 +020015 is defined in include/i2c.h.
Simon Glass4bba9d32015-02-13 12:20:48 -070016
Simon Glasscc456bd2015-08-03 08:19:23 -060017config I2C_CROS_EC_TUNNEL
18 tristate "Chrome OS EC tunnel I2C bus"
19 depends on CROS_EC
20 help
21 This provides an I2C bus that will tunnel i2c commands through to
22 the other side of the Chrome OS EC to the I2C bus connected there.
23 This will work whatever the interface used to talk to the EC (SPI,
24 I2C or LPC). Some Chromebooks use this when the hardware design
25 does not allow direct access to the main PMIC from the AP.
26
Simon Glassf48eaf02015-08-03 08:19:24 -060027config I2C_CROS_EC_LDO
28 bool "Provide access to LDOs on the Chrome OS EC"
29 depends on CROS_EC
30 ---help---
31 On many Chromebooks the main PMIC is inaccessible to the AP. This is
32 often dealt with by using an I2C pass-through interface provided by
33 the EC. On some unfortunate models (e.g. Spring) the pass-through
34 is not available, and an LDO message is available instead. This
35 option enables a driver which provides very basic access to those
36 regulators, via the EC. We implement this as an I2C bus which
37 emulates just the TPS65090 messages we know about. This is done to
38 avoid duplicating the logic in the TPS65090 regulator driver for
39 enabling/disabling an LDO.
Simon Glasscc456bd2015-08-03 08:19:23 -060040
Lukasz Majewskie46f8a32017-03-21 12:08:25 +010041config I2C_SET_DEFAULT_BUS_NUM
42 bool "Set default I2C bus number"
43 depends on DM_I2C
44 help
45 Set default number of I2C bus to be accessed. This option provides
46 behaviour similar to old (i.e. pre DM) I2C bus driver.
47
48config I2C_DEFAULT_BUS_NUMBER
49 hex "I2C default bus number"
50 depends on I2C_SET_DEFAULT_BUS_NUM
51 default 0x0
52 help
53 Number of default I2C bus to use
54
Przemyslaw Marczakc54473c2015-03-31 18:57:18 +020055config DM_I2C_GPIO
56 bool "Enable Driver Model for software emulated I2C bus driver"
57 depends on DM_I2C && DM_GPIO
58 help
59 Enable the i2c bus driver emulation by using the GPIOs. The bus GPIO
60 configuration is given by the device tree. Kernel-style device tree
61 bindings are supported.
62 Binding info: doc/device-tree-bindings/i2c/i2c-gpio.txt
63
Songjun Wu8800e0f2016-06-20 13:22:38 +080064config SYS_I2C_AT91
65 bool "Atmel I2C driver"
66 depends on DM_I2C && ARCH_AT91
67 help
68 Add support for the Atmel I2C driver. A serious problem is that there
69 is no documented way to issue repeated START conditions for more than
70 two messages, as needed to support combined I2C messages. Use the
71 i2c-gpio driver unless your system can cope with this limitation.
72 Binding info: doc/device-tree-bindings/i2c/i2c-at91.txt
73
Rayagonda Kokatanur956d57a2020-04-08 11:12:27 +053074config SYS_I2C_IPROC
75 bool "Broadcom I2C driver"
76 depends on DM_I2C
77 help
78 Broadcom I2C driver.
79 Add support for Broadcom I2C driver.
80 Say yes here to to enable the Broadco I2C driver.
81
mario.six@gdsys.ccdbc82ce2016-04-25 08:31:09 +020082config SYS_I2C_FSL
83 bool "Freescale I2C bus driver"
84 depends on DM_I2C
85 help
86 Add support for Freescale I2C busses as used on MPC8240, MPC8245, and
87 MPC85xx processors.
88
Moritz Fischerfdec2d22015-12-28 09:47:11 -080089config SYS_I2C_CADENCE
90 tristate "Cadence I2C Controller"
Michal Simek664e16c2020-08-06 15:18:36 +020091 depends on DM_I2C
Moritz Fischerfdec2d22015-12-28 09:47:11 -080092 help
93 Say yes here to select Cadence I2C Host Controller. This controller is
94 e.g. used by Xilinx Zynq.
95
Arthur Li7f5ea252020-06-01 12:56:31 -070096config SYS_I2C_CA
97 tristate "Cortina-Access I2C Controller"
98 depends on DM_I2C && CORTINA_PLATFORM
99 default n
100 help
101 Add support for the Cortina Access I2C host controller.
102 Say yes here to select Cortina-Access I2C Host Controller.
103
Adam Ford9f8cf762018-08-10 05:05:22 -0500104config SYS_I2C_DAVINCI
105 bool "Davinci I2C Controller"
106 depends on (ARCH_KEYSTONE || ARCH_DAVINCI)
107 help
108 Say yes here to add support for Davinci and Keystone I2C controller
109
Stefan Roesee32d0db2016-04-28 09:47:17 +0200110config SYS_I2C_DW
111 bool "Designware I2C Controller"
112 default n
113 help
114 Say yes here to select the Designware I2C Host Controller. This
115 controller is used in various SoCs, e.g. the ST SPEAr, Altera
116 SoCFPGA, Synopsys ARC700 and some Intel x86 SoCs.
117
Stefan Roese3a370522016-04-28 09:47:19 +0200118config SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED
119 bool "DW I2C Enable Status Register not supported"
120 depends on SYS_I2C_DW && (TARGET_SPEAR300 || TARGET_SPEAR310 || \
121 TARGET_SPEAR320 || TARGET_SPEAR600 || TARGET_X600)
122 default y
123 help
124 Some versions of the Designware I2C controller do not support the
125 enable status register. This config option can be enabled in such
126 cases.
127
maxims@google.com4dc038f2017-04-17 12:00:30 -0700128config SYS_I2C_ASPEED
129 bool "Aspeed I2C Controller"
130 depends on DM_I2C && ARCH_ASPEED
131 help
132 Say yes here to select Aspeed I2C Host Controller. The driver
133 supports AST2500 and AST2400 controllers, but is very limited.
134 Only single master mode is supported and only byte-by-byte
135 synchronous reads and writes are supported, no Pool Buffers or DMA.
136
Simon Glassabb0b012016-01-17 16:11:44 -0700137config SYS_I2C_INTEL
138 bool "Intel I2C/SMBUS driver"
139 depends on DM_I2C
140 help
141 Add support for the Intel SMBUS driver. So far this driver is just
142 a stub which perhaps some basic init. There is no implementation of
143 the I2C API meaning that any I2C operations will immediately fail
144 for now.
145
Peng Fan7ee3f142017-02-24 09:54:18 +0800146config SYS_I2C_IMX_LPI2C
147 bool "NXP i.MX LPI2C driver"
Peng Fan7ee3f142017-02-24 09:54:18 +0800148 help
149 Add support for the NXP i.MX LPI2C driver.
150
Beniamino Galvanif8d9ca12017-10-29 10:09:00 +0100151config SYS_I2C_MESON
152 bool "Amlogic Meson I2C driver"
153 depends on DM_I2C && ARCH_MESON
154 help
Beniamino Galvani4ecbb8b2017-11-26 17:40:54 +0100155 Add support for the I2C controller available in Amlogic Meson
156 SoCs. The controller supports programmable bus speed including
157 standard (100kbits/s) and fast (400kbit/s) speed and allows the
158 software to define a flexible format of the bit streams. It has an
159 internal buffer holding up to 8 bytes for transfers and supports
160 both 7-bit and 10-bit addresses.
Beniamino Galvanif8d9ca12017-10-29 10:09:00 +0100161
Jagan Teki72c8c102016-12-06 00:00:57 +0100162config SYS_I2C_MXC
Sriram Dash942ecc82018-02-06 11:26:30 +0530163 bool "NXP MXC I2C driver"
Jagan Teki72c8c102016-12-06 00:00:57 +0100164 help
Chris Packham74751452019-01-13 22:13:25 +1300165 Add support for the NXP I2C driver. This supports up to four bus
166 channels and operating on standard mode up to 100 kbits/s and fast
167 mode up to 400 kbits/s.
Jagan Teki72c8c102016-12-06 00:00:57 +0100168
Trent Piephoca0a8f32019-05-08 23:30:06 +0000169# These settings are not used with DM_I2C, however SPL doesn't use
170# DM_I2C even if DM_I2C is enabled, and so might use these settings even
171# when main u-boot does not!
172if SYS_I2C_MXC && (!DM_I2C || SPL)
Sriram Dash942ecc82018-02-06 11:26:30 +0530173config SYS_I2C_MXC_I2C1
174 bool "NXP MXC I2C1"
175 help
176 Add support for NXP MXC I2C Controller 1.
177 Required for SoCs which have I2C MXC controller 1 eg LS1088A, LS2080A
178
179config SYS_I2C_MXC_I2C2
180 bool "NXP MXC I2C2"
181 help
182 Add support for NXP MXC I2C Controller 2.
183 Required for SoCs which have I2C MXC controller 2 eg LS1088A, LS2080A
184
185config SYS_I2C_MXC_I2C3
186 bool "NXP MXC I2C3"
187 help
188 Add support for NXP MXC I2C Controller 3.
189 Required for SoCs which have I2C MXC controller 3 eg LS1088A, LS2080A
190
191config SYS_I2C_MXC_I2C4
192 bool "NXP MXC I2C4"
193 help
194 Add support for NXP MXC I2C Controller 4.
195 Required for SoCs which have I2C MXC controller 4 eg LS1088A, LS2080A
Sriram Dashfa452192018-02-06 11:26:31 +0530196
197config SYS_I2C_MXC_I2C5
198 bool "NXP MXC I2C5"
199 help
200 Add support for NXP MXC I2C Controller 5.
201 Required for SoCs which have I2C MXC controller 5 eg LX2160A
202
203config SYS_I2C_MXC_I2C6
204 bool "NXP MXC I2C6"
205 help
206 Add support for NXP MXC I2C Controller 6.
207 Required for SoCs which have I2C MXC controller 6 eg LX2160A
208
209config SYS_I2C_MXC_I2C7
210 bool "NXP MXC I2C7"
211 help
212 Add support for NXP MXC I2C Controller 7.
213 Required for SoCs which have I2C MXC controller 7 eg LX2160A
214
215config SYS_I2C_MXC_I2C8
216 bool "NXP MXC I2C8"
217 help
218 Add support for NXP MXC I2C Controller 8.
219 Required for SoCs which have I2C MXC controller 8 eg LX2160A
Sriram Dash942ecc82018-02-06 11:26:30 +0530220endif
221
222if SYS_I2C_MXC_I2C1
223config SYS_MXC_I2C1_SPEED
224 int "I2C Channel 1 speed"
225 default 40000000 if TARGET_LS2080A_SIMU || TARGET_LS2080A_EMU
226 default 100000
227 help
228 MXC I2C Channel 1 speed
229
230config SYS_MXC_I2C1_SLAVE
231 int "I2C1 Slave"
232 default 0
233 help
234 MXC I2C1 Slave
235endif
236
237if SYS_I2C_MXC_I2C2
238config SYS_MXC_I2C2_SPEED
239 int "I2C Channel 2 speed"
240 default 40000000 if TARGET_LS2080A_SIMU || TARGET_LS2080A_EMU
241 default 100000
242 help
243 MXC I2C Channel 2 speed
244
245config SYS_MXC_I2C2_SLAVE
246 int "I2C2 Slave"
247 default 0
248 help
249 MXC I2C2 Slave
250endif
251
252if SYS_I2C_MXC_I2C3
253config SYS_MXC_I2C3_SPEED
254 int "I2C Channel 3 speed"
255 default 100000
256 help
257 MXC I2C Channel 3 speed
258
259config SYS_MXC_I2C3_SLAVE
260 int "I2C3 Slave"
261 default 0
262 help
263 MXC I2C3 Slave
264endif
265
266if SYS_I2C_MXC_I2C4
267config SYS_MXC_I2C4_SPEED
268 int "I2C Channel 4 speed"
269 default 100000
270 help
271 MXC I2C Channel 4 speed
272
273config SYS_MXC_I2C4_SLAVE
274 int "I2C4 Slave"
275 default 0
276 help
277 MXC I2C4 Slave
278endif
279
Sriram Dashfa452192018-02-06 11:26:31 +0530280if SYS_I2C_MXC_I2C5
281config SYS_MXC_I2C5_SPEED
282 int "I2C Channel 5 speed"
283 default 100000
284 help
285 MXC I2C Channel 5 speed
286
287config SYS_MXC_I2C5_SLAVE
288 int "I2C5 Slave"
289 default 0
290 help
291 MXC I2C5 Slave
292endif
293
294if SYS_I2C_MXC_I2C6
295config SYS_MXC_I2C6_SPEED
296 int "I2C Channel 6 speed"
297 default 100000
298 help
299 MXC I2C Channel 6 speed
300
301config SYS_MXC_I2C6_SLAVE
302 int "I2C6 Slave"
303 default 0
304 help
305 MXC I2C6 Slave
306endif
307
308if SYS_I2C_MXC_I2C7
309config SYS_MXC_I2C7_SPEED
310 int "I2C Channel 7 speed"
311 default 100000
312 help
313 MXC I2C Channel 7 speed
314
315config SYS_MXC_I2C7_SLAVE
316 int "I2C7 Slave"
317 default 0
318 help
319 MXC I2C7 Slave
320endif
321
322if SYS_I2C_MXC_I2C8
323config SYS_MXC_I2C8_SPEED
324 int "I2C Channel 8 speed"
325 default 100000
326 help
327 MXC I2C Channel 8 speed
328
329config SYS_MXC_I2C8_SLAVE
330 int "I2C8 Slave"
331 default 0
332 help
333 MXC I2C8 Slave
334endif
335
Stefan Boschc25e9e02020-07-10 19:07:28 +0200336config SYS_I2C_NEXELL
337 bool "Nexell I2C driver"
338 depends on DM_I2C
339 help
340 Add support for the Nexell I2C driver. This is used with various
341 Nexell parts such as S5Pxx18 series SoCs. All chips
342 have several I2C ports and all are provided, controlled by the
343 device tree.
344
Adam Forddaa0f052017-08-07 13:11:34 -0500345config SYS_I2C_OMAP24XX
346 bool "TI OMAP2+ I2C driver"
Vignesh R14106bc2019-06-04 18:08:11 -0500347 depends on ARCH_OMAP2PLUS || ARCH_K3
Adam Forddaa0f052017-08-07 13:11:34 -0500348 help
349 Add support for the OMAP2+ I2C driver.
350
Adam Ford11d2e982018-01-24 15:21:21 -0600351if SYS_I2C_OMAP24XX
352config SYS_OMAP24_I2C_SLAVE
353 int "I2C Slave addr channel 0"
354 default 1
355 help
356 OMAP24xx I2C Slave address channel 0
357
358config SYS_OMAP24_I2C_SPEED
359 int "I2C Slave channel 0 speed"
360 default 100000
361 help
362 OMAP24xx Slave speed channel 0
363endif
364
Marek Vasuta06a0ac2018-04-21 18:57:28 +0200365config SYS_I2C_RCAR_I2C
366 bool "Renesas RCar I2C driver"
367 depends on (RCAR_GEN3 || RCAR_GEN2) && DM_I2C
368 help
369 Support for Renesas RCar I2C controller.
370
Marek Vasut9e75ea42017-11-28 08:02:27 +0100371config SYS_I2C_RCAR_IIC
372 bool "Renesas RCar Gen3 IIC driver"
Marek Vasutf51155e2018-02-17 02:17:40 +0100373 depends on (RCAR_GEN3 || RCAR_GEN2) && DM_I2C
Marek Vasut9e75ea42017-11-28 08:02:27 +0100374 help
375 Support for Renesas RCar Gen3 IIC controller.
376
Simon Glass34374692015-08-30 16:55:39 -0600377config SYS_I2C_ROCKCHIP
378 bool "Rockchip I2C driver"
379 depends on DM_I2C
380 help
381 Add support for the Rockchip I2C driver. This is used with various
382 Rockchip parts such as RK3126, RK3128, RK3036 and RK3288. All chips
Chris Packham74751452019-01-13 22:13:25 +1300383 have several I2C ports and all are provided, controlled by the
Simon Glass34374692015-08-30 16:55:39 -0600384 device tree.
385
Simon Glass1174aad2015-03-06 13:19:04 -0700386config SYS_I2C_SANDBOX
387 bool "Sandbox I2C driver"
388 depends on SANDBOX && DM_I2C
389 help
390 Enable I2C support for sandbox. This is an emulation of a real I2C
391 bus. Devices can be attached to the bus using the device tree
Masahiro Yamadac77c7db2017-02-11 12:39:55 +0900392 which specifies the driver to use. See sandbox.dts as an example.
Simon Glass1174aad2015-03-06 13:19:04 -0700393
Suneel Garapati5c2c3e82020-05-26 14:13:07 +0200394config SYS_I2C_OCTEON
395 bool "Octeon II/III/TX/TX2 I2C driver"
396 depends on (ARCH_OCTEON || ARCH_OCTEONTX || ARCH_OCTEONTX2) && DM_I2C
397 default y
398 help
399 Add support for the Marvell Octeon I2C driver. This is used with
400 various Octeon parts such as Octeon II/III and OcteonTX/TX2. All
401 chips have several I2C ports and all are provided, controlled by
402 the device tree.
403
Jaehoon Chung1d61ad92017-01-09 14:47:52 +0900404config SYS_I2C_S3C24X0
405 bool "Samsung I2C driver"
406 depends on ARCH_EXYNOS4 && DM_I2C
407 help
408 Support for Samsung I2C controller as Samsung SoCs.
Simon Glass1174aad2015-03-06 13:19:04 -0700409
Patrice Chotard4fadcaf2017-08-09 14:45:27 +0200410config SYS_I2C_STM32F7
411 bool "STMicroelectronics STM32F7 I2C support"
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100412 depends on (STM32F7 || STM32H7 || ARCH_STM32MP) && DM_I2C
Patrice Chotard4fadcaf2017-08-09 14:45:27 +0200413 help
414 Enable this option to add support for STM32 I2C controller
415 introduced with STM32F7/H7 SoCs. This I2C controller supports :
416 _ Slave and master modes
417 _ Multimaster capability
418 _ Standard-mode (up to 100 kHz)
419 _ Fast-mode (up to 400 kHz)
420 _ Fast-mode Plus (up to 1 MHz)
421 _ 7-bit and 10-bit addressing mode
422 _ Multiple 7-bit slave addresses (2 addresses, 1 with configurable mask)
423 _ All 7-bit addresses acknowledge mode
424 _ General call
425 _ Programmable setup and hold times
426 _ Easy to use event management
427 _ Optional clock stretching
428 _ Software reset
429
Peter Robinson02253d42019-02-20 12:17:26 +0000430config SYS_I2C_TEGRA
431 bool "NVIDIA Tegra internal I2C controller"
Trevor Woerner18138ab2020-05-06 08:02:41 -0400432 depends on ARCH_TEGRA
Peter Robinson02253d42019-02-20 12:17:26 +0000433 help
434 Support for NVIDIA I2C controller available in Tegra SoCs.
435
Masahiro Yamada26f820f2015-01-13 12:44:36 +0900436config SYS_I2C_UNIPHIER
437 bool "UniPhier I2C driver"
438 depends on ARCH_UNIPHIER && DM_I2C
439 default y
440 help
Masahiro Yamadab6ef3a32015-05-29 17:30:01 +0900441 Support for UniPhier I2C controller driver. This I2C controller
442 is used on PH1-LD4, PH1-sLD8 or older UniPhier SoCs.
Masahiro Yamada238bd0b2015-01-13 12:44:37 +0900443
444config SYS_I2C_UNIPHIER_F
445 bool "UniPhier FIFO-builtin I2C driver"
446 depends on ARCH_UNIPHIER && DM_I2C
447 default y
448 help
Masahiro Yamadab6ef3a32015-05-29 17:30:01 +0900449 Support for UniPhier FIFO-builtin I2C controller driver.
Masahiro Yamada238bd0b2015-01-13 12:44:37 +0900450 This I2C controller is used on PH1-Pro4 or newer UniPhier SoCs.
Simon Glass3d1957f2015-08-03 08:19:21 -0600451
Heiko Schochere3bc4bb2018-10-11 07:26:33 +0200452config SYS_I2C_VERSATILE
453 bool "Arm Ltd Versatile I2C bus driver"
454 depends on DM_I2C && (TARGET_VEXPRESS_CA15_TC2 || TARGET_VEXPRESS64_JUNO)
455 help
456 Add support for the Arm Ltd Versatile Express I2C driver. The I2C host
457 controller is present in the development boards manufactured by Arm Ltd.
458
mario.six@gdsys.cc14a6ff22016-07-21 11:57:10 +0200459config SYS_I2C_MVTWSI
460 bool "Marvell I2C driver"
461 depends on DM_I2C
462 help
463 Support for Marvell I2C controllers as used on the orion5x and
464 kirkwood SoC families.
465
Stephen Warren34f1c9f2016-08-08 11:28:27 -0600466config TEGRA186_BPMP_I2C
467 bool "Enable Tegra186 BPMP-based I2C driver"
468 depends on TEGRA186_BPMP
469 help
470 Support for Tegra I2C controllers managed by the BPMP (Boot and
471 Power Management Processor). On Tegra186, some I2C controllers are
472 directly controlled by the main CPU, whereas others are controlled
473 by the BPMP, and can only be accessed by the main CPU via IPC
474 requests to the BPMP. This driver covers the latter case.
475
Adam Fordfc760cc2017-08-11 06:39:34 -0500476config SYS_I2C_BUS_MAX
477 int "Max I2C busses"
478 depends on ARCH_KEYSTONE || ARCH_OMAP2PLUS || ARCH_SOCFPGA
479 default 2 if TI816X
480 default 3 if OMAP34XX || AM33XX || AM43XX || ARCH_KEYSTONE
481 default 4 if ARCH_SOCFPGA || OMAP44XX || TI814X
482 default 5 if OMAP54XX
483 help
484 Define the maximum number of available I2C buses.
485
Marek Vasutad827a52018-12-19 12:26:27 +0100486config SYS_I2C_XILINX_XIIC
487 bool "Xilinx AXI I2C driver"
488 depends on DM_I2C
489 help
490 Support for Xilinx AXI I2C controller.
491
Mario Six92164212018-01-15 11:08:11 +0100492config SYS_I2C_IHS
493 bool "gdsys IHS I2C driver"
494 depends on DM_I2C
495 help
496 Support for gdsys IHS I2C driver on FPGA bus.
497
Simon Glass3d1957f2015-08-03 08:19:21 -0600498source "drivers/i2c/muxes/Kconfig"
Masahiro Yamada0b11dbf2015-07-26 02:46:26 +0900499
500endmenu