> Subject: [PATCH 18/19] hw/arm/aspeed: Build with I3C_DEVICES > > Allows us to attach the mock I3C target > > Signed-off-by: Joe Komlodi <[email protected]> > --- > hw/arm/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 53d62cd08d..940418b46b > 100644 > --- a/hw/arm/Kconfig > +++ b/hw/arm/Kconfig > @@ -532,6 +532,7 @@ config ASPEED_SOC > select I2C > select I3C > select DW_I3C > + select I3C_DEVICES > select DPS310 > select PCA9552 > select SERIAL_MM > -- > 2.50.0.rc1.591.g9c95f17f64-goog
Reviewed-by: Jamin Lin <[email protected]> Thanks, Jamin
