kernel: add missing symbol for bcm27xx
[openwrt/openwrt.git] / config / Config-kernel.in
index 5e12ddd78d8d75ed3048c333b5e36c6be90c9a25..4106d92498884a2be4ceb93c83601bc4f676c3e1 100644 (file)
@@ -81,6 +81,11 @@ config KERNEL_PROFILING
          Enable the extended profiling support mechanisms used by profilers such
          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
        bool "Compile the kernel with undefined behaviour sanity checker"
        help