projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ccb4c6
)
kernel: add missing dependency to KERNEL_RPI_AXIPERF
author
Stijn Tintel
<
[email protected]
>
Wed, 18 May 2022 10:31:05 +0000
(13:31 +0300)
committer
Stijn Tintel
<
[email protected]
>
Sun, 18 Dec 2022 10:21:19 +0000
(12:21 +0200)
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 <
[email protected]
>
(cherry picked from commit
d5dc6cdc536277ce1831acce92dc1cbdc59e7250
)
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index 4106d92498884a2be4ceb93c83601bc4f676c3e1..ab827d6a71eb47ed0f6b71354b3372532d3656a5 100644
(file)
--- 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"