From 1bdc2a3ad0d92359a6b4e35633fd53f76c6d2c91 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Mon, 28 Jun 2021 11:03:01 +0200 Subject: [PATCH] pygoscelis: Move from CPU_IDLE_GOV_TEO to MENU --- pygoscelis-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygoscelis-config b/pygoscelis-config index 674e327..fa0b72c 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -568,8 +568,8 @@ CONFIG_X86_ACPI_CPUFREQ=y # CONFIG_CPU_IDLE=y # CONFIG_CPU_IDLE_GOV_LADDER is not set -# CONFIG_CPU_IDLE_GOV_MENU is not set -CONFIG_CPU_IDLE_GOV_TEO=y +CONFIG_CPU_IDLE_GOV_MENU=y +# CONFIG_CPU_IDLE_GOV_TEO is not set # end of CPU Idle # end of Power management and ACPI options