diff options
author | Dinesh Maniyam <dinesh.maniyam@altera.com> | 2025-08-06 12:32:34 +0800 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2025-08-06 08:42:06 +0200 |
commit | fdb6ab9fd56144fa71c45420b461f4d09de16b60 (patch) | |
tree | d0e045bc7884d83c4e6156906beec24d2d6add2f | |
parent | 9e014408c15d1c54cf49a1be93a14a9a9a224941 (diff) |
configs: sandbox_defconfig: Enable configs for sandbox i3c
Enable configs for sandbox i3c.
Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
-rw-r--r-- | configs/sandbox_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |