summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-11-29 08:52:22 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-11-29 08:52:22 +0000
commit603e795289381e64913bea904c92003358bb4f14 (patch)
tree363a5c73906577702a98cf7294cc76fe7c5b2812 /Config.in
parent920303cbb219774f361df80b7480b487641d1d6a (diff)
kernel: add a configuration option for enabling printk timestamps (#10503)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29353 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index f46781866..736a97282 100644
--- 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