From: Stijn Tintel Date: Wed, 18 May 2022 10:31:05 +0000 (+0300) Subject: kernel: add missing dependency to KERNEL_RPI_AXIPERF X-Git-Tag: v22.03.3~37 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ce881873c061c130412d7e9e908dd3e5ab1fd27a;p=openwrt%2Fopenwrt.git kernel: add missing dependency to KERNEL_RPI_AXIPERF 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 (cherry picked from commit d5dc6cdc536277ce1831acce92dc1cbdc59e7250) --- diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 4106d92498..ab827d6a71 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -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"