X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=config%2FConfig-kernel.in;h=4c191f0955baf0e083017391ddaea1ea24ceff7f;hb=57c614a45bb1dfe68c1bec8bf505344ca29440e8;hp=8ea11ed4d1f3b8de7e9a08605aa9ebc1bb1c3d5d;hpb=ce38160130f53e9bef2c36806740907b150fe7f2;p=openwrt-github%2F.git diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 8ea11ed4d1..4c191f0955 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -42,9 +42,15 @@ config KERNEL_DEBUG_FS write to these files. Many common debugging facilities, such as ftrace, require the existence of debugfs. +config KERNEL_ARM_PMU + bool + default n + depends on (arm || arm64) + config KERNEL_PERF_EVENTS bool default n + select KERNEL_ARM_PMU if (arm || arm64) config KERNEL_PROFILING bool "Compile the kernel with profiling enabled"