]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/i2c/Makefile
dc9e81bf76af245afa860515bcac0ca9fa075b0b
[karo-tx-uboot.git] / drivers / i2c / Makefile
1 #
2 # (C) Copyright 2000-2007
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7 obj-$(CONFIG_DM_I2C) += i2c-uclass.o
8 obj-$(CONFIG_DM_I2C_COMPAT) += i2c-uclass-compat.o
9 obj-$(CONFIG_DM_I2C_GPIO) += i2c-gpio.o
10
11 obj-$(CONFIG_SYS_I2C_ADI) += adi_i2c.o
12 obj-$(CONFIG_I2C_MV) += mv_i2c.o
13 obj-$(CONFIG_PCA9564_I2C) += pca9564_i2c.o
14 obj-$(CONFIG_TSI108_I2C) += tsi108_i2c.o
15 obj-$(CONFIG_U8500_I2C) += u8500_i2c.o
16 obj-$(CONFIG_SH_SH7734_I2C) += sh_sh7734_i2c.o
17 obj-$(CONFIG_SYS_I2C) += i2c_core.o
18 obj-$(CONFIG_SYS_I2C_DAVINCI) += davinci_i2c.o
19 obj-$(CONFIG_SYS_I2C_DW) += designware_i2c.o
20 obj-$(CONFIG_SYS_I2C_FSL) += fsl_i2c.o
21 obj-$(CONFIG_SYS_I2C_FTI2C010) += fti2c010.o
22 obj-$(CONFIG_SYS_I2C_IHS) += ihs_i2c.o
23 obj-$(CONFIG_SYS_I2C_KONA) += kona_i2c.o
24 obj-$(CONFIG_SYS_I2C_LPC32XX) += lpc32xx_i2c.o
25 obj-$(CONFIG_SYS_I2C_MVTWSI) += mvtwsi.o
26 obj-$(CONFIG_SYS_I2C_MXC) += mxc_i2c.o
27 obj-$(CONFIG_SYS_I2C_MXS) += mxs_i2c.o
28 obj-$(CONFIG_SYS_I2C_OMAP24XX) += omap24xx_i2c.o
29 obj-$(CONFIG_SYS_I2C_OMAP34XX) += omap24xx_i2c.o
30 obj-$(CONFIG_SYS_I2C_PPC4XX) += ppc4xx_i2c.o
31 obj-$(CONFIG_SYS_I2C_RCAR) += rcar_i2c.o
32 obj-$(CONFIG_SYS_I2C_S3C24X0) += s3c24x0_i2c.o
33 obj-$(CONFIG_SYS_I2C_SANDBOX) += sandbox_i2c.o i2c-emul-uclass.o
34 obj-$(CONFIG_SYS_I2C_SH) += sh_i2c.o
35 obj-$(CONFIG_SYS_I2C_SOFT) += soft_i2c.o
36 obj-$(CONFIG_SYS_I2C_TEGRA) += tegra_i2c.o
37 obj-$(CONFIG_SYS_I2C_UNIPHIER) += i2c-uniphier.o
38 obj-$(CONFIG_SYS_I2C_UNIPHIER_F) += i2c-uniphier-f.o
39 obj-$(CONFIG_SYS_I2C_ZYNQ) += zynq_i2c.o
40
41 obj-y += muxes/