Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: add ARM PMUv3 for kernel 6.6
Kernel 6.6 has moved the ARM PMUv3 driver to drivers/perf and now once KERNEL_ARM_PMU is selected trying to build the kernel will stop with: ARM PMUv3 support (ARM_PMUV3) [N/y/?] (NEW) So, lets enable ARM_PMUV3 for ARMv7 and ARMv8 architectures if KERNEL_PERF_EVENTS is selected. Fixes: openwrt#15466 Link: openwrt#15469 Signed-off-by: Robert Marko <robimarko@gmail.com>
- Loading branch information