main/linux-postmarketos-qcom-msm8953: enable CONFIG_PSI (MR 2497)
This commit is contained in:
parent
536a5002ab
commit
d5f48b25c8
2 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
_flavor="postmarketos-qcom-msm8953"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=5.13_rc6
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Mainline kernel fork for Qualcomm MSM8953 devices"
|
||||
arch="aarch64"
|
||||
url="https://github.com/msm8953-mainline/linux"
|
||||
|
@ -50,5 +50,5 @@ package() {
|
|||
}
|
||||
sha512sums="
|
||||
7c517fba7dcaf5b993323c37d665c424a2562abdf2a5af78963cc5dbadc7191a6653c0059609ea05ee2880253b067bc270d57130c5a175cd4c833ccfab2a4aaf linux-postmarketos-qcom-msm8953-fd0f81dcec8023ea37d854c3d6d426ce41efb455.tar.gz
|
||||
1a8c76b7139261759cc3bb6a2d697b91505d6df70dd10ec828d9e20c577727cd6c63a5145bdba7435f4523e56ac53c2eee8f157e067c1a44e04b347b66be17d7 config-postmarketos-qcom-msm8953.aarch64
|
||||
dd4aa99954ba7dac06847dce826573f240f188531edcc849dc239d35a01e51244de98afebad16a9c58e7f49c258eb87b62c41194cb7dfe8b247168119e203ae3 config-postmarketos-qcom-msm8953.aarch64
|
||||
"
|
||||
|
|
|
@ -110,7 +110,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