projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
614a65f
)
config: allow armeb to select KERNEL_EARLY_PRINTK
author
Zoltan HERPAI
<wigyori@uid0.hu>
Fri, 21 May 2021 21:56:07 +0000
(23:56 +0200)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Sat, 14 May 2022 10:08:16 +0000
(12:08 +0200)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index 5e12ddd78d8d75ed3048c333b5e36c6be90c9a25..219f7a8cf9d8640aa3c296d60602fefe6ef3d128 100644
(file)
--- a/
config/Config-kernel.in
+++ b/
config/Config-kernel.in
@@
-397,7
+397,7
@@
config KERNEL_EARLY_PRINTK
bool "Compile the kernel with early printk"
default y if TARGET_bcm53xx
default n
- depends on arm
+ depends on arm
||armeb
select KERNEL_DEBUG_KERNEL
select KERNEL_DEBUG_LL if arm
help