main/linux-postmarketos-qcom-sdm660: enable CONFIG_PSI (MR 2497)
This commit is contained in:
parent
0f2aae40b5
commit
3128266f80
2 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
_flavor="postmarketos-qcom-sdm660"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=5.10_rc6
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Close to mainline linux kernel for Qualcomm Snapdragon 660 SoC"
|
||||
arch="aarch64"
|
||||
url="https://kernel.org/"
|
||||
|
@ -55,5 +55,5 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
4a55855e60de655a77c43cbd4a08b611a7142235dbf5501007d734426e3d08291b8101b2e3e6e22306af8da52709fa4466c1ede6a0cd7b9d8d02eb250a09f5af linux-postmarketos-5e9195254ef8c6c6f4870aa77057577f0c17d007.tar.bz2
|
||||
06746eacbf7fb1b4d4e268d05dd76ddb18646018176b1ec6bc58d089768934613bbdaefb6e4c67dbe0b616c52ad1a28a733b3b744902f08dcf4ec1eb69370981 config-postmarketos-qcom-sdm660.aarch64
|
||||
adec9da2f39fdbe97f79611fe45848426ba773b3f80252fc53d34ceaa4afb403af2d9a1429bbe60f0b810ff1976257a464d0674d0f9dba4fa36bbc7a1ec39b64 config-postmarketos-qcom-sdm660.aarch64
|
||||
"
|
||||
|
|
|
@ -95,7 +95,8 @@ CONFIG_TASKSTATS=y
|
|||
CONFIG_TASK_DELAY_ACCT=y
|
||||
CONFIG_TASK_XACCT=y
|
||||
CONFIG_TASK_IO_ACCOUNTING=y
|
||||
# CONFIG_PSI is not set
|
||||
CONFIG_PSI=y
|
||||
# CONFIG_PSI_DEFAULT_DISABLED is not set
|
||||
# end of CPU/Task time and stats accounting
|
||||
|
||||
CONFIG_CPU_ISOLATION=y
|
||||
|
|
Loading…
Reference in a new issue