From 7d1cd953ab98211048e6ca33d803980d1fc5c848 Mon Sep 17 00:00:00 2001 From: Qi Zhang Date: Thu, 9 Nov 2023 09:41:19 +0800 Subject: [PATCH] revert kernel config Signed-off-by: Qi Zhang --- groups/kernel/BoardConfig.mk | 6 ------ .../config-lts/linux-intel-lts2021/debug_diffconfig | 6 ------ .../config-lts/linux-intel-lts2021/x86_64_defconfig | 8 -------- groups/kernel/option.spec-gmin | 1 - 4 files changed, 21 deletions(-) diff --git a/groups/kernel/BoardConfig.mk b/groups/kernel/BoardConfig.mk index bcfa1fa54..1a9e143ef 100644 --- a/groups/kernel/BoardConfig.mk +++ b/groups/kernel/BoardConfig.mk @@ -39,12 +39,6 @@ BOARD_KERNEL_CMDLINE += \ pm_suspend_debug=1 {{/pmsuspend_debug}} -{{#pmsilent_mode}} -BOARD_KERNEL_CMDLINE += \ - silentmode={{pmsilent_mode}} -{{/pmsilent_mode}} - - {{#memory_hole}} BOARD_KERNEL_CMDLINE += \ memmap=4M\$$0x5c400000 diff --git a/groups/kernel/gmin64/config-lts/linux-intel-lts2021/debug_diffconfig b/groups/kernel/gmin64/config-lts/linux-intel-lts2021/debug_diffconfig index 903fe988b..57a02f2e7 100644 --- a/groups/kernel/gmin64/config-lts/linux-intel-lts2021/debug_diffconfig +++ b/groups/kernel/gmin64/config-lts/linux-intel-lts2021/debug_diffconfig @@ -71,9 +71,3 @@ CONFIG_DYNAMIC_FTRACE_WITH_REGS=y CONFIG_DYNAMIC_FTRACE=y CONFIG_TRACING_EVENTS_GPIO=y CONFIG_FTRACE_MCOUNT_RECORD=y - -CONFIG_INTEL_SOCPERF=y -CONFIG_SOCPERF=m -CONFIG_INTEL_SOCWATCH=m - -CONFIG_ACPI_FPDT=y diff --git a/groups/kernel/gmin64/config-lts/linux-intel-lts2021/x86_64_defconfig b/groups/kernel/gmin64/config-lts/linux-intel-lts2021/x86_64_defconfig index c3027b774..354e04ead 100644 --- a/groups/kernel/gmin64/config-lts/linux-intel-lts2021/x86_64_defconfig +++ b/groups/kernel/gmin64/config-lts/linux-intel-lts2021/x86_64_defconfig @@ -483,7 +483,6 @@ CONFIG_PM_DEBUG=y CONFIG_PM_ADVANCED_DEBUG=y # CONFIG_PM_TEST_SUSPEND is not set CONFIG_PM_SLEEP_DEBUG=y -CONFIG_PM_SILENTMODE=y # CONFIG_DPM_WATCHDOG is not set CONFIG_PM_TRACE=y CONFIG_PM_TRACE_RTC=y @@ -7585,10 +7584,3 @@ CONFIG_ARCH_USE_MEMTEST=y # CONFIG_MEMTEST is not set # end of Kernel Testing and Coverage # end of Kernel hacking -# -# socwatch driver -# -# CONFIG_INTEL_SOCPERF is not set -# CONFIG_INTEL_SOCWATCH is not set -# end of socwatch driver -# diff --git a/groups/kernel/option.spec-gmin b/groups/kernel/option.spec-gmin index abef0f965..0b97cdfb8 100644 --- a/groups/kernel/option.spec-gmin +++ b/groups/kernel/option.spec-gmin @@ -6,7 +6,6 @@ boot_boost = false relative_sleepstates = false memory_hole = false pmsuspend_debug = false -pmsilent_mode = false modules_in_bootimg = false build_dtbs = false use_bcmdhd = true