Skip to content

Commit

Permalink
kernel: add missing dependency to KERNEL_RPI_AXIPERF
Browse files Browse the repository at this point in the history
This symbol is added by the bcm27xx target patches so it should depend
on that target.

Fixes: efd9463 ("kernel: add missing symbol for bcm27xx")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
  • Loading branch information
stintel committed May 18, 2022
1 parent efd9463 commit d5dc6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/Config-kernel.in
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ config KERNEL_PROFILING
config KERNEL_RPI_AXIPERF
bool "Compile the kernel with RaspberryPi AXI Performance monitors"
default y
depends on KERNEL_PERF_EVENTS
depends on KERNEL_PERF_EVENTS && TARGET_bcm27xx

config KERNEL_UBSAN
bool "Compile the kernel with undefined behaviour sanity checker"
Expand Down

0 comments on commit d5dc6cd

Please sign in to comment.