Skip to content

Commit 4808e5c

Browse files
committed
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>
1 parent 7fd2df2 commit 4808e5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/loongarch/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ menu "Kernel type and options"
220220

221221
choice
222222
prompt "Kernel type"
223+
default 64BIT # Keep existing behavior
223224

224225
config 32BIT
225226
bool "32-bit kernel"

0 commit comments

Comments
 (0)