]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
LoongArch: Make CONFIG_64BIT as the default option
authorHuacai Chen <chenhuacai@loongson.cn>
Mon, 4 May 2026 01:00:00 +0000 (09:00 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Mon, 4 May 2026 01:00:00 +0000 (09:00 +0800)
commit4808e5cc4fe1f40c4d690d0ce5df0f413fb02938
treed9ab111828dec47f901add59eb90558c9b329dfe
parent7fd2df204f342fc17d1a0bfcd474b24232fb0f32
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 <chenhuacai@loongson.cn>
arch/loongarch/Kconfig