Add missing symbol When building kernel with profiling enabled and ARM
or ARM64 targets.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
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"