diff mbox

[U-Boot,V3,6/7] i2c: Kconfig: Add SYS_I2C_S3C24X0 entry

Message ID 20170109054753.11655-7-jh80.chung@samsung.com
State Accepted
Commit 1d61ad959e3783ff01177c752818975e8f3de104
Delegated to: Minkyu Kang
Headers show

Commit Message

Jaehoon Chung Jan. 9, 2017, 5:47 a.m. UTC
Adding Kconfig for SYS_I2C_S3C24X0.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 drivers/i2c/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Simon Glass Jan. 19, 2017, 1:57 p.m. UTC | #1
On 8 January 2017 at 22:47, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> Adding Kconfig for SYS_I2C_S3C24X0.
>
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  drivers/i2c/Kconfig | 5 +++++
>  1 file changed, 5 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

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"