projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
830282c
)
kernel: add a configuration option for enabling printk timestamps (#10503)
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 29 Nov 2011 08:52:22 +0000
(08:52 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 29 Nov 2011 08:52:22 +0000
(08:52 +0000)
SVN-Revision: 29353
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index f46781866e1267045329a7b5ff7b21b1e28772cd..736a97282fc198a9bed0d80ed8e0b7e2f4dd7866 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-240,6
+240,10
@@
menu "Global build settings"
select KERNEL_DEBUG_KERNEL
default n
+ config KERNEL_PRINTK_TIME
+ bool "Enable printk timestamps"
+ default y
+
comment "Package build options"
config DEBUG