diff mbox

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

Message ID 20170105081657.28055-2-jh80.chung@samsung.com
State Superseded
Headers show

Commit Message

Jaehoon Chung Jan. 5, 2017, 8:16 a.m. UTC
Adding Kconfig for SYS_I2C_S3C24X0.

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

Patch

diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 051f911..a2d7a38 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -155,6 +155,12 @@  config SYS_I2C_SANDBOX
 		};
 	};
 
+config SYS_I2C_S3C24X0
+	bool "Samsung I2C driver"
+	depends on (ARCH_EXYNOS || ARCH_S5PC1XX) && DM_I2C
+	default y
+	help
+	  Support for Samsung I2C controller as Samsung SoCs.
 
 config SYS_I2C_UNIPHIER
 	bool "UniPhier I2C driver"