config: remove kernel version restriction for ARM_PMUV3
authorMathew McBride <[email protected]>
Tue, 3 Jun 2025 03:23:57 +0000 (13:23 +1000)
committerHauke Mehrtens <[email protected]>
Wed, 4 Jun 2025 18:18:27 +0000 (20:18 +0200)
commitfb6a28815e30d3a74d98b0241eace14bb40d3f5f
treeb983576fbb549501e0f8e655aa856a880f338258
parent08c4948ac6f4c0401035cbb2865d73bf4343fed5
config: remove kernel version restriction for ARM_PMUV3

The kernel CONFIG_ARM_PMUV3 option was not being presented
for 6.12 kernels with armsr/armv7.

As the minimum kernel version is now 6.6, there is no need
to limit this to specific kernel versions anymore.

This caused a kernel compile stoppage when attempting to
compile the 'perf' tool for armsr/armv7.

Signed-off-by: Mathew McBride <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/18849
Signed-off-by: Hauke Mehrtens <[email protected]>
config/Config-kernel.in