From a398d7c06904f022c37a3c91efd1d5d27656ccf3 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 21 Feb 2025 12:12:46 -0800 Subject: [PATCH] kconfigcheck: require PSI by default (MR 6246) --- kconfigcheck.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index f8bcf5683..7568a2e28 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -79,6 +79,10 @@ LBDAF = true NULL_TTY = true ["category:default".">=5.19.0"."all"] FW_LOADER_COMPRESS_ZSTD = true +["category:default".">=4.20.0"."all"] +# required for systemd-oomd +PSI = true +PSI_DEFAULT_DISABLED = false # waydroid: android compatibility layer ["category:waydroid".">=0.0.0"."all"] @@ -95,8 +99,6 @@ FUSE_FS = true IP_NF_MANGLE = true NETFILTER_XTABLES = true NETFILTER_XT_MATCH_COMMENT = true -PSI = true -PSI_DEFAULT_DISABLED = false SQUASHFS = true SQUASHFS_XATTR = true SQUASHFS_XZ = true