On Mon, Oct 28, 2024 at 11:15 AM Patrick Leis <vent...@google.com> wrote:
> Enable AT24C with ASPEED in the KConfig because the boards build this > device. > > Signed-off-by: Patrick Leis <vent...@google.com> > Reviewed-by: Hao Wu <wuhao...@google.com> > --- > hw/arm/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig > index e7fd9338d1..1b25e73578 100644 > --- a/hw/arm/Kconfig > +++ b/hw/arm/Kconfig > @@ -539,6 +539,7 @@ config ASPEED_SOC > select PMBUS > select MAX31785 > select FSI_APB2OPB_ASPEED > + select AT24C > > config MPS2 > bool > -- > 2.47.0.163.g1226f6d8fa-goog > > >