[PATCH 3/3] configs: socfpga_arria10_defconfig: Enable I2C as default

dinesh.maniyam at altera.com dinesh.maniyam at altera.com
Wed Apr 29 07:11:18 CEST 2026


From: Dinesh Maniyam <dinesh.maniyam at altera.com>

Enable I2C as default for Arria 10 defconfig so that this driver
can be covered by U-Boot's regtest.

Signed-off-by: Tien Fong Chee <tien.fong.chee at altera.com>
Signed-off-by: Dinesh Maniyam <dinesh.maniyam at altera.com>
---
 configs/socfpga_arria10_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig
index b32f40ae408..56f5c20f87d 100644
--- a/configs/socfpga_arria10_defconfig
+++ b/configs/socfpga_arria10_defconfig
@@ -41,6 +41,7 @@ CONFIG_SYS_MAXARGS=32
 CONFIG_CMD_ASKENV=y
 CONFIG_CMD_GREPENV=y
 CONFIG_CMD_GPIO=y
+CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
@@ -52,6 +53,7 @@ CONFIG_ENV_RELOC_GD_ENV_ADDR=y
 CONFIG_VERSION_VARIABLE=y
 CONFIG_SPL_DM_SEQ_ALIAS=y
 CONFIG_DWAPB_GPIO=y
+CONFIG_SYS_I2C_DW=y
 CONFIG_FS_LOADER=y
 CONFIG_SPL_FS_LOADER=y
 CONFIG_SYS_MMC_MAX_BLK_COUNT=256
-- 
2.43.7



More information about the U-Boot mailing list