diff options
author | Darwin Rambo <drambo@broadcom.com> | 2014-02-11 11:06:36 -0800 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-22 19:30:39 +0100 |
commit | 4bded3a367b5f0e4025b6460bf8e5101b2f2faac (patch) | |
tree | b4d660cb5f468c990fbe0958199b75400ba04f33 /drivers/i2c/Makefile | |
parent | 24e5219754111b52b2f59cd48d96f934f9bbf02b (diff) | |
download | u-boot-imx-4bded3a367b5f0e4025b6460bf8e5101b2f2faac.zip u-boot-imx-4bded3a367b5f0e4025b6460bf8e5101b2f2faac.tar.gz u-boot-imx-4bded3a367b5f0e4025b6460bf8e5101b2f2faac.tar.bz2 |
i2c: kona: Add Kona I2C driver
Add support for the Kona I2C controller found on Broadcom mobile SoCs.
Signed-off-by: Darwin Rambo <drambo@broadcom.com>
Reviewed-by: Steve Rae <srae@broadcom.com>
Reviewed-by: Tim Kryger <tkryger@linaro.org>
Diffstat (limited to 'drivers/i2c/Makefile')
-rw-r--r-- | drivers/i2c/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/Makefile b/drivers/i2c/Makefile index fa3a875..36d5e5f 100644 --- a/drivers/i2c/Makefile +++ b/drivers/i2c/Makefile @@ -18,6 +18,7 @@ obj-$(CONFIG_SH_SH7734_I2C) += sh_sh7734_i2c.o obj-$(CONFIG_SYS_I2C) += i2c_core.o obj-$(CONFIG_SYS_I2C_FSL) += fsl_i2c.o obj-$(CONFIG_SYS_I2C_FTI2C010) += fti2c010.o +obj-$(CONFIG_SYS_I2C_KONA) += kona_i2c.o obj-$(CONFIG_SYS_I2C_MXC) += mxc_i2c.o obj-$(CONFIG_SYS_I2C_OMAP24XX) += omap24xx_i2c.o obj-$(CONFIG_SYS_I2C_OMAP34XX) += omap24xx_i2c.o |