> > > > Enable CONFIG_ARCH_ASPEED in arm64 defconfig. > > Why? Usually the defconfig changes have "Enable CONFIG_FOO as it is used on > the Bar Baz platform" commit message. Agree. I will fix it in next patch. > > > > > Signed-off-by: Kevin Chen <kevin_chen@xxxxxxxxxxxxxx> > > --- > > arch/arm64/configs/defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm64/configs/defconfig > > b/arch/arm64/configs/defconfig index 7d32fca64996..b393735a695f 100644 > > --- a/arch/arm64/configs/defconfig > > +++ b/arch/arm64/configs/defconfig > > @@ -38,6 +38,7 @@ CONFIG_ARCH_AIROHA=y CONFIG_ARCH_SUNXI=y > > CONFIG_ARCH_ALPINE=y CONFIG_ARCH_APPLE=y > > +CONFIG_ARCH_ASPEED=y > > CONFIG_ARCH_BCM=y > > CONFIG_ARCH_BCM2835=y > > CONFIG_ARCH_BCM_IPROC=y > > -- > > 2.34.1 > > > > > -- > With best wishes > Dmitry