kernel: add missing dependency to KERNEL_RPI_AXIPERF
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 18 May 2022 10:31:05 +0000 (13:31 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 18 May 2022 10:31:05 +0000 (13:31 +0300)
This symbol is added by the bcm27xx target patches so it should depend
on that target.

Fixes: efd9463dcfe2 ("kernel: add missing symbol for bcm27xx")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
config/Config-kernel.in

index 4106d92498884a2be4ceb93c83601bc4f676c3e1..ab827d6a71eb47ed0f6b71354b3372532d3656a5 100644 (file)
@@ -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"