From: Dinesh Maniyam Date: Wed, 6 Aug 2025 04:32:34 +0000 (+0800) Subject: configs: sandbox_defconfig: Enable configs for sandbox i3c X-Git-Tag: v2025.10-rc2~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb6ab9fd56144fa71c45420b461f4d09de16b60;p=pandora-u-boot.git configs: sandbox_defconfig: Enable configs for sandbox i3c Enable configs for sandbox i3c. Signed-off-by: Dinesh Maniyam --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 6d2aec3a43e..e9a70b26044 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -90,6 +90,7 @@ CONFIG_CMD_GPT=y CONFIG_CMD_GPT_RENAME=y CONFIG_CMD_IDE=y CONFIG_CMD_I2C=y +CONFIG_CMD_I3C=y CONFIG_CMD_LOADM=y CONFIG_CMD_LSBLK=y CONFIG_CMD_MTD=y @@ -228,6 +229,9 @@ CONFIG_I2C_CROS_EC_LDO=y CONFIG_DM_I2C_GPIO=y CONFIG_I2C_MUX=y CONFIG_I2C_ARB_GPIO_CHALLENGE=y +CONFIG_I3C=y +CONFIG_I3C_SANDBOX=y +CONFIG_DW_I3C_MASTER=y CONFIG_CROS_EC_KEYB=y CONFIG_I8042_KEYB=y CONFIG_IOMMU=y