mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 02:29:01 +00:00
kernel: add missing symbol for bcm27xx
When KERNEL_PERF_EVENTS is enabled in OpenWrt, the RPI_AXIPERF symbol is
exposed. Add a build option for it to fix build failures with
KERNEL_PERF_EVENTS enabled.
Fixes: 20ea6adbf1
("bcm27xx: add support for linux v5.15")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
0ffb6deaaa
commit
efd9463dcf
@ -81,6 +81,11 @@ config KERNEL_PROFILING
|
|||||||
Enable the extended profiling support mechanisms used by profilers such
|
Enable the extended profiling support mechanisms used by profilers such
|
||||||
as OProfile.
|
as OProfile.
|
||||||
|
|
||||||
|
config KERNEL_RPI_AXIPERF
|
||||||
|
bool "Compile the kernel with RaspberryPi AXI Performance monitors"
|
||||||
|
default y
|
||||||
|
depends on KERNEL_PERF_EVENTS
|
||||||
|
|
||||||
config KERNEL_UBSAN
|
config KERNEL_UBSAN
|
||||||
bool "Compile the kernel with undefined behaviour sanity checker"
|
bool "Compile the kernel with undefined behaviour sanity checker"
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user