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:
6d75880
)
config: allow armeb to select KERNEL_EARLY_PRINTK
author
Zoltan HERPAI
<
[email protected]
>
Fri, 21 May 2021 21:56:07 +0000
(23:56 +0200)
committer
Zoltan HERPAI
<
[email protected]
>
Sun, 27 Feb 2022 11:08:13 +0000
(12:08 +0100)
Signed-off-by: Zoltan HERPAI <
[email protected]
>
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index 31d4e276fdf91dde2259ec9d178243a3cf3ecb90..861bf083778fdb237391983bc96da42ea9f96797 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