[openwrt/openwrt] kernel: add missing dependency to KERNEL_RPI_AXIPERF

LEDE Commits lede-commits at lists.infradead.org
Wed May 18 04:32:41 PDT 2022


stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d5dc6cdc536277ce1831acce92dc1cbdc59e7250

commit d5dc6cdc536277ce1831acce92dc1cbdc59e7250
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Wed May 18 13:31:05 2022 +0300

    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 <stijn at linux-ipv6.be>
---
 config/Config-kernel.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"




More information about the lede-commits mailing list