projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e306e46
)
kernel: default ARM_PMU on for armsr/armv8
author
Mathew McBride
<matt@traverse.com.au>
Tue, 15 Aug 2023 03:47:23 +0000
(
03:47
+0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 19 Aug 2023 13:11:55 +0000
(15:11 +0200)
CONFIG_ARM_PMU (Arm Performance Monitor Unit) is a requirement
to use KVM (virtualization) from Linux 5.11+, as the virtualised
guest has virtualized PMU access.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
(cherry picked from commit
76d4a7c84a97a5555b1962ddb9fc694b7e1f6ba8
)
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index fbcd008f2fb05be523719ed2220ad8d2ad4601d3..c1bc7984f76f48aa4d873251668e79fab48cf2b0 100644
(file)
--- a/
config/Config-kernel.in
+++ b/
config/Config-kernel.in
@@
-47,6
+47,7
@@
config KERNEL_MIPS_FP_SUPPORT
config KERNEL_ARM_PMU
bool
+ default y if TARGET_armsr_armv8
depends on (arm || aarch64)
config KERNEL_X86_VSYSCALL_EMULATION