i2c: Kconfig: Add SYS_I2C_S3C24X0 entry
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 9 Jan 2017 05:47:52 +0000 (14:47 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 18 Jan 2017 04:25:56 +0000 (13:25 +0900)
Adding Kconfig for SYS_I2C_S3C24X0.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/i2c/Kconfig

index 051f911..71cc173 100644 (file)
@@ -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"