target/generic: enable PSI on Android

"Pressure stall information tracking" for android lmkd (low memory killer)
This commit is contained in:
Liangbin Lian 2023-09-18 15:24:48 +08:00
parent aee9b174b3
commit d0e8a1e55a
2 changed files with 5 additions and 0 deletions

View File

@ -1206,8 +1206,12 @@ config KERNEL_SQUASHFS_FRAGMENT_CACHE_SIZE
config KERNEL_SQUASHFS_XATTR
bool "Squashfs XATTR support"
config KERNEL_PSI
bool
config KERNEL_ANDROID
bool "Enable support for Android"
select KERNEL_PSI
help
Say Y here if you want to support the Android.
Contains ashmem and binder drivers.

View File

@ -4607,6 +4607,7 @@ CONFIG_PROC_SYSCTL=y
# CONFIG_PSAMPLE is not set
# CONFIG_PSB6970_PHY is not set
# CONFIG_PSI is not set
# CONFIG_PSI_DEFAULT_DISABLED is not set
# CONFIG_PSTORE is not set
# CONFIG_PSTORE_842_COMPRESS is not set
# CONFIG_PSTORE_COMPRESS is not set