Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Jean-Christophe PLAGNIOL-VILLARD | 080c646 | 2007-11-20 20:14:18 +0100 | [diff] [blame] | 2 | # |
| 3 | # (C) Copyright 2000-2007 |
| 4 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
Simon Glass | c6202d8 | 2014-12-10 08:55:47 -0700 | [diff] [blame] | 5 | obj-$(CONFIG_DM_I2C) += i2c-uclass.o |
Simon Glass | fd42f26 | 2020-09-22 12:45:01 -0600 | [diff] [blame] | 6 | ifdef CONFIG_ACPIGEN |
| 7 | obj-$(CONFIG_DM_I2C) += acpi_i2c.o |
| 8 | endif |
Simon Glass | 67507e4 | 2020-10-03 11:31:34 -0600 | [diff] [blame] | 9 | obj-$(CONFIG_$(SPL_)DM_I2C_GPIO) += i2c-gpio.o |
Simon Glass | 4082fce | 2016-01-21 19:43:53 -0700 | [diff] [blame] | 10 | obj-$(CONFIG_$(SPL_)I2C_CROS_EC_TUNNEL) += cros_ec_tunnel.o |
| 11 | obj-$(CONFIG_$(SPL_)I2C_CROS_EC_LDO) += cros_ec_ldo.o |
Jean-Christophe PLAGNIOL-VILLARD | 080c646 | 2007-11-20 20:14:18 +0100 | [diff] [blame] | 12 | |
Masahiro Yamada | 710f1d3 | 2013-10-17 17:34:57 +0900 | [diff] [blame] | 13 | obj-$(CONFIG_I2C_MV) += mv_i2c.o |
Masahiro Yamada | 710f1d3 | 2013-10-17 17:34:57 +0900 | [diff] [blame] | 14 | obj-$(CONFIG_SYS_I2C) += i2c_core.o |
maxims@google.com | 4dc038f | 2017-04-17 12:00:30 -0700 | [diff] [blame] | 15 | obj-$(CONFIG_SYS_I2C_ASPEED) += ast_i2c.o |
Songjun Wu | 8800e0f | 2016-06-20 13:22:38 +0800 | [diff] [blame] | 16 | obj-$(CONFIG_SYS_I2C_AT91) += at91_i2c.o |
Moritz Fischer | fdec2d2 | 2015-12-28 09:47:11 -0800 | [diff] [blame] | 17 | obj-$(CONFIG_SYS_I2C_CADENCE) += i2c-cdns.o |
Arthur Li | 7f5ea25 | 2020-06-01 12:56:31 -0700 | [diff] [blame] | 18 | obj-$(CONFIG_SYS_I2C_CA) += i2c-cortina.o |
Vitaly Andrianov | e8459dc | 2014-04-04 13:16:52 -0400 | [diff] [blame] | 19 | obj-$(CONFIG_SYS_I2C_DAVINCI) += davinci_i2c.o |
Stefan Roese | 678398b | 2014-10-28 12:12:00 +0100 | [diff] [blame] | 20 | obj-$(CONFIG_SYS_I2C_DW) += designware_i2c.o |
Simon Glass | 457df23 | 2019-12-06 21:41:40 -0700 | [diff] [blame] | 21 | ifdef CONFIG_DM_PCI |
| 22 | obj-$(CONFIG_SYS_I2C_DW) += designware_i2c_pci.o |
| 23 | endif |
Masahiro Yamada | 710f1d3 | 2013-10-17 17:34:57 +0900 | [diff] [blame] | 24 | obj-$(CONFIG_SYS_I2C_FSL) += fsl_i2c.o |
Dirk Eibach | b46226b | 2014-07-03 09:28:18 +0200 | [diff] [blame] | 25 | obj-$(CONFIG_SYS_I2C_IHS) += ihs_i2c.o |
Simon Glass | abb0b01 | 2016-01-17 16:11:44 -0700 | [diff] [blame] | 26 | obj-$(CONFIG_SYS_I2C_INTEL) += intel_i2c.o |
Peng Fan | 7ee3f14 | 2017-02-24 09:54:18 +0800 | [diff] [blame] | 27 | obj-$(CONFIG_SYS_I2C_IMX_LPI2C) += imx_lpi2c.o |
Rayagonda Kokatanur | 956d57a | 2020-04-08 11:12:27 +0530 | [diff] [blame] | 28 | obj-$(CONFIG_SYS_I2C_IPROC) += iproc_i2c.o |
Darwin Rambo | 4bded3a | 2014-02-11 11:06:36 -0800 | [diff] [blame] | 29 | obj-$(CONFIG_SYS_I2C_KONA) += kona_i2c.o |
Albert ARIBAUD \(3ADEV\) | 5e862b9 | 2015-03-31 11:40:45 +0200 | [diff] [blame] | 30 | obj-$(CONFIG_SYS_I2C_LPC32XX) += lpc32xx_i2c.o |
Beniamino Galvani | f8d9ca1 | 2017-10-29 10:09:00 +0100 | [diff] [blame] | 31 | obj-$(CONFIG_SYS_I2C_MESON) += meson_i2c.o |
Hans de Goede | 0db2bbd | 2014-06-13 22:55:48 +0200 | [diff] [blame] | 32 | obj-$(CONFIG_SYS_I2C_MVTWSI) += mvtwsi.o |
Masahiro Yamada | 710f1d3 | 2013-10-17 17:34:57 +0900 | [diff] [blame] | 33 | obj-$(CONFIG_SYS_I2C_MXC) += mxc_i2c.o |
Stefan Bosch | c25e9e0 | 2020-07-10 19:07:28 +0200 | [diff] [blame] | 34 | obj-$(CONFIG_SYS_I2C_NEXELL) += nx_i2c.o |
Pragnesh Patel | b2d4cbe | 2020-11-14 14:42:34 +0530 | [diff] [blame] | 35 | obj-$(CONFIG_SYS_I2C_OCORES) += ocores_i2c.o |
Suneel Garapati | 5c2c3e8 | 2020-05-26 14:13:07 +0200 | [diff] [blame] | 36 | obj-$(CONFIG_SYS_I2C_OCTEON) += octeon_i2c.o |
Heiko Schocher | 6789e84 | 2013-10-22 11:03:18 +0200 | [diff] [blame] | 37 | obj-$(CONFIG_SYS_I2C_OMAP24XX) += omap24xx_i2c.o |
Marek Vasut | a06a0ac | 2018-04-21 18:57:28 +0200 | [diff] [blame] | 38 | obj-$(CONFIG_SYS_I2C_RCAR_I2C) += rcar_i2c.o |
Marek Vasut | 9e75ea4 | 2017-11-28 08:02:27 +0100 | [diff] [blame] | 39 | obj-$(CONFIG_SYS_I2C_RCAR_IIC) += rcar_iic.o |
Simon Glass | 3437469 | 2015-08-30 16:55:39 -0600 | [diff] [blame] | 40 | obj-$(CONFIG_SYS_I2C_ROCKCHIP) += rk_i2c.o |
Simon Glass | 37b8eb3 | 2016-11-23 06:34:43 -0700 | [diff] [blame] | 41 | obj-$(CONFIG_SYS_I2C_S3C24X0) += s3c24x0_i2c.o exynos_hs_i2c.o |
Simon Glass | d19de0d | 2014-12-10 08:55:50 -0700 | [diff] [blame] | 42 | obj-$(CONFIG_SYS_I2C_SANDBOX) += sandbox_i2c.o i2c-emul-uclass.o |
Nobuhiro Iwamatsu | 2035d77 | 2013-10-29 13:33:51 +0900 | [diff] [blame] | 43 | obj-$(CONFIG_SYS_I2C_SH) += sh_i2c.o |
Masahiro Yamada | 710f1d3 | 2013-10-17 17:34:57 +0900 | [diff] [blame] | 44 | obj-$(CONFIG_SYS_I2C_SOFT) += soft_i2c.o |
Patrice Chotard | 4fadcaf | 2017-08-09 14:45:27 +0200 | [diff] [blame] | 45 | obj-$(CONFIG_SYS_I2C_STM32F7) += stm32f7_i2c.o |
Masahiro Yamada | 710f1d3 | 2013-10-17 17:34:57 +0900 | [diff] [blame] | 46 | obj-$(CONFIG_SYS_I2C_TEGRA) += tegra_i2c.o |
Masahiro Yamada | 26f820f | 2015-01-13 12:44:36 +0900 | [diff] [blame] | 47 | obj-$(CONFIG_SYS_I2C_UNIPHIER) += i2c-uniphier.o |
Masahiro Yamada | 238bd0b | 2015-01-13 12:44:37 +0900 | [diff] [blame] | 48 | obj-$(CONFIG_SYS_I2C_UNIPHIER_F) += i2c-uniphier-f.o |
Heiko Schocher | e3bc4bb | 2018-10-11 07:26:33 +0200 | [diff] [blame] | 49 | obj-$(CONFIG_SYS_I2C_VERSATILE) += i2c-versatile.o |
Marek Vasut | ad827a5 | 2018-12-19 12:26:27 +0100 | [diff] [blame] | 50 | obj-$(CONFIG_SYS_I2C_XILINX_XIIC) += xilinx_xiic.o |
Stephen Warren | 34f1c9f | 2016-08-08 11:28:27 -0600 | [diff] [blame] | 51 | obj-$(CONFIG_TEGRA186_BPMP_I2C) += tegra186_bpmp_i2c.o |
Simon Glass | 3d1957f | 2015-08-03 08:19:21 -0600 | [diff] [blame] | 52 | |
Trommel, Kees (Contractor) | 6606060 | 2020-08-03 14:49:47 +0000 | [diff] [blame] | 53 | obj-$(CONFIG_$(SPL_)I2C_MUX) += muxes/ |