Re: [PATCH 5/6] arm64: defconfig: Enable CIX SoC
From: Peter Chen <peter.chen@cixtech.com>
Date: 2025-02-20 13:02:34
Also in:
linux-devicetree, lkml
From: Peter Chen <peter.chen@cixtech.com>
Date: 2025-02-20 13:02:34
Also in:
linux-devicetree, lkml
On 25-02-20 13:19:13, Krzysztof Kozlowski wrote:
On 20/02/2025 09:40, Peter Chen wrote:quoted
Enable CIX SoC support at ARM64 defconfig Acked-by: Fugang.duan <fugang.duan@cixtech.com>You keep using different names in different patches.
Sorry, I just copy-to-paste. Will change them.
quoted
Signed-off-by: Peter Chen <peter.chen@cixtech.com> --- 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=yAnd 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