aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/Makefile
diff options
context:
space:
mode:
authorPadmarao Begari <padmarao.begari@microchip.com>2021-11-17 18:21:16 +0530
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-12-02 16:43:51 +0800
commit0dc0d1e094418634e414a03f37df400214a33e1f (patch)
tree03f118dce9db4e8e6769e266633ee90f7fc07b47 /drivers/i2c/Makefile
parent0d914ad10da3ee4fa083edc00632a5d3f049cf88 (diff)
downloadu-boot-0dc0d1e094418634e414a03f37df400214a33e1f.zip
u-boot-0dc0d1e094418634e414a03f37df400214a33e1f.tar.gz
u-boot-0dc0d1e094418634e414a03f37df400214a33e1f.tar.bz2
i2c: Add Microchip PolarFire SoC I2C driver
Add I2C driver code for the Microchip PolarFire SoC. This driver supports I2C data transfer and probe for I2C slave addresses. Signed-off-by: Padmarao Begari <padmarao.begari@microchip.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'drivers/i2c/Makefile')
-rw-r--r--drivers/i2c/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/Makefile b/drivers/i2c/Makefile
index fca6b15..9d41f37 100644
--- a/drivers/i2c/Makefile
+++ b/drivers/i2c/Makefile
@@ -28,6 +28,7 @@ obj-$(CONFIG_SYS_I2C_IPROC) += iproc_i2c.o
obj-$(CONFIG_SYS_I2C_KONA) += kona_i2c.o
obj-$(CONFIG_SYS_I2C_LPC32XX) += lpc32xx_i2c.o
obj-$(CONFIG_SYS_I2C_MESON) += meson_i2c.o
+obj-$(CONFIG_SYS_I2C_MICROCHIP) += i2c-microchip.o
obj-$(CONFIG_SYS_I2C_MV) += mv_i2c.o
obj-$(CONFIG_SYS_I2C_MVTWSI) += mvtwsi.o
obj-$(CONFIG_SYS_I2C_MXC) += mxc_i2c.o