From: Huacai Chen Date: Mon, 4 May 2026 01:00:00 +0000 (+0800) Subject: LoongArch: Make CONFIG_64BIT as the default option X-Git-Tag: v7.1-rc3~34^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4808e5cc4fe1f40c4d690d0ce5df0f413fb02938;p=thirdparty%2Flinux.git LoongArch: Make CONFIG_64BIT as the default option CONFIG_64BIT is the mandatory option before v7.0, but in v7.1-rc1 both CONFIG_32BIT and CONFIG_64BIT are selectable and CONFIG_32BIT became the default option. This breaks existing configurations, so explicitly make CONFIG_64BIT as the default option to keep existing behavior. Signed-off-by: Huacai Chen --- diff --git a/arch/loongarch/Kconfig b/arch/loongarch/Kconfig index 3b042dbb2c41..606597da46b8 100644 --- a/arch/loongarch/Kconfig +++ b/arch/loongarch/Kconfig @@ -220,6 +220,7 @@ menu "Kernel type and options" choice prompt "Kernel type" + default 64BIT # Keep existing behavior config 32BIT bool "32-bit kernel"