Update config PSI used by resourcd 65/299565/2 tizen_8.0
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 5 Oct 2023 05:13:45 +0000 (14:13 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 5 Oct 2023 06:11:18 +0000 (15:11 +0900)
The PSI module config option is used by resourced to monitor the
resources. Update to enable CONFIG_PSI.

Change-Id: Ieea0517ce26204acb18428ac3c86e05c64f4184e
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
tizen/tizen_defconfig

index 31f48a5..2b25cfa 100644 (file)
@@ -288,6 +288,14 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 CONFIG_CGROUP_SCHED=y
 CONFIG_MEMCG=y
 
+#   (Recommendation)
+#   The psi is used to monitor the resources.
+#   To support psi, use Linux Kernel 4.20 or later version.
+#   Otherwise, need to do back-port psi kernel patches.
+#   The back-port for v4.9, v4.14 and v4.19 can be found from
+#   each version branch of https://android.googlesource.com/kernel/common
+CONFIG_PSI=y
+
 #   (Optional)
 CONFIG_FREEZER=y
 CONFIG_CGROUP_FREEZER=y