diff options
author | Mike Pagano <mpagano@gentoo.org> | 2022-01-31 08:01:06 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2022-01-31 08:01:06 -0500 |
commit | a122bb8f553195f20e4a201570f128995ac47d95 (patch) | |
tree | 519cd70d2f2a8d1b0079ed10f63c868fdd8b160c | |
parent | Linux patch 5.4.175 (diff) | |
download | linux-patches-a122bb8f553195f20e4a201570f128995ac47d95.tar.gz linux-patches-a122bb8f553195f20e4a201570f128995ac47d95.tar.bz2 linux-patches-a122bb8f553195f20e4a201570f128995ac47d95.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 62b59d68..24560114 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 2020-09-24 03:06:47.590000000 -0400 -+++ b/distro/Kconfig 2020-09-24 11:31:29.403150624 -0400 -@@ -0,0 +1,158 @@ +--- /dev/null 2022-01-31 05:39:10.702387747 -0500 ++++ b/distro/Kconfig 2022-01-31 07:54:58.153689335 -0500 +@@ -0,0 +1,160 @@ +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 |