diff options
author | Mike Pagano <mpagano@gentoo.org> | 2022-01-31 07:25:09 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2022-01-31 07:25:09 -0500 |
commit | 5112ec9980b2ccf92ff7e4920daca9c9ce1e91af (patch) | |
tree | 8d510386de8e551d4eb68b37b8d7860a36e6d527 | |
parent | Linux patch 5.10.95 (diff) | |
download | linux-patches-5112ec9980b2ccf92ff7e4920daca9c9ce1e91af.tar.gz linux-patches-5112ec9980b2ccf92ff7e4920daca9c9ce1e91af.tar.bz2 linux-patches-5112ec9980b2ccf92ff7e4920daca9c9ce1e91af.zip |
Select CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y as default
Bug: https://bugs.gentoo.org/832224
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 91c92074..7e387d70 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -6,9 +6,9 @@ source "Documentation/Kconfig" + +source "distro/Kconfig" ---- /dev/null 2021-12-21 08:57:43.779324794 -0500 -+++ b/distro/Kconfig 2021-12-21 14:33:33.759225728 -0500 -@@ -0,0 +1,283 @@ +--- /dev/null 2022-01-30 08:12:05.041788304 -0500 ++++ b/distro/Kconfig 2022-01-30 15:28:10.030352980 -0500 +@@ -0,0 +1,285 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -16,6 +16,8 @@ + + default y + ++ select CPU_FREQ_DEFAULT_GOV_SCHEDUTIL ++ + help + In order to boot Gentoo Linux a minimal set of config settings needs to + be enabled in the kernel; to avoid the users from having to enable them |