main/linux-postmarketos-grate: enable CONFIG_PSI (MR 2497)
This commit is contained in:
parent
b17726fb14
commit
56407d7fbf
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgname=linux-postmarketos-grate
|
||||
pkgver=5.14.0_rc6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch="armv7"
|
||||
pkgdesc="Linux kernel with experimental patches for Tegra"
|
||||
url="https://postmarketos.org"
|
||||
|
@ -44,5 +44,5 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
1166c043e0334169caf21534128974a9aa97df38dbf1f3543919a5847f7726a2351ee7cbf68fc5b41cc09e153740d802382bfd611b1651dbbc21c45092ada9ce linux-postmarketos-grate-5.14.0_rc6-f6e4a8d26df39804bfbd793ef4871b38d0ebff84.tar.gz
|
||||
f1dc8a8a84026721d86099d423ab47ca9b43f8db349733b04747fa449b7dd3588e89099d2b2f3cef75db3823c21b85215bffd0ed2d6672a7882281984317dd0b config-postmarketos-grate.armv7
|
||||
d683f7018403d8127a541000b73a8bfd723aa1c98ed19734de66f3506120a55fcd8f482e0e28e3b14bc91239c374d11799a35ec86afd0c55fa9b57231e051255 config-postmarketos-grate.armv7
|
||||
"
|
||||
|
|
|
@ -108,7 +108,8 @@ CONFIG_TICK_CPU_ACCOUNTING=y
|
|||
# CONFIG_IRQ_TIME_ACCOUNTING is not set
|
||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||
# CONFIG_TASKSTATS is not set
|
||||
# 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 is not set
|
||||
|
@ -3924,7 +3925,6 @@ CONFIG_SND_SOC_TEGRA_RT5631=m
|
|||
CONFIG_SND_SOC_TEGRA_RT5640=m
|
||||
CONFIG_SND_SOC_TEGRA_WM8753=m
|
||||
CONFIG_SND_SOC_TEGRA_WM8903=m
|
||||
# CONFIG_SND_SOC_TEGRA_WM8962 is not set
|
||||
# CONFIG_SND_SOC_TEGRA_WM8994 is not set
|
||||
CONFIG_SND_SOC_TEGRA_WM9712=m
|
||||
CONFIG_SND_SOC_TEGRA_TRIMSLICE=m
|
||||
|
|
Loading…
Reference in a new issue