kernel/0081-configs-remove-CONFIG_LOCALVERSION_AUTO.patch

31 lines
929 B
Diff
Raw Permalink Normal View History

2024-12-19 21:34:44 +00:00
From b648e99b1fef10231c76f69ebb711d29f7a9a3d8 Mon Sep 17 00:00:00 2001
2024-12-15 18:29:23 +00:00
From: Han Gao <gaohan@iscas.ac.cn>
Date: Thu, 30 May 2024 20:32:21 +0800
Subject: [PATCH 081/219] configs: remove CONFIG_LOCALVERSION_AUTO
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
---
arch/riscv/configs/win2030_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/riscv/configs/win2030_defconfig b/arch/riscv/configs/win2030_defconfig
index 5a06fbd7c31b..9234bf09feb9 100644
--- a/arch/riscv/configs/win2030_defconfig
+++ b/arch/riscv/configs/win2030_defconfig
@@ -1,3 +1,4 @@
+# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SYSVIPC=y
CONFIG_NO_HZ_IDLE=y
CONFIG_HIGH_RES_TIMERS=y
@@ -32,7 +33,6 @@ CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
CONFIG_CPUFREQ_DT=y
CONFIG_JUMP_LABEL=y
-# CONFIG_GCC_PLUGINS is not set
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_SPARSEMEM_MANUAL=y
--
2.47.0