Re: [PATCH 5/6] arm64: defconfig: Enable CIX SoC

From: Peter Chen
Date: Thu Feb 20 2025 - 08:02:45 EST


On 25-02-20 13:19:13, Krzysztof Kozlowski wrote:
>
> On 20/02/2025 09:40, Peter Chen wrote:
> > Enable CIX SoC support at ARM64 defconfig
> >
> > Acked-by: Fugang.duan <fugang.duan@xxxxxxxxxxx>
>
> You keep using different names in different patches.

Sorry, I just copy-to-paste. Will change them.
>
> > Signed-off-by: Peter Chen <peter.chen@xxxxxxxxxxx>
> > ---
> > arch/arm64/configs/defconfig | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > index cb7da4415599..1dd46d200401 100644
> > --- a/arch/arm64/configs/defconfig
> > +++ b/arch/arm64/configs/defconfig
> > @@ -45,6 +45,7 @@ CONFIG_ARCH_BCMBCA=y
> > CONFIG_ARCH_BRCMSTB=y
> > CONFIG_ARCH_BERLIN=y
> > CONFIG_ARCH_BLAIZE=y
> > +CONFIG_ARCH_CIX=y
>
>
> And this is not in order with savedefconfig...

This probably due to I have not added entry in order for
arch/arm64/Kconfig.platforms, after I keep Kconfig.platforms
in order, the defconfig will be in order after running
savedefconfig.

So, I still keep the patch content un-modified, just change
the ACKed-by tag for correct name "Fugang Duan" at v2?

Regards,
Peter