Re: [PATCH V2 13/14] LoongArch: Adjust default config files for 32BIT/64BIT
From: Thomas Weißschuh
Date: Thu Nov 20 2025 - 03:11:08 EST
On Tue, Nov 18, 2025 at 07:27:27PM +0800, Huacai Chen wrote:
> Add loongson32_defconfig (for 32BIT) and rename loongson3_defconfig to
> loongson64_defconfig (for 64BIT).
>
> Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
> Signed-off-by: Huacai Chen <chenhuacai@xxxxxxxxxxx>
> ---
> arch/loongarch/configs/loongson32_defconfig | 1110 +++++++++++++++++
> ...ongson3_defconfig => loongson64_defconfig} | 0
> 2 files changed, 1110 insertions(+)
> create mode 100644 arch/loongarch/configs/loongson32_defconfig
> rename arch/loongarch/configs/{loongson3_defconfig => loongson64_defconfig} (100%)
KBUILD_DEFCONFIG also needs to be adapted to this rename.
FYI the cover letter says the series is based on v6.16-rc6, but the series
doesn't apply to it.
(...)