From d558c3cbcc05455802638b6b602154ea8ae82005 Mon Sep 17 00:00:00 2001 From: crrashh1542 Date: Tue, 2 Jul 2024 01:02:46 +0800 Subject: [PATCH] defconfig: Enable `CONFIG_AUTOVERSION_AUTO` for release branch While releasing kernels, setting up `CONFIG_LOCALVERSION_AUTO` is obviously better, which contains more information in the version string including Git hash and so on. Signed-off-by: crrashh1542 --- arch/arm64/configs/wsa_defconfig | 2 +- arch/x86/configs/wsa_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/wsa_defconfig b/arch/arm64/configs/wsa_defconfig index ee13ea08bbbd..1af074c05d29 100644 --- a/arch/arm64/configs/wsa_defconfig +++ b/arch/arm64/configs/wsa_defconfig @@ -1,5 +1,5 @@ CONFIG_LOCALVERSION="-Miracle" -# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_LOCALVERSION_AUTO=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_AUDIT=y diff --git a/arch/x86/configs/wsa_defconfig b/arch/x86/configs/wsa_defconfig index c4291089a92c..3bc128985c9f 100644 --- a/arch/x86/configs/wsa_defconfig +++ b/arch/x86/configs/wsa_defconfig @@ -1,6 +1,6 @@ # CONFIG_WERROR is not set CONFIG_LOCALVERSION="-Miracle" -# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_LOCALVERSION_AUTO=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y # CONFIG_USELIB is not set