From: Arne Fitzenreiter Date: Fri, 30 Mar 2018 14:39:02 +0000 (+0200) Subject: kernel: x86_64 enable DEVFREQ modules X-Git-Tag: v2.21-core122~178^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b465322d7ccd29e61eb1d7cc2c7084f20baa7ddf;p=ipfire-2.x.git kernel: x86_64 enable DEVFREQ modules Signed-off-by: Arne Fitzenreiter --- 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