From: Joe Komlodi <[email protected]> Allows us to attach the mock I3C target
Signed-off-by: Joe Komlodi <[email protected]> Reviewed-by: Jamin Lin <[email protected]> --- hw/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index ffdb293919..fefb2b9b33 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -547,6 +547,7 @@ config ASPEED_SOC select I2C select I3C select DW_I3C + select I3C_DEVICES select DPS310 select PCA9552 select PCA9554 -- 2.43.0
