aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-17 17:59:42 -0400
committerTom Rini <trini@konsulko.com>2021-08-30 14:10:05 -0400
commit0283da445a4a5337d12543ac4ad54c6e56876d69 (patch)
tree480bd82c8fcd786f3263507f9c31cc0c9f588d77 /include
parentd7d40f614d5e6b6c7369ebd001d3ac191b3e360b (diff)
downloadu-boot-0283da445a4a5337d12543ac4ad54c6e56876d69.zip
u-boot-0283da445a4a5337d12543ac4ad54c6e56876d69.tar.gz
u-boot-0283da445a4a5337d12543ac4ad54c6e56876d69.tar.bz2
i2c: S3C24X0: Finish Kconfig migration
Finish moving this driver to Kconfig. - Update the dependency logic for Exynos5 too - Remove the unused CONFIG_SYS_I2C_S3C24X0_SPEED variable - Drop CONFIG_SYS_I2C_S3C24X0_SLAVE as it's always set to 0. - Move the internal SYS_I2C_S3C24X0_SLAVE define closer to the only user. Cc: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Minkyu Kang <mk7.kang@samsung.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/exynos5-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h
index 9297fbd..784ddd1 100644
--- a/include/configs/exynos5-common.h
+++ b/include/configs/exynos5-common.h
@@ -96,11 +96,6 @@
#define EXYNOS_COPY_SPI_FNPTR_ADDR 0x02020058
#define SPI_FLASH_UBOOT_POS (CONFIG_SEC_FW_SIZE + CONFIG_BL1_SIZE)
-/* I2C */
-#define CONFIG_SYS_I2C_S3C24X0
-#define CONFIG_SYS_I2C_S3C24X0_SPEED 100000 /* 100 Kbps */
-#define CONFIG_SYS_I2C_S3C24X0_SLAVE 0x0
-
/* SPI */
/* Ethernet Controllor Driver */