projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a298712
)
i2c: Kconfig: Add SYS_I2C_S3C24X0 entry
author
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 9 Jan 2017 05:47:52 +0000
(14:47 +0900)
committer
Minkyu 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
patch
|
blob
|
history
diff --git
a/drivers/i2c/Kconfig
b/drivers/i2c/Kconfig
index 051f911e23b72ffeff8ffba3050fbf17f8b489c7..71cc173fc0fdb9c72ebf965190158def207644c3 100644
(file)
--- 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"