summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-11-23 06:34:41 -0700
committerHeiko Schocher <hs@denx.de>2016-12-05 13:27:29 +0100
commit08848e9c317cb337d438cc657e63f2c3ae92d6d3 (patch)
treeee1316e79c8b736c171e0ffe1d41cb5792014939 /arch
parentfc47cf9d054b79299274f4386cfb867a80af8c7b (diff)
downloadu-boot-imx-08848e9c317cb337d438cc657e63f2c3ae92d6d3.zip
u-boot-imx-08848e9c317cb337d438cc657e63f2c3ae92d6d3.tar.gz
u-boot-imx-08848e9c317cb337d438cc657e63f2c3ae92d6d3.tar.bz2
arm: samsung: Convert s5p_goni and smdkc100 to DM_I2C
These are the last two samsung boards that don't use DM_I2C. Move them over, leaving #ifdefs to allow the maintainer to complete this work. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index f011026..de4bf83 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -419,6 +419,7 @@ config ARCH_S5PC1XX
select DM
select DM_SERIAL
select DM_GPIO
+ select DM_I2C
config ARCH_HIGHBANK
bool "Calxeda Highbank"