diff options
| author | Dinesh Maniyam <[email protected]> | 2025-08-06 12:32:35 +0800 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2025-08-06 08:42:22 +0200 |
| commit | d35589f7d4ec5251eb3093dafc90887ff5f41702 (patch) | |
| tree | b15f5b83ee8a80624f56ee3d66b2258174435fbc | |
| parent | fdb6ab9fd56144fa71c45420b461f4d09de16b60 (diff) | |
configs: agilex5_defconfig: Enable i3c configs for agilex5
Enable configs for i3c in agilex5.
Signed-off-by: Dinesh Maniyam <[email protected]>
| -rw-r--r-- | configs/socfpga_agilex5_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/socfpga_agilex5_defconfig b/configs/socfpga_agilex5_defconfig index cc812c7008c..f357ca1a855 100644 --- a/configs/socfpga_agilex5_defconfig +++ b/configs/socfpga_agilex5_defconfig @@ -57,6 +57,7 @@ CONFIG_CMD_NVEDIT_SELECT=y CONFIG_CMD_MEMTEST=y CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y +CONFIG_CMD_I3C=y CONFIG_CMD_MTD=y CONFIG_CMD_SPI=y CONFIG_CMD_USB=y @@ -81,6 +82,8 @@ CONFIG_SPL_GPIO_HOG=y CONFIG_DWAPB_GPIO=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_DW=y +CONFIG_I3C=y +CONFIG_DW_I3C_MASTER=y CONFIG_MISC=y CONFIG_DM_MTD=y CONFIG_SPI_FLASH_SPANSION=y |
