projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bdf054
)
config: enable EARLY_PRINTK on bcm53xx by default
author
Rafał Miłecki
<zajec5@gmail.com>
Fri, 16 Jan 2015 14:50:51 +0000
(14:50 +0000)
committer
Rafał Miłecki
<zajec5@gmail.com>
Fri, 16 Jan 2015 14:50:51 +0000
(14:50 +0000)
It's useful for debugging and safe at the same time as we enable it per
device.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43980
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index 656fce3eb8a453cb561300e513f7e82f0dc6b695..db633c15a55991500c52ac18c171a398c84095ef 100644
(file)
--- a/
config/Config-kernel.in
+++ b/
config/Config-kernel.in
@@
-96,6
+96,7
@@
config KERNEL_DYNAMIC_DEBUG
config KERNEL_EARLY_PRINTK
bool "Compile the kernel with early printk"
+ default y if TARGET_bcm53xx
default n
depends on arm
select KERNEL_DEBUG_KERNEL