From b465322d7ccd29e61eb1d7cc2c7084f20baa7ddf Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 30 Mar 2018 16:39:02 +0200 Subject: [PATCH] kernel: x86_64 enable DEVFREQ modules Signed-off-by: Arne Fitzenreiter --- config/kernel/kernel.config.x86_64-ipfire | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index 41e812a2c3..8d80404303 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.21 Kernel Configuration +# Linux/x86 4.14.31 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -5819,10 +5819,10 @@ CONFIG_PM_DEVFREQ=y # DEVFREQ Governors # CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m -# CONFIG_DEVFREQ_GOV_PERFORMANCE is not set -# CONFIG_DEVFREQ_GOV_POWERSAVE is not set -# CONFIG_DEVFREQ_GOV_USERSPACE is not set -# CONFIG_DEVFREQ_GOV_PASSIVE is not set +CONFIG_DEVFREQ_GOV_PERFORMANCE=m +CONFIG_DEVFREQ_GOV_POWERSAVE=m +CONFIG_DEVFREQ_GOV_USERSPACE=m +CONFIG_DEVFREQ_GOV_PASSIVE=m # # DEVFREQ Drivers -- 2.39.2