aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/Makefile
diff options
context:
space:
mode:
authorBeniamino Galvani <b.galvani@gmail.com>2017-10-29 10:09:00 +0100
committerHeiko Schocher <hs@denx.de>2017-11-20 10:11:34 +0100
commitf8d9ca18333c42040135c6605ee27668da1738af (patch)
tree7f362ceb754b787496adc08c1c575132d5a1b94d /drivers/i2c/Makefile
parentb6251db8c3f0de605b4cd6f15a00fc7dd19cda63 (diff)
downloadu-boot-f8d9ca18333c42040135c6605ee27668da1738af.zip
u-boot-f8d9ca18333c42040135c6605ee27668da1738af.tar.gz
u-boot-f8d9ca18333c42040135c6605ee27668da1738af.tar.bz2
i2c: add Amlogic Meson driver
Add a driver for the I2C controller available on Amlogic Meson SoCs. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.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 3a8c61b..733cd3e 100644
--- a/drivers/i2c/Makefile
+++ b/drivers/i2c/Makefile
@@ -25,6 +25,7 @@ obj-$(CONFIG_SYS_I2C_INTEL) += intel_i2c.o
obj-$(CONFIG_SYS_I2C_IMX_LPI2C) += imx_lpi2c.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_MVTWSI) += mvtwsi.o
obj-$(CONFIG_SYS_I2C_MXC) += mxc_i2c.o
obj-$(CONFIG_SYS_I2C_MXS) += mxs_i2c.o