summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2017-01-09 14:47:52 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2017-01-18 13:25:56 +0900
commit1d61ad959e3783ff01177c752818975e8f3de104 (patch)
tree3435b8a7e4bf1d1d5fa4e222b4fb0305cc459b59
parenta298712e948e473d9e61a3c75835becd0d3a2bf6 (diff)
downloadu-boot-imx-1d61ad959e3783ff01177c752818975e8f3de104.zip
u-boot-imx-1d61ad959e3783ff01177c752818975e8f3de104.tar.gz
u-boot-imx-1d61ad959e3783ff01177c752818975e8f3de104.tar.bz2
i2c: Kconfig: Add SYS_I2C_S3C24X0 entry
Adding Kconfig for SYS_I2C_S3C24X0. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
-rw-r--r--drivers/i2c/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 051f911..71cc173 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -155,6 +155,11 @@ config SYS_I2C_SANDBOX
};
};
+config SYS_I2C_S3C24X0
+ bool "Samsung I2C driver"
+ depends on ARCH_EXYNOS4 && DM_I2C
+ help
+ Support for Samsung I2C controller as Samsung SoCs.
config SYS_I2C_UNIPHIER
bool "UniPhier I2C driver"