aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/Makefile
diff options
context:
space:
mode:
authorJassi Brar <jaswinder.singh@linaro.org>2021-06-04 18:44:48 +0900
committerTom Rini <trini@konsulko.com>2021-07-06 14:07:37 -0400
commit4483fbab811698905493af7026e474ffa5e19365 (patch)
tree45b0652a3034d6c530b51cc425afce7d15a7a2bc /drivers/i2c/Makefile
parent971a344285731b7bb076fe59c4ecbd68d8c9bb66 (diff)
downloadu-boot-4483fbab811698905493af7026e474ffa5e19365.zip
u-boot-4483fbab811698905493af7026e474ffa5e19365.tar.gz
u-boot-4483fbab811698905493af7026e474ffa5e19365.tar.bz2
i2c: synquacer: SNI Synquacer I2C controller
Add driver for class of I2C controllers found on Socionext Synquacer platform. Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
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 8c9f1fc..06a1150 100644
--- a/drivers/i2c/Makefile
+++ b/drivers/i2c/Makefile
@@ -43,6 +43,7 @@ obj-$(CONFIG_SYS_I2C_SANDBOX) += sandbox_i2c.o i2c-emul-uclass.o
obj-$(CONFIG_SYS_I2C_SH) += sh_i2c.o
obj-$(CONFIG_SYS_I2C_SOFT) += soft_i2c.o
obj-$(CONFIG_SYS_I2C_STM32F7) += stm32f7_i2c.o
+obj-$(CONFIG_SYS_I2C_SYNQUACER) += synquacer_i2c.o
obj-$(CONFIG_SYS_I2C_TEGRA) += tegra_i2c.o
obj-$(CONFIG_SYS_I2C_UNIPHIER) += i2c-uniphier.o
obj-$(CONFIG_SYS_I2C_UNIPHIER_F) += i2c-uniphier-f.o