summaryrefslogtreecommitdiff
path: root/configs/arndale_defconfig
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 /configs/arndale_defconfig
parentd7d40f614d5e6b6c7369ebd001d3ac191b3e360b (diff)
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 'configs/arndale_defconfig')
-rw-r--r--configs/arndale_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/arndale_defconfig b/configs/arndale_defconfig
index 133c0eb888..f475bdefe5 100644
--- a/configs/arndale_defconfig
+++ b/configs/arndale_defconfig
@@ -31,6 +31,7 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
+CONFIG_SYS_I2C_S3C24X0=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_MMC_DW=y
CONFIG_MMC_SDHCI=y