kconfigcheck: require PSI by default (MR 6246)
This commit is contained in:
parent
71bd7963a6
commit
a398d7c069
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue