summarylogtreecommitdiffstats
path: root/0020-ZEN-INTERACTIVE-Base-config-item.patch
diff options
context:
space:
mode:
authorBjörn Bidar2022-03-25 02:51:40 +0200
committerBjörn Bidar2022-06-11 14:10:58 +0300
commit05a0260e8dc51ce338d4ba7d1a9ffcd6b73d04b2 (patch)
tree5685de18d1c76307f59556bfbe7d2aa2f461b601 /0020-ZEN-INTERACTIVE-Base-config-item.patch
parent2c114d74749ddbf43bad8b112b3674bd81d01d27 (diff)
downloadaur-05a0260e8dc51ce338d4ba7d1a9ffcd6b73d04b2.tar.gz
Update to 5.17.0.pf1
- New upstream release based on 5.17.0 - Update kernel configs from arch and arch32 - Disable projectc patch-set for now in favor of ZEN interactive patches
Diffstat (limited to '0020-ZEN-INTERACTIVE-Base-config-item.patch')
-rw-r--r--0020-ZEN-INTERACTIVE-Base-config-item.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/0020-ZEN-INTERACTIVE-Base-config-item.patch b/0020-ZEN-INTERACTIVE-Base-config-item.patch
new file mode 100644
index 000000000000..5fe11eeb28f5
--- /dev/null
+++ b/0020-ZEN-INTERACTIVE-Base-config-item.patch
@@ -0,0 +1,29 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
+Date: Mon, 27 Jan 2020 18:10:06 +0100
+Subject: [PATCH] ZEN: INTERACTIVE: Base config item
+
+---
+ init/Kconfig | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/init/Kconfig b/init/Kconfig
+index 2fce0d599a91..344ca4b9f15a 100644
+--- a/init/Kconfig
++++ b/init/Kconfig
+@@ -107,6 +107,12 @@ config THREAD_INFO_IN_TASK
+
+ menu "General setup"
+
++config ZEN_INTERACTIVE
++ bool "Tune kernel for interactivity"
++ default y
++ help
++ Tunes the kernel for responsiveness at the cost of throughput and power usage.
++
+ config BROKEN
+ bool
+
+--
+2.35.1
+