Skip to content
Snippets Groups Projects
Commit 2aa818a0 authored by Daniel Golle's avatar Daniel Golle
Browse files

kernel: add missing symbol


Add missing symbol When building kernel with profiling enabled and ARM
or ARM64 targets.

Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
parent 23a1fa07
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment